jfz commented on PR #5812:
URL: https://github.com/apache/iceberg/pull/5812#issuecomment-1304407445
> Thanks @jfz , looks good to me!
Thank you for reviewing @szehon-ho !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
manuzhang commented on PR #5392:
URL: https://github.com/apache/iceberg/pull/5392#issuecomment-1304384550
@RussellSpitzer please check again whether it's fixed now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
github-actions[bot] commented on issue #3968:
URL: https://github.com/apache/iceberg/issues/3968#issuecomment-1304351704
This issue has been closed because it has not received any activity in the
last 14 days since being marked as 'stale'
--
This is an automated message from the Apache Gi
github-actions[bot] closed issue #3968: Is there a full example for
Iceberg+Flink+Minio
URL: https://github.com/apache/iceberg/issues/3968
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specifi
szehon-ho commented on issue #4127:
URL: https://github.com/apache/iceberg/issues/4127#issuecomment-1304351032
Design doc here: https://github.com/apache/iceberg/issues/6126
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
rdblue commented on code in PR #2276:
URL: https://github.com/apache/iceberg/pull/2276#discussion_r1014528415
##
core/src/main/java/org/apache/iceberg/util/TableScanUtil.java:
##
@@ -71,6 +78,57 @@ public static CloseableIterable splitFiles(
return CloseableIterable.combine
djouallah commented on PR #6076:
URL: https://github.com/apache/iceberg/pull/6076#issuecomment-1304345523
is there an ETA when it will merged ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
szehon-ho opened a new issue, #6126:
URL: https://github.com/apache/iceberg/issues/6126
### Feature Request / Improvement
With DeleteFiles introduced to Iceberg Spec V2, we need a mechanism to
remove them from the current snapshot after they become invalid.
Proposal is here:
jzhuge commented on code in PR #4925:
URL: https://github.com/apache/iceberg/pull/4925#discussion_r1014520008
##
api/src/main/java/org/apache/iceberg/view/ViewBuilder.java:
##
@@ -0,0 +1,144 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contri
ddrinka commented on issue #6120:
URL: https://github.com/apache/iceberg/issues/6120#issuecomment-1304291834
Ok @Fokko, check out the PR and let me know what you think.
I think there's still room for improvement on aligning the handling of
partitions between `PartitionSummary` and `Da
can-sun opened a new issue, #6125:
URL: https://github.com/apache/iceberg/issues/6125
### Apache Iceberg version
0.14.1
### Query engine
Spark
### Please describe the bug 🐞
I am using the following code snippet to batch write data to my S3 bucket
and encoun
Fokko opened a new issue, #6124:
URL: https://github.com/apache/iceberg/issues/6124
### Feature Request / Improvement
Python 3.11 has been released. Also, PyArrow has recently added support:
https://github.com/apache/arrow/pull/14499
Once there is a new PyArrow release, I think
rdblue merged PR #6010:
URL: https://github.com/apache/iceberg/pull/6010
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apac
rdblue commented on PR #6010:
URL: https://github.com/apache/iceberg/pull/6010#issuecomment-1304137072
Looks great. Thanks, @Fokko!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific co
Fokko commented on code in PR #6069:
URL: https://github.com/apache/iceberg/pull/6069#discussion_r1014404025
##
python/pyiceberg/cli/output.py:
##
@@ -49,6 +52,10 @@ def describe_table(self, table: Table) -> None:
def files(self, table: Table, io: FileIO, history: bool) ->
singhpk234 commented on issue #5867:
URL: https://github.com/apache/iceberg/issues/5867#issuecomment-1304081971
ideally
```shell
-- conf spark.sql.catalog.{catalog_name}.glue.skip-name-validation=false
```
should have worked, can you please add the complete spark conf's you are
shahsmit14 commented on issue #3619:
URL: https://github.com/apache/iceberg/issues/3619#issuecomment-1304038444
What is the best way to get some traction on this ask? At-least
understanding if this ask is something even the community thinks to consider.
--
This is an automated message fr
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014323668
##
api/src/main/java/org/apache/iceberg/DataFile.java:
##
@@ -99,10 +99,24 @@ public interface DataFile extends ContentFile {
optional(140, "sort_order_id", In
aokolnychyi commented on code in PR #2276:
URL: https://github.com/apache/iceberg/pull/2276#discussion_r1014324189
##
core/src/main/java/org/apache/iceberg/util/TableScanUtil.java:
##
@@ -71,6 +78,57 @@ public static CloseableIterable splitFiles(
return CloseableIterable.co
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014323668
##
api/src/main/java/org/apache/iceberg/DataFile.java:
##
@@ -99,10 +99,24 @@ public interface DataFile extends ContentFile {
optional(140, "sort_order_id", In
aokolnychyi commented on code in PR #2276:
URL: https://github.com/apache/iceberg/pull/2276#discussion_r1014323401
##
core/src/main/java/org/apache/iceberg/util/TableScanUtil.java:
##
@@ -71,6 +78,57 @@ public static CloseableIterable splitFiles(
return CloseableIterable.co
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014322081
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -140,42 +142,72 @@ protected CloseableIterable doPlanFiles() {
}
static class ManifestRead
szehon-ho commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014312886
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -140,42 +142,72 @@ protected CloseableIterable doPlanFiles() {
}
static class ManifestRead
sunchao commented on code in PR #2276:
URL: https://github.com/apache/iceberg/pull/2276#discussion_r1014311120
##
core/src/main/java/org/apache/iceberg/util/TableScanUtil.java:
##
@@ -71,6 +78,57 @@ public static CloseableIterable splitFiles(
return CloseableIterable.combin
ajantha-bhat commented on code in PR #6090:
URL: https://github.com/apache/iceberg/pull/6090#discussion_r1014286079
##
core/src/main/java/org/apache/iceberg/FileCleanupStrategy.java:
##
@@ -79,4 +80,15 @@ protected void deleteFiles(Set pathsToDelete, String
fileType) {
jfz commented on code in PR #5812:
URL: https://github.com/apache/iceberg/pull/5812#discussion_r1014285082
##
aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java:
##
@@ -493,53 +492,7 @@ public class AwsProperties implements Serializable {
private String dynamoDbEndpo
ddrinka opened a new pull request, #6123:
URL: https://github.com/apache/iceberg/pull/6123
* Renamed date_to_days to date_str_to_days
* Created new date_to_days to convert a Python date object to int days
* Contributes to workaround for #6120
--
This is an automated message f
findepi commented on PR #4381:
URL: https://github.com/apache/iceberg/pull/4381#issuecomment-1303889930
> DeleteFilter interface is defined in Trino, I think DeleteFilter in
Iceberg is never used in Trino, right? @findepi
I guess you mean these changes https://github.com/trinodb/trino
ahshahid commented on issue #6039:
URL: https://github.com/apache/iceberg/issues/6039#issuecomment-1303883448
Some update:
For tpcds query with limited data and enabling stats at manifest level for
non partition cols, still does not improve perf.. the cost of dpp query is
pretty high, es
aokolnychyi commented on code in PR #2276:
URL: https://github.com/apache/iceberg/pull/2276#discussion_r1014217373
##
core/src/main/java/org/apache/iceberg/util/TableScanUtil.java:
##
@@ -71,6 +78,57 @@ public static CloseableIterable splitFiles(
return CloseableIterable.co
sririshindra commented on code in PR #6025:
URL: https://github.com/apache/iceberg/pull/6025#discussion_r1014240147
##
docs/spark-procedures.md:
##
@@ -421,12 +421,17 @@ Existing data files are added to the Iceberg table's
metadata and can be read us
To leave the original ta
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014239621
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestMetadataTableReadableMetrics.java:
##
@@ -0,0 +1,498 @@
+/*
+ * Licensed to the Apache Soft
sririshindra commented on code in PR #6025:
URL: https://github.com/apache/iceberg/pull/6025#discussion_r1014239306
##
docs/spark-procedures.md:
##
@@ -421,12 +421,17 @@ Existing data files are added to the Iceberg table's
metadata and can be read us
To leave the original ta
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014235434
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestMetadataTableReadableMetrics.java:
##
@@ -0,0 +1,498 @@
+/*
+ * Licensed to the Apache Soft
rdblue commented on code in PR #6113:
URL: https://github.com/apache/iceberg/pull/6113#discussion_r1014236424
##
core/src/main/java/org/apache/iceberg/util/JsonUtil.java:
##
@@ -374,4 +380,40 @@ void validate(JsonNode element) {
element);
}
}
+
+ public stati
rdblue commented on code in PR #6113:
URL: https://github.com/apache/iceberg/pull/6113#discussion_r1014236424
##
core/src/main/java/org/apache/iceberg/util/JsonUtil.java:
##
@@ -374,4 +380,40 @@ void validate(JsonNode element) {
element);
}
}
+
+ public stati
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014235434
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestMetadataTableReadableMetrics.java:
##
@@ -0,0 +1,498 @@
+/*
+ * Licensed to the Apache Soft
rdblue commented on code in PR #6113:
URL: https://github.com/apache/iceberg/pull/6113#discussion_r1014233883
##
core/src/main/java/org/apache/iceberg/util/JsonUtil.java:
##
@@ -251,6 +252,11 @@ public static Set getIntegerSet(String property,
JsonNode node) {
.build()
danielcweeks commented on code in PR #6045:
URL: https://github.com/apache/iceberg/pull/6045#discussion_r1014232442
##
core/src/main/java/org/apache/iceberg/TableProperties.java:
##
@@ -360,5 +360,7 @@ private TableProperties() {}
public static final String UPSERT_ENABLED = "
rdblue commented on code in PR #5392:
URL: https://github.com/apache/iceberg/pull/5392#discussion_r1014229760
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.java:
##
@@ -94,10 +95,14 @@
private boolean useStartingSequenceNumber;
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014211767
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestMetadataTableReadableMetrics.java:
##
@@ -0,0 +1,498 @@
+/*
+ * Licensed to the Apache Soft
aokolnychyi commented on PR #2276:
URL: https://github.com/apache/iceberg/pull/2276#issuecomment-1303798458
Let me take another look in a bit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014201558
##
core/src/main/java/org/apache/iceberg/BaseTableScan.java:
##
@@ -141,6 +142,8 @@ public CloseableIterable planFiles() {
doPlanFiles(),
() -> {
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014199642
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/source/TestMetadataTableReadableMetrics.java:
##
@@ -0,0 +1,498 @@
+/*
+ * Licensed to the Apache Soft
rdblue commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014193865
##
core/src/main/java/org/apache/iceberg/BaseTableScan.java:
##
@@ -141,6 +142,8 @@ public CloseableIterable planFiles() {
doPlanFiles(),
() -> {
nastra commented on code in PR #4577:
URL: https://github.com/apache/iceberg/pull/4577#discussion_r1014180932
##
core/src/test/java/org/apache/iceberg/TestMetadataTableScansWithPartitionEvolution.java:
##
@@ -0,0 +1,171 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014114843
##
core/src/main/java/org/apache/iceberg/metrics/ScanReportParser.java:
##
@@ -107,14 +117,20 @@ public static ScanReport fromJson(JsonNode json) {
List projectedFi
martindurant commented on issue #5800:
URL: https://github.com/apache/iceberg/issues/5800#issuecomment-1303714276
cc https://github.com/martindurant/daskberg/issues/1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014136769
##
core/src/main/java/org/apache/iceberg/EnvironmentContext.java:
##
@@ -0,0 +1,68 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more cont
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014117969
##
core/src/main/java/org/apache/iceberg/CatalogProperties.java:
##
@@ -140,6 +140,8 @@ private CatalogProperties() {}
public static final String APP_ID = "app-id";
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014117067
##
core/src/main/java/org/apache/iceberg/BaseTableScan.java:
##
@@ -141,6 +142,8 @@ public CloseableIterable planFiles() {
doPlanFiles(),
() -> {
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014114843
##
core/src/main/java/org/apache/iceberg/metrics/ScanReportParser.java:
##
@@ -107,14 +117,20 @@ public static ScanReport fromJson(JsonNode json) {
List projectedFi
rdblue commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014113140
##
core/src/main/java/org/apache/iceberg/EnvironmentContext.java:
##
@@ -0,0 +1,68 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more cont
rdblue commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014109381
##
core/src/main/java/org/apache/iceberg/CatalogProperties.java:
##
@@ -140,6 +140,8 @@ private CatalogProperties() {}
public static final String APP_ID = "app-id";
rdblue commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014108559
##
core/src/main/java/org/apache/iceberg/metrics/ScanReportParser.java:
##
@@ -107,14 +117,20 @@ public static ScanReport fromJson(JsonNode json) {
List projectedFi
rdblue commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014106936
##
core/src/main/java/org/apache/iceberg/BaseTableScan.java:
##
@@ -141,6 +142,8 @@ public CloseableIterable planFiles() {
doPlanFiles(),
() -> {
code-magician323 commented on issue #4977:
URL: https://github.com/apache/iceberg/issues/4977#issuecomment-1303656262
@kbendick Do you think there will be progress at this area soon?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014095953
##
core/src/main/java/org/apache/iceberg/BaseFilesTable.java:
##
@@ -140,42 +142,72 @@ protected CloseableIterable doPlanFiles() {
}
static class Manifes
nastra commented on code in PR #6113:
URL: https://github.com/apache/iceberg/pull/6113#discussion_r1014062148
##
core/src/main/java/org/apache/iceberg/util/JsonUtil.java:
##
@@ -251,6 +252,11 @@ public static Set getIntegerSet(String property,
JsonNode node) {
.build()
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1014059674
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java:
##
@@ -532,6 +537,23 @@ public final void initialize(String name,
CaseInsensitiveStringMap
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014048088
##
api/src/main/java/org/apache/iceberg/types/TypeUtil.java:
##
@@ -142,9 +142,21 @@ public static Schema selectNot(Schema schema, Set
fieldIds) {
}
pub
RussellSpitzer commented on code in PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#discussion_r1014038296
##
api/src/main/java/org/apache/iceberg/DataFile.java:
##
@@ -99,10 +99,24 @@ public interface DataFile extends ContentFile {
optional(140, "sort_order_id
ConeyLiu commented on PR #5632:
URL: https://github.com/apache/iceberg/pull/5632#issuecomment-1303486785
Thanks @szehon-ho @rdblue @nastra @zinking
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go t
nastra commented on PR #6108:
URL: https://github.com/apache/iceberg/pull/6108#issuecomment-1303478725
@Omega359 could you please fix the missing import so that the code compiles?
Would be great to get this merged
--
This is an automated message from the Apache Git Service.
To respond to
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1013983522
##
core/src/main/java/org/apache/iceberg/BaseTableScan.java:
##
@@ -135,11 +143,14 @@ public CloseableIterable planFiles() {
planningDuration.stop();
nastra commented on code in PR #6058:
URL: https://github.com/apache/iceberg/pull/6058#discussion_r1013976800
##
core/src/main/java/org/apache/iceberg/BaseTableScan.java:
##
@@ -141,6 +142,8 @@ public CloseableIterable planFiles() {
doPlanFiles(),
() -> {
ajantha-bhat commented on code in PR #6090:
URL: https://github.com/apache/iceberg/pull/6090#discussion_r1013964398
##
core/src/main/java/org/apache/iceberg/FileCleanupStrategy.java:
##
@@ -79,4 +80,15 @@ protected void deleteFiles(Set pathsToDelete, String
fileType) {
findepi commented on PR #5129:
URL: https://github.com/apache/iceberg/pull/5129#issuecomment-1303363469
@rdblue Now that we have this on the blob metadata level, do we still need
to have `org.apache.iceberg.StatisticsFile#snapshotId` field?
cc @ajantha-bhat
--
This is an automate
findepi commented on code in PR #6091:
URL: https://github.com/apache/iceberg/pull/6091#discussion_r1013950242
##
core/src/test/java/org/apache/iceberg/TestRemoveSnapshots.java:
##
@@ -1234,6 +1245,40 @@ public void
testMultipleRefsAndCleanExpiredFilesFailsForIncrementalCleanup
harini-venkataraman commented on issue #6089:
URL: https://github.com/apache/iceberg/issues/6089#issuecomment-1303312171
**RCA :**
Spark had introduced a new configuration - `spark.sql.warehouse.dir`
https://issues.apache.org/jira/browse/SPARK-15034
Tried changing this in the config
harini-venkataraman closed issue #6089: Issue with Creation of Database using
Spark
URL: https://github.com/apache/iceberg/issues/6089
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific co
findepi commented on code in PR #6090:
URL: https://github.com/apache/iceberg/pull/6090#discussion_r1013924386
##
core/src/main/java/org/apache/iceberg/FileCleanupStrategy.java:
##
@@ -79,4 +80,15 @@ protected void deleteFiles(Set pathsToDelete, String
fileType) {
findepi commented on code in PR #6090:
URL: https://github.com/apache/iceberg/pull/6090#discussion_r1013923155
##
core/src/main/java/org/apache/iceberg/FileCleanupStrategy.java:
##
@@ -79,4 +80,15 @@ protected void deleteFiles(Set pathsToDelete, String
fileType) {
RussellSpitzer commented on issue #6122:
URL: https://github.com/apache/iceberg/issues/6122#issuecomment-1303235332
Are you adding a default name mapping for your table?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
kamaljit-1991 opened a new issue, #6122:
URL: https://github.com/apache/iceberg/issues/6122
### Apache Iceberg version
0.13.1
### Query engine
_No response_
### Please describe the bug 🐞
It is little bit of related https://github.com/apache/iceberg/issues/45
Fokko merged PR #6119:
URL: https://github.com/apache/iceberg/pull/6119
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apach
lvyanquan commented on PR #6111:
URL: https://github.com/apache/iceberg/pull/6111#issuecomment-1303144296
Resubmitted to port the change to 1.16 module.
"cache-enabled" is reserved now, since users who set "cache-enabled" to
"false" before would need to add property "cache.expiration-int
ConeyLiu commented on code in PR #4577:
URL: https://github.com/apache/iceberg/pull/4577#discussion_r1013697964
##
core/src/main/java/org/apache/iceberg/avro/BuildAvroProjection.java:
##
@@ -107,13 +107,15 @@ public Schema record(Schema record, List names,
Iterable s
ConeyLiu commented on code in PR #4577:
URL: https://github.com/apache/iceberg/pull/4577#discussion_r1013696351
##
core/src/test/java/org/apache/iceberg/TestMetadataTableScans.java:
##
@@ -978,6 +1091,32 @@ private Set
expectedManifestListPaths(Iterable snapshots, Long
ConeyLiu commented on code in PR #4577:
URL: https://github.com/apache/iceberg/pull/4577#discussion_r1013695871
##
core/src/main/java/org/apache/iceberg/avro/BuildAvroProjection.java:
##
@@ -107,13 +107,15 @@ public Schema record(Schema record, List names,
Iterable s
Fokko commented on issue #6120:
URL: https://github.com/apache/iceberg/issues/6120#issuecomment-1303064851
Hey @ddrinka Thanks for opening the PR. The date is a so-called logical type
that most storage formats store internally as the days since 1970-01-01. After
reading, this should be conv
Fokko commented on PR #6119:
URL: https://github.com/apache/iceberg/pull/6119#issuecomment-1303053285
@singhpk234 Good call, just updated the PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
Fokko commented on PR #6117:
URL: https://github.com/apache/iceberg/pull/6117#issuecomment-1303050019
Thanks for spotting this one @ddrinka It looks like we also need a
not-`None` check. I also noticed that this is being fixed in
https://github.com/apache/iceberg/pull/6069. So I'll close th
Fokko closed pull request #6117: Fix typo in `_ManifestEvalVisitor.visit_equal`
URL: https://github.com/apache/iceberg/pull/6117
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
84 matches
Mail list logo