Fokko opened a new pull request, #6580:
URL: https://github.com/apache/iceberg/pull/6580
And remove the temporary hack
--
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 un
Fokko commented on code in PR #6525:
URL: https://github.com/apache/iceberg/pull/6525#discussion_r1069592946
##
python/pyiceberg/avro/reader.py:
##
@@ -238,41 +249,50 @@ def skip(self, decoder: BinaryDecoder) -> None:
return self.option.skip(decoder)
-class Stru
Fokko commented on code in PR #6525:
URL: https://github.com/apache/iceberg/pull/6525#discussion_r1069602456
##
python/pyiceberg/avro/reader.py:
##
@@ -238,41 +249,50 @@ def skip(self, decoder: BinaryDecoder) -> None:
return self.option.skip(decoder)
-class Stru
InvisibleProgrammer commented on PR #191:
URL: https://github.com/apache/iceberg-docs/pull/191#issuecomment-1382031000
@samredai : thx for the approve.
--
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 g
RussellSpitzer merged PR #191:
URL: https://github.com/apache/iceberg-docs/pull/191
--
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...@i
RussellSpitzer commented on PR #191:
URL: https://github.com/apache/iceberg-docs/pull/191#issuecomment-1382043820
Thanks for the review @samredai and thank you @InvisibleProgrammer for the pr
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
szehon-ho opened a new pull request, #6581:
URL: https://github.com/apache/iceberg/pull/6581
his adds an action to cleanup dangling (invalid) DeleteFiles that may
otherwise keep getting carried over with the table's current snapshot.
The problem and design doc is here:
https://docs.g
krvikash commented on code in PR #6499:
URL: https://github.com/apache/iceberg/pull/6499#discussion_r1069695013
##
hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java:
##
@@ -307,6 +312,61 @@ public void testAlreadyExistsException() {
() -> catalog
stevenzwu merged PR #6572:
URL: https://github.com/apache/iceberg/pull/6572
--
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.a
stevenzwu commented on PR #6572:
URL: https://github.com/apache/iceberg/pull/6572#issuecomment-1382135319
thanks @pvary for 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 the specific com
stevenzwu merged PR #6401:
URL: https://github.com/apache/iceberg/pull/6401
--
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.a
stevenzwu commented on PR #6401:
URL: https://github.com/apache/iceberg/pull/6401#issuecomment-1382149280
thanks @hililiwei for the contribution
--
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
stevenzwu merged PR #6222:
URL: https://github.com/apache/iceberg/pull/6222
--
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.a
stevenzwu commented on PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#issuecomment-1382153049
thanks @hililiwei for contributing this major feature
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
rdblue commented on code in PR #6517:
URL: https://github.com/apache/iceberg/pull/6517#discussion_r1069784838
##
parquet/src/main/java/org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.java:
##
@@ -560,24 +560,26 @@ private T max(Statistics statistics, int id) {
}
rdblue merged PR #6517:
URL: https://github.com/apache/iceberg/pull/6517
--
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 closed issue #6516: Parquet: Metric Row Group Filter handles Undefined
Min/Max incorrectly Missing Rows
URL: https://github.com/apache/iceberg/issues/6516
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
RussellSpitzer commented on code in PR #6517:
URL: https://github.com/apache/iceberg/pull/6517#discussion_r1069785830
##
parquet/src/main/java/org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.java:
##
@@ -560,24 +560,26 @@ private T max(Statistics statistics, int id) {
jackye1995 commented on code in PR #6575:
URL: https://github.com/apache/iceberg/pull/6575#discussion_r1069789840
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/sql/TestSelect.java:
##
@@ -231,6 +233,68 @@ public void testVersionAsOf() {
assertEquals("Snapshot a
jackye1995 commented on code in PR #6575:
URL: https://github.com/apache/iceberg/pull/6575#discussion_r1069798452
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java:
##
@@ -159,7 +160,15 @@ public Table loadTable(Identifier ident, String version)
throw
rdblue commented on code in PR #6525:
URL: https://github.com/apache/iceberg/pull/6525#discussion_r1069808528
##
python/tests/expressions/test_evaluator.py:
##
@@ -52,112 +54,126 @@
)
+def _record_simple(id: int, data: Optional[str]) -> Record: # pylint:
disable=redefined
jackye1995 commented on PR #6576:
URL: https://github.com/apache/iceberg/pull/6576#issuecomment-1382243877
@xiaoxuandev can you take a look? I believe this case should have been
covered in unit test, need to take a deeper look into it
--
This is an automated message from the Apache Git Se
huaxingao opened a new pull request, #6582:
URL: https://github.com/apache/iceberg/pull/6582
Add a Spark procedure to collect NDV, which will be used for CBO.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1069901978
##
core/src/main/java/org/apache/iceberg/puffin/StandardBlobTypes.java:
##
@@ -26,4 +26,6 @@ private StandardBlobTypes() {}
* href="https://datasketches.apache.or
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1069914737
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,191 @@
+/*
+ * Licensed to the Apache Software Founda
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1069918267
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,191 @@
+/*
+ * Licensed to the Apache Software Founda
jackye1995 commented on code in PR #6428:
URL: https://github.com/apache/iceberg/pull/6428#discussion_r1069937682
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeTableMetadata.java:
##
@@ -0,0 +1,150 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) un
JonasJ-ap opened a new pull request, #6179:
URL: https://github.com/apache/iceberg/pull/6179
Follows PR #4402 .
As mentioned in
https://github.com/apache/iceberg/pull/4402#issuecomment-1261096282:
In `GlueCatalog`, if `s3.write.table-name-tag-enabled` and
`s3.write.namespace-name-tag
jackye1995 commented on PR #6179:
URL: https://github.com/apache/iceberg/pull/6179#issuecomment-1382318184
I'd like to discuss this a bit more, since we do have some actual customer
use cases for this, because overall the S3 tagging related features in Iceberg
integrate very well with S3 li
RussellSpitzer commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070017872
##
core/src/main/java/org/apache/iceberg/puffin/StandardBlobTypes.java:
##
@@ -26,4 +26,6 @@ private StandardBlobTypes() {}
* href="https://datasketches.apac
RussellSpitzer commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070020289
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,188 @@
+/*
+ * Licensed to the Apache Software F
RussellSpitzer commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070023914
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,188 @@
+/*
+ * Licensed to the Apache Software F
RussellSpitzer commented on PR #6461:
URL: https://github.com/apache/iceberg/pull/6461#issuecomment-1382374860
I'm still a little worried about saving this information, what does knowing
the sort order mean for a file. Are we guaranteeing that the file is locally
sorted by that order? or gl
pvary opened a new pull request, #6583:
URL: https://github.com/apache/iceberg/pull/6583
Refactor Flink Sink tests to use the HadoopCatalogResource.
This is a groundwork for adding encryption tests for Flink Sources and Sinks
--
This is an automated message from the Apache Git Service.
pvary commented on PR #6583:
URL: https://github.com/apache/iceberg/pull/6583#issuecomment-1382415642
CC: @hililiwei, @ggershinsky
--
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 c
szehon-ho commented on code in PR #6581:
URL: https://github.com/apache/iceberg/pull/6581#discussion_r1070090624
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/RemoveDanglingDeletesSparkAction.java:
##
@@ -0,0 +1,227 @@
+/*
+ * Licensed to the Apache Software
huaxingao commented on issue #6549:
URL: https://github.com/apache/iceberg/issues/6549#issuecomment-1382430906
Here is the [PR](https://github.com/apache/iceberg/pull/6582) for
implementing a Spark stored procedure to collect NDV.
--
This is an automated message from the Apache Git Servic
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070099281
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,188 @@
+/*
+ * Licensed to the Apache Software Founda
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070101248
##
core/src/main/java/org/apache/iceberg/view/ViewHistoryEntryParser.java:
##
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070101425
##
core/src/test/java/org/apache/iceberg/view/TestViewHistoryEntryParser.java:
##
@@ -0,0 +1,45 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070101669
##
core/src/main/java/org/apache/iceberg/view/ViewHistoryEntryParser.java:
##
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under o
amogh-jahagirdar commented on PR #6559:
URL: https://github.com/apache/iceberg/pull/6559#issuecomment-1382437507
Thanks @nastra I'll be taking these suggestions in all the split PRs I'm
raising. Agreed, more tests on nullability/missing fields are needed, and now
that we use Immutable depen
amogh-jahagirdar closed pull request #6559: Core: View core parser
implementations
URL: https://github.com/apache/iceberg/pull/6559
--
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
rdblue commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070122674
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or mo
rdblue commented on PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#issuecomment-1382456468
Looks good other than the name of the history entry interface. Thanks,
@amogh-jahagirdar!
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
flyrain commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070140194
##
core/src/main/java/org/apache/iceberg/puffin/StandardBlobTypes.java:
##
@@ -26,4 +26,6 @@ private StandardBlobTypes() {}
* href="https://datasketches.apache.org/
stevenzwu opened a new pull request, #6584:
URL: https://github.com/apache/iceberg/pull/6584
cc @hililiwei
--
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,
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070149483
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070149483
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
szehon-ho commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070150005
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,188 @@
+/*
+ * Licensed to the Apache Software Founda
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070149483
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070149483
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
rdblue commented on code in PR #6428:
URL: https://github.com/apache/iceberg/pull/6428#discussion_r1070158086
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -0,0 +1,248 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+
amogh-jahagirdar commented on code in PR #6573:
URL: https://github.com/apache/iceberg/pull/6573#discussion_r1070158484
##
docs/spark-queries.md:
##
@@ -126,6 +126,8 @@ To select a specific table snapshot or the snapshot at some
time in the DataFram
* `snapshot-id` selects a
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070149483
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
jackye1995 commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070159167
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
jackye1995 commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070159167
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070161504
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
amogh-jahagirdar commented on code in PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#discussion_r1070161504
##
core/src/main/java/org/apache/iceberg/view/BaseViewHistoryEntry.java:
##
@@ -0,0 +1,28 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
dennishuo commented on code in PR #6428:
URL: https://github.com/apache/iceberg/pull/6428#discussion_r1070164244
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -0,0 +1,248 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
dennishuo commented on code in PR #6428:
URL: https://github.com/apache/iceberg/pull/6428#discussion_r1070166470
##
snowflake/src/main/java/org/apache/iceberg/snowflake/SnowflakeCatalog.java:
##
@@ -0,0 +1,248 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
williamhyun opened a new pull request, #6585:
URL: https://github.com/apache/iceberg/pull/6585
Apache ORC 1.8.2 is the latest version of ORC which brings the following
changes and bug fixes including an SBOM.
- https://github.com/apache/orc/releases/tag/v1.8.2
--
This is an automated m
github-actions[bot] commented on issue #5183:
URL: https://github.com/apache/iceberg/issues/5183#issuecomment-1382598801
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] commented on issue #4607:
URL: https://github.com/apache/iceberg/issues/4607#issuecomment-1382598842
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 issue #5183: Allow to configure Avro block size
URL: https://github.com/apache/iceberg/issues/5183
--
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.
T
dramaticlly commented on code in PR #6574:
URL: https://github.com/apache/iceberg/pull/6574#discussion_r1070176238
##
python/pyiceberg/table/__init__.py:
##
@@ -341,7 +346,18 @@ def plan_files(self) -> Iterator[FileScanTask]:
all_files = files(io.new_input(manifest.
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070181796
##
core/src/main/java/org/apache/iceberg/puffin/StandardBlobTypes.java:
##
@@ -26,4 +26,6 @@ private StandardBlobTypes() {}
* href="https://datasketches.apache.or
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070181906
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,191 @@
+/*
+ * Licensed to the Apache Software Founda
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070181959
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,188 @@
+/*
+ * Licensed to the Apache Software Founda
huaxingao commented on code in PR #6582:
URL: https://github.com/apache/iceberg/pull/6582#discussion_r1070182092
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/procedures/DistinctCountProcedure.java:
##
@@ -0,0 +1,188 @@
+/*
+ * Licensed to the Apache Software Founda
jackye1995 commented on PR #6565:
URL: https://github.com/apache/iceberg/pull/6565#issuecomment-1382622527
Since the immutable is addressed and we have enough approvals, I will go
ahead to merge the PR, thanks for the review @rdblue and @nastra !
--
This is an automated message from the A
jackye1995 merged PR #6565:
URL: https://github.com/apache/iceberg/pull/6565
--
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.
jackye1995 commented on PR #6428:
URL: https://github.com/apache/iceberg/pull/6428#issuecomment-1382624709
Looks like some CI tests are failing? Could you check? Maybe need to rebase.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
jackye1995 commented on code in PR #6573:
URL: https://github.com/apache/iceberg/pull/6573#discussion_r1070189868
##
docs/spark-queries.md:
##
@@ -126,6 +126,8 @@ To select a specific table snapshot or the snapshot at some
time in the DataFram
* `snapshot-id` selects a speci
jackye1995 commented on PR #6573:
URL: https://github.com/apache/iceberg/pull/6573#issuecomment-1382625570
Thanks everyone for the review, as I said in the thread for the SQL related
changes, I will wait for some more time in case there are disagreements. I will
merge this in first and we c
jackye1995 merged PR #6573:
URL: https://github.com/apache/iceberg/pull/6573
--
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.
renshangtao commented on PR #6577:
URL: https://github.com/apache/iceberg/pull/6577#issuecomment-1382632267
@nastra thank you for your reply. After this modification, the code can be
executed as expected. I open the runtime jar package, and the class
corresponding to shadowjar in META-INF/s
jackye1995 commented on PR #6575:
URL: https://github.com/apache/iceberg/pull/6575#issuecomment-1382632711
@aokolnychyi @RussellSpitzer @rdblue any opinions about this support?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
jackye1995 opened a new pull request, #6586:
URL: https://github.com/apache/iceberg/pull/6586
Currently no matter in what situation warehouse path must be specified, but
in many cases the user just want to initialize Glue catalog to read data, and
don't want to pass in a warehouse path. Thi
dennishuo commented on PR #6428:
URL: https://github.com/apache/iceberg/pull/6428#issuecomment-1382648326
@jackye1995 Thanks for the heads up! Looks like merging to head fixed it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
danielcweeks merged PR #6428:
URL: https://github.com/apache/iceberg/pull/6428
--
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...@iceber
dmgcodevil opened a new issue, #6587:
URL: https://github.com/apache/iceberg/issues/6587
### Apache Iceberg version
None
### Query engine
None
### Please describe the bug 🐞
I have a timestamp field of type: `timestamptz`. I'm trying to compact files
using S
singhpk234 commented on PR #6576:
URL: https://github.com/apache/iceberg/pull/6576#issuecomment-1382673430
did some more digging, posting what i found so far, this issue, is only
observed in 0.14.x and 1.0.0 (and I directly tested my fix on top of master
:sweat_smile:), 1.1.0 & master are f
singhpk234 closed pull request #6576: AWS: Fix check for
isTableRegisteredWithLF leading to CREATE table failure
URL: https://github.com/apache/iceberg/pull/6576
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
singhpk234 commented on issue #6523:
URL: https://github.com/apache/iceberg/issues/6523#issuecomment-1382673665
please consider using iceberg 1.1.0 release, instead, it has fix for the
failure added as part of :
- https://github.com/apache/iceberg/pull/4423/
--
This is an automate
ajantha-bhat commented on PR #6461:
URL: https://github.com/apache/iceberg/pull/6461#issuecomment-1382677828
> I'm still a little worried about saving this information, what does
knowing the sort order mean for a file. Are we guaranteeing that the file is
locally sorted by that order? or gl
nastra commented on code in PR #6575:
URL: https://github.com/apache/iceberg/pull/6575#discussion_r1070237113
##
spark/v3.3/spark/src/test/java/org/apache/iceberg/spark/sql/TestSelect.java:
##
@@ -231,6 +234,67 @@ public void testVersionAsOf() {
assertEquals("Snapshot at sp
nastra commented on PR #6577:
URL: https://github.com/apache/iceberg/pull/6577#issuecomment-1382694306
> @nastra thank you for your reply. After this modification, the code can be
executed as expected. I open the runtime jar package, and the class
corresponding to shadowjar in META-INF/serv
Fokko commented on PR #6525:
URL: https://github.com/apache/iceberg/pull/6525#issuecomment-1382722862
Thanks for the thorough review and PR @rdblue!
--
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
Fokko merged PR #6525:
URL: https://github.com/apache/iceberg/pull/6525
--
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
Fokko merged PR #6585:
URL: https://github.com/apache/iceberg/pull/6585
--
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
Fokko commented on code in PR #6574:
URL: https://github.com/apache/iceberg/pull/6574#discussion_r1070259471
##
python/pyiceberg/table/__init__.py:
##
@@ -341,7 +346,18 @@ def plan_files(self) -> Iterator[FileScanTask]:
all_files = files(io.new_input(manifest.manife
RussellSpitzer opened a new pull request, #6588:
URL: https://github.com/apache/iceberg/pull/6588
An issue we've run into frequently is that several Spark actions perform
deletes on the driver with a default parallelism of 1. This is quite slow for
S3 and painfully slow for very large table
RussellSpitzer commented on PR #6588:
URL: https://github.com/apache/iceberg/pull/6588#issuecomment-1382730394
@anuragmantri + @aokolnychyi + @rdblue - This is a bit of a big default
behavior change but it's been biting a lot of our users lately and the change
is relatively safe.
--
This
RussellSpitzer commented on code in PR #6588:
URL: https://github.com/apache/iceberg/pull/6588#discussion_r1070261827
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkSQLProperties.java:
##
@@ -47,4 +47,8 @@ private SparkSQLProperties() {}
public static final S
RussellSpitzer commented on code in PR #6588:
URL: https://github.com/apache/iceberg/pull/6588#discussion_r1070261893
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/BaseSparkAction.java:
##
@@ -231,24 +258,27 @@ protected DeleteSummary deleteFiles(
Del
RussellSpitzer commented on code in PR #6588:
URL: https://github.com/apache/iceberg/pull/6588#discussion_r1070261893
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/BaseSparkAction.java:
##
@@ -231,24 +258,27 @@ protected DeleteSummary deleteFiles(
Del
RussellSpitzer commented on code in PR #6588:
URL: https://github.com/apache/iceberg/pull/6588#discussion_r1070261927
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.java:
##
@@ -246,12 +246,13 @@ private DeleteOrphanFiles.Result d
RussellSpitzer commented on code in PR #6575:
URL: https://github.com/apache/iceberg/pull/6575#discussion_r1070263376
##
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java:
##
@@ -159,7 +160,15 @@ public Table loadTable(Identifier ident, String version)
t
RussellSpitzer commented on issue #6587:
URL: https://github.com/apache/iceberg/issues/6587#issuecomment-1382733719
Could you post the full trace from the Spark code?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
1 - 100 of 85865 matches
Mail list logo