sfc-gh-aixu opened a new issue, #10392:
URL: https://github.com/apache/iceberg/issues/10392
### Proposed Change
We would like to propose to add Variant type to Iceberg data types.
Variant data types allow for the efficient binary encoding of dynamic
semi-structured data such a
ajantha-bhat commented on issue #12125:
URL: https://github.com/apache/iceberg/issues/12125#issuecomment-2623589630
reason for different naming conventions is based on the spec (based on how
they operate).
https://iceberg.apache.org/spec/#file-system-tables
https://iceberg.apache.o
wypoon commented on PR #10784:
URL: https://github.com/apache/iceberg/pull/10784#issuecomment-2623572958
Another question I have about duplicate entries (in the manifests) is: do
their presence make the table unreadable? Or is the table still readable and it
is a valid state, although undes
aihuaxu commented on issue #10392:
URL: https://github.com/apache/iceberg/issues/10392#issuecomment-2623548847
@RussellSpitzer Can you help reopen this? It's automatically closed when
one task #10831 (https://github.com/apache/iceberg/pull/10831) mentioned "fixed
this issue" . Thanks.
--
zizon commented on code in PR #12079:
URL: https://github.com/apache/iceberg/pull/12079#discussion_r1935015216
##
parquet/src/main/java/org/apache/iceberg/parquet/ParquetIO.java:
##
@@ -82,22 +75,10 @@ static OutputFile file(org.apache.iceberg.io.OutputFile
file, Configuration
elrob commented on PR #9756:
URL: https://github.com/apache/iceberg/pull/9756#issuecomment-2623534131
This was auto-closed but maybe should be re-opened?
--
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
ebyhr commented on code in PR #12132:
URL: https://github.com/apache/iceberg/pull/12132#discussion_r1934928382
##
core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java:
##
@@ -129,6 +130,81 @@ public void dropTableDataDeletesExpectedFiles() throws
IOExcepti
zizon commented on code in PR #12079:
URL: https://github.com/apache/iceberg/pull/12079#discussion_r1935008359
##
parquet/src/test/java/org/apache/iceberg/parquet/TestParquet.java:
##
@@ -219,6 +228,191 @@ public void testTwoLevelList() throws IOException {
assertThat(recor
tomtongue commented on PR #12017:
URL: https://github.com/apache/iceberg/pull/12017#issuecomment-2623514157
Thanks so much for the quick review!
--
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
ebyhr commented on code in PR #12132:
URL: https://github.com/apache/iceberg/pull/12132#discussion_r1934925978
##
core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java:
##
@@ -129,6 +130,81 @@ public void dropTableDataDeletesExpectedFiles() throws
IOExcepti
lliangyu-lin commented on code in PR #12132:
URL: https://github.com/apache/iceberg/pull/12132#discussion_r1934986266
##
core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java:
##
@@ -129,6 +130,81 @@ public void dropTableDataDeletesExpectedFiles() throws
IO
amogh-jahagirdar commented on PR #10784:
URL: https://github.com/apache/iceberg/pull/10784#issuecomment-2623396968
> For my edification, can someone please explain how duplicate file entries
in manifests can arise? Can two entries for the same file occur in a single
manifest? Can even two
ebyhr commented on code in PR #12117:
URL: https://github.com/apache/iceberg/pull/12117#discussion_r1934934393
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/sql/TestSparkDaysFunction.java:
##
@@ -39,6 +39,9 @@ public void testDates() {
assertThat(scalarSql("SEL
ebyhr commented on code in PR #12117:
URL: https://github.com/apache/iceberg/pull/12117#discussion_r1934934393
##
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/sql/TestSparkDaysFunction.java:
##
@@ -39,6 +39,9 @@ public void testDates() {
assertThat(scalarSql("SEL
ebyhr commented on code in PR #12132:
URL: https://github.com/apache/iceberg/pull/12132#discussion_r1934928382
##
core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java:
##
@@ -129,6 +130,81 @@ public void dropTableDataDeletesExpectedFiles() throws
IOExcepti
ebyhr commented on code in PR #12132:
URL: https://github.com/apache/iceberg/pull/12132#discussion_r1934925978
##
core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java:
##
@@ -129,6 +130,81 @@ public void dropTableDataDeletesExpectedFiles() throws
IOExcepti
ebyhr commented on code in PR #12132:
URL: https://github.com/apache/iceberg/pull/12132#discussion_r1934925978
##
core/src/test/java/org/apache/iceberg/hadoop/TestCatalogUtilDropTable.java:
##
@@ -129,6 +130,81 @@ public void dropTableDataDeletesExpectedFiles() throws
IOExcepti
wypoon commented on PR #10784:
URL: https://github.com/apache/iceberg/pull/10784#issuecomment-2623353054
For my edification, can someone please explain how duplicate file entries in
manifests can arise? Can two entries for the same file occur in a single
manifest? Can even two manifests be
parthchandra commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934904760
##
.baseline/checkstyle/checkstyle-suppressions.xml:
##
@@ -48,4 +48,7 @@
+
Review Comment:
Thank you!
--
This is an automated message from t
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934900306
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometColumnReader.java:
##
@@ -0,0 +1,146 @@
+/*
+ * Licensed to the Apache Software Founda
parthchandra commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934889396
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometColumnReader.java:
##
@@ -0,0 +1,146 @@
+/*
+ * Licensed to the Apache Software Fou
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934890980
##
.baseline/checkstyle/checkstyle-suppressions.xml:
##
@@ -48,4 +48,7 @@
+
Review Comment:
I have created https://github.com/apache/datafusion-come
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934882377
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometColumnReader.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Founda
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934882503
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometColumnReader.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Founda
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934881973
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometColumnReader.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Founda
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934875937
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometColumnReader.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Founda
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934875784
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometVector.java:
##
@@ -0,0 +1,117 @@
+/*
+ * Licensed to the Apache Software Foundation (
dramaticlly commented on issue #12134:
URL: https://github.com/apache/iceberg/issues/12134#issuecomment-2623289459
@rdblue @nastra appreciate your insight on this!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
sebbASF commented on issue #2414:
URL: https://github.com/apache/iceberg/issues/2414#issuecomment-2623282578
https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-1.7.0/
appears to be stale; please remove
--
This is an automated message from the Apache Git Service.
To respond
dramaticlly opened a new issue, #12134:
URL: https://github.com/apache/iceberg/issues/12134
### Apache Iceberg version
1.7.1 (latest release)
### Query engine
Spark
### Please describe the bug 🐞
Before migrate to REST catalog, we rely on following
`TableOpe
github-actions[bot] commented on issue #10219:
URL: https://github.com/apache/iceberg/issues/10219#issuecomment-2623222735
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occur
github-actions[bot] commented on PR #8032:
URL: https://github.com/apache/iceberg/pull/8032#issuecomment-2623222552
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If y
github-actions[bot] commented on PR #5837:
URL: https://github.com/apache/iceberg/pull/5837#issuecomment-2623222418
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If y
zeroshade merged PR #276:
URL: https://github.com/apache/iceberg-go/pull/276
--
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.
github-actions[bot] closed pull request #11863: JDBC: Escape table names when
checking the existence
URL: https://github.com/apache/iceberg/pull/11863
--
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
github-actions[bot] commented on PR #11782:
URL: https://github.com/apache/iceberg/pull/11782#issuecomment-2623223116
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If
github-actions[bot] commented on issue #6514:
URL: https://github.com/apache/iceberg/issues/6514#issuecomment-2623222467
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occurs.
github-actions[bot] closed pull request #11782: Fix Hive FileIO closing with
FileIOTracker
URL: https://github.com/apache/iceberg/pull/11782
--
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 speci
github-actions[bot] commented on issue #10830:
URL: https://github.com/apache/iceberg/issues/10830#issuecomment-2623222951
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occur
github-actions[bot] closed pull request #8625: Core: Avro writers use
BlockingBinaryEncoder to enable array/map size calculations.
URL: https://github.com/apache/iceberg/pull/8625
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
github-actions[bot] closed pull request #6513: API,Core: Support Conditional
Commits
URL: https://github.com/apache/iceberg/pull/6513
--
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 com
github-actions[bot] closed pull request #11653: Parquet: add variant type
support
URL: https://github.com/apache/iceberg/pull/11653
--
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 comme
github-actions[bot] commented on PR #11653:
URL: https://github.com/apache/iceberg/pull/11653#issuecomment-2623223077
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If
github-actions[bot] closed pull request #8797: Spark: support rewrite on
specified target branch
URL: https://github.com/apache/iceberg/pull/8797
--
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
github-actions[bot] commented on PR #6513:
URL: https://github.com/apache/iceberg/pull/6513#issuecomment-2623222450
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If y
github-actions[bot] commented on PR #11863:
URL: https://github.com/apache/iceberg/pull/11863#issuecomment-2623223185
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If
github-actions[bot] commented on PR #9323:
URL: https://github.com/apache/iceberg/pull/9323#issuecomment-2623222682
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If y
github-actions[bot] commented on PR #11313:
URL: https://github.com/apache/iceberg/pull/11313#issuecomment-2623223008
This pull request has been marked as stale due to 30 days of inactivity. It
will be closed in 1 week if no further activity occurs. If you think that’s
incorrect or this pul
github-actions[bot] closed pull request #9323: API: New API For sequential /
streaming updates
URL: https://github.com/apache/iceberg/pull/9323
--
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 sp
github-actions[bot] closed pull request #5544: Encryption integration and test
URL: https://github.com/apache/iceberg/pull/5544
--
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.
github-actions[bot] commented on PR #8625:
URL: https://github.com/apache/iceberg/pull/8625#issuecomment-2623222605
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If y
github-actions[bot] commented on issue #10294:
URL: https://github.com/apache/iceberg/issues/10294#issuecomment-2623222767
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occur
github-actions[bot] commented on PR #8797:
URL: https://github.com/apache/iceberg/pull/8797#issuecomment-2623222633
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If y
github-actions[bot] closed pull request #8032: Core: Make metrics reporter
serializable (alternative impl)
URL: https://github.com/apache/iceberg/pull/8032
--
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
github-actions[bot] closed pull request #5837: API,Core: Introduce metrics for
data files by file format
URL: https://github.com/apache/iceberg/pull/5837
--
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
sfc-gh-aixu commented on PR #10831:
URL: https://github.com/apache/iceberg/pull/10831#issuecomment-2623219808
> Merged, thanks everyone for your thoughtful feedback. Thanks @aihuaxu for
the pr. Thanks to @rdblue , @emkornfield , @findepi , @XBaith , and @flyrain
for your contributions revie
github-actions[bot] commented on PR #5544:
URL: https://github.com/apache/iceberg/pull/5544#issuecomment-2623222370
This pull request has been closed due to lack of activity. This is not a
judgement on the merit of the PR in any way. It is just a way of keeping the PR
queue manageable. If y
github-actions[bot] commented on issue #2414:
URL: https://github.com/apache/iceberg/issues/2414#issuecomment-262393
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occurs.
Dawnpool commented on PR #12119:
URL: https://github.com/apache/iceberg/pull/12119#issuecomment-2623203039
Hi @bryanck ,
As mentioned in the original
[PR](https://github.com/apache/iceberg/pull/10173#issuecomment-2418414725),
Flink has its own security configuration for Kerberos authenti
amogh-jahagirdar commented on code in PR #12098:
URL: https://github.com/apache/iceberg/pull/12098#discussion_r1934780048
##
format/spec.md:
##
@@ -927,20 +927,21 @@ These rows must be sorted (in ascending manner with NULL
FIRST) by `partition` f
The schema of the partition
amogh-jahagirdar commented on code in PR #12098:
URL: https://github.com/apache/iceberg/pull/12098#discussion_r1934775737
##
format/spec.md:
##
@@ -927,20 +927,21 @@ These rows must be sorted (in ascending manner with NULL
FIRST) by `partition` f
The schema of the partition
amogh-jahagirdar commented on code in PR #12098:
URL: https://github.com/apache/iceberg/pull/12098#discussion_r1934775737
##
format/spec.md:
##
@@ -927,20 +927,21 @@ These rows must be sorted (in ascending manner with NULL
FIRST) by `partition` f
The schema of the partition
amogh-jahagirdar commented on code in PR #12098:
URL: https://github.com/apache/iceberg/pull/12098#discussion_r1934775737
##
format/spec.md:
##
@@ -927,20 +927,21 @@ These rows must be sorted (in ascending manner with NULL
FIRST) by `partition` f
The schema of the partition
zeroshade merged PR #279:
URL: https://github.com/apache/iceberg-go/pull/279
--
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.
RussellSpitzer commented on PR #10831:
URL: https://github.com/apache/iceberg/pull/10831#issuecomment-2623055587
Merged, thanks everyone for your thoughtful feedback. Thanks @aihuaxu for
the pr. Thanks to @rdblue , @emkornfield , @findepi , @XBaith , and @flyrain
for your contributions revi
RussellSpitzer closed issue #10392: Variant Data Type Support
URL: https://github.com/apache/iceberg/issues/10392
--
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
RussellSpitzer merged PR #10831:
URL: https://github.com/apache/iceberg/pull/10831
--
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...@ic
RussellSpitzer commented on code in PR #12133:
URL: https://github.com/apache/iceberg/pull/12133#discussion_r1934753900
##
core/src/main/java/org/apache/iceberg/actions/SizeBasedDataRewriter.java:
##
@@ -47,12 +47,19 @@ public abstract class SizeBasedDataRewriter extends
SizeBa
RussellSpitzer commented on code in PR #12133:
URL: https://github.com/apache/iceberg/pull/12133#discussion_r1934753417
##
core/src/main/java/org/apache/iceberg/actions/SizeBasedDataRewriter.java:
##
@@ -47,12 +47,19 @@ public abstract class SizeBasedDataRewriter extends
SizeBa
RussellSpitzer commented on code in PR #12133:
URL: https://github.com/apache/iceberg/pull/12133#discussion_r1934752632
##
core/src/main/java/org/apache/iceberg/actions/SizeBasedDataRewriter.java:
##
@@ -47,12 +47,19 @@ public abstract class SizeBasedDataRewriter extends
SizeBa
emkornfield commented on PR #11039:
URL: https://github.com/apache/iceberg/pull/11039#issuecomment-2623021449
> > @hesham-medhat @rdblue - could you pls give an update on this PR? It
seems it would massively simplify the Iceberg table management in GCP for
non-spark usecases.
> > thanks!
amogh-jahagirdar commented on code in PR #12127:
URL: https://github.com/apache/iceberg/pull/12127#discussion_r1934737242
##
licenses/LICENSE:
##
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+
aihuaxu commented on code in PR #10831:
URL: https://github.com/apache/iceberg/pull/10831#discussion_r1934733942
##
format/spec.md:
##
@@ -1208,6 +1223,7 @@ Lists must use the [3-level
representation](https://github.com/apache/parquet-fo
| **`struct`** | `group`
dramaticlly commented on PR #12115:
URL: https://github.com/apache/iceberg/pull/12115#issuecomment-2622983101
thank you Russell for the detailed review! This is getting closer and I did
a local check to ensure the info and warning section rendered as expected like
in following screenshot. h
danielcweeks closed pull request #11716: Core: Relocate parquet to core
URL: https://github.com/apache/iceberg/pull/11716
--
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 uns
danielcweeks commented on PR #11716:
URL: https://github.com/apache/iceberg/pull/11716#issuecomment-2622982192
Closing in favor of #12060
--
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 spec
amogh-jahagirdar commented on code in PR #12127:
URL: https://github.com/apache/iceberg/pull/12127#discussion_r1934728523
##
licenses/LICENSE:
##
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+
amogh-jahagirdar commented on code in PR #12127:
URL: https://github.com/apache/iceberg/pull/12127#discussion_r1934724011
##
licenses/LICENSE:
##
@@ -0,0 +1,202 @@
+
+ Apache License
+ Version 2.0, January 2004
+
jangalasriramd7 commented on PR #12133:
URL: https://github.com/apache/iceberg/pull/12133#issuecomment-2622966642
I have changed the PR title.
--
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
emkornfield commented on code in PR #10831:
URL: https://github.com/apache/iceberg/pull/10831#discussion_r1934723602
##
format/spec.md:
##
@@ -1208,6 +1223,7 @@ Lists must use the [3-level
representation](https://github.com/apache/parquet-fo
| **`struct`** | `group`
RussellSpitzer commented on PR #12133:
URL: https://github.com/apache/iceberg/pull/12133#issuecomment-2622950480
Title of this pr looks incorrect? This is a new feature and not a fix. The
PR also would require some tests to prove the new parameter is working as
expected.
--
This is an a
zeroshade opened a new pull request, #279:
URL: https://github.com/apache/iceberg-go/pull/279
(no comment)
--
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
curtisr7 commented on code in PR #276:
URL: https://github.com/apache/iceberg-go/pull/276#discussion_r1934689581
##
catalog/registry.go:
##
@@ -64,13 +65,13 @@ var (
// Registrar is a factory for creating Catalog instances, used for registering
to use
// with LoadCatalog.
ty
kevinjqliu commented on code in PR #246:
URL: https://github.com/apache/iceberg-go/pull/246#discussion_r1934685789
##
catalog/sql/sql.go:
##
@@ -0,0 +1,721 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTI
zeroshade merged PR #246:
URL: https://github.com/apache/iceberg-go/pull/246
--
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.
kevinjqliu commented on code in PR #246:
URL: https://github.com/apache/iceberg-go/pull/246#discussion_r1934674526
##
catalog/sql/sql.go:
##
@@ -0,0 +1,721 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTI
jangalasriramd7 opened a new pull request, #12133:
URL: https://github.com/apache/iceberg/pull/12133
This PR refines the SizeBasedDataRewriter class in the Apache Iceberg
project, addressing issues related to the constructor initialization and logic
for delete file threshold handling. It ma
parthchandra commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1934545952
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/CometColumnReader.java:
##
@@ -0,0 +1,149 @@
+/*
+ * Licensed to the Apache Software Fou
lliangyu-lin opened a new pull request, #12132:
URL: https://github.com/apache/iceberg/pull/12132
### Description
Currently, Iceberg ```dropTableData()``` does not properly delete statistics
files (```.stats```) that are replaced by newer statistics files. When
```updateStatistics()``` i
zeroshade commented on code in PR #246:
URL: https://github.com/apache/iceberg-go/pull/246#discussion_r1934573327
##
catalog/sql/sql.go:
##
@@ -0,0 +1,721 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTIC
zeroshade commented on code in PR #246:
URL: https://github.com/apache/iceberg-go/pull/246#discussion_r1934571592
##
catalog/sql/sql.go:
##
@@ -0,0 +1,721 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. See the NOTIC
zeroshade commented on code in PR #276:
URL: https://github.com/apache/iceberg-go/pull/276#discussion_r1934565005
##
catalog/registry.go:
##
@@ -64,13 +65,13 @@ var (
// Registrar is a factory for creating Catalog instances, used for registering
to use
// with LoadCatalog.
t
RussellSpitzer commented on code in PR #12115:
URL: https://github.com/apache/iceberg/pull/12115#discussion_r1934566388
##
docs/docs/spark-procedures.md:
##
@@ -972,4 +972,91 @@ CALL catalog_name.system.compute_table_stats(table =>
'my_table', snapshot_id =>
Collect statistics
zeroshade merged PR #277:
URL: https://github.com/apache/iceberg-go/pull/277
--
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.
jbonofre commented on code in PR #12095:
URL: https://github.com/apache/iceberg/pull/12095#discussion_r1934558928
##
spark/v3.5/spark-runtime/LICENSE:
##
@@ -456,95 +380,49 @@ License text:
-T
RussellSpitzer commented on code in PR #12115:
URL: https://github.com/apache/iceberg/pull/12115#discussion_r1934550850
##
docs/docs/spark-procedures.md:
##
@@ -972,4 +972,91 @@ CALL catalog_name.system.compute_table_stats(table =>
'my_table', snapshot_id =>
Collect statistics
RussellSpitzer commented on code in PR #12115:
URL: https://github.com/apache/iceberg/pull/12115#discussion_r1934549172
##
docs/docs/spark-procedures.md:
##
@@ -972,4 +972,91 @@ CALL catalog_name.system.compute_table_stats(table =>
'my_table', snapshot_id =>
Collect statistics
RussellSpitzer commented on code in PR #12115:
URL: https://github.com/apache/iceberg/pull/12115#discussion_r1934547493
##
docs/docs/spark-procedures.md:
##
@@ -972,4 +972,91 @@ CALL catalog_name.system.compute_table_stats(table =>
'my_table', snapshot_id =>
Collect statistics
RussellSpitzer commented on code in PR #12115:
URL: https://github.com/apache/iceberg/pull/12115#discussion_r1934547087
##
docs/docs/spark-procedures.md:
##
@@ -972,4 +972,91 @@ CALL catalog_name.system.compute_table_stats(table =>
'my_table', snapshot_id =>
Collect statistics
RussellSpitzer commented on PR #12128:
URL: https://github.com/apache/iceberg/pull/12128#issuecomment-2622782683
Thanks for the cleanup!
--
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 specif
1 - 100 of 182 matches
Mail list logo