nastra merged PR #8851:
URL: https://github.com/apache/iceberg/pull/8851
--
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
yabola commented on issue #8949:
URL: https://github.com/apache/iceberg/issues/8949#issuecomment-1786543799
@manuzhang Hi, Please correct me if I understand wrong, your error case is
vectorized reading, and timestamp96 is not using dictionary. But I have dealt
with this case actually. Pleas
ajantha-bhat commented on code in PR #8907:
URL: https://github.com/apache/iceberg/pull/8907#discussion_r1377100203
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -264,6 +251,146 @@ public void renameTable(TableIdentifier from,
TableIdentifier o
dramaticlly commented on code in PR #8340:
URL: https://github.com/apache/iceberg/pull/8340#discussion_r1377104943
##
core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java:
##
@@ -601,15 +601,81 @@ public void testDropNamespace() {
public void testCreateNamespace()
ajantha-bhat commented on code in PR #8909:
URL: https://github.com/apache/iceberg/pull/8909#discussion_r1377095566
##
core/src/test/java/org/apache/iceberg/view/ViewCatalogTests.java:
##
@@ -400,8 +400,15 @@ public void
replaceTableViaTransactionThatAlreadyExistsAsView() {
manuzhang commented on issue #8949:
URL: https://github.com/apache/iceberg/issues/8949#issuecomment-1786508385
As per [parquet format
encoding](https://github.com/apache/parquet-format/blob/master/Encodings.md#dictionary-encoding-plain_dictionary--2-and-rle_dictionary--8),
> If the dictio
aokolnychyi commented on code in PR #8928:
URL: https://github.com/apache/iceberg/pull/8928#discussion_r1377066516
##
core/src/main/java/org/apache/iceberg/BaseRewriteManifests.java:
##
@@ -82,10 +83,12 @@ public class BaseRewriteManifests extends
SnapshotProducer
this.man
aokolnychyi commented on code in PR #8928:
URL: https://github.com/apache/iceberg/pull/8928#discussion_r1373976469
##
core/src/main/java/org/apache/iceberg/BaseRewriteManifests.java:
##
@@ -160,11 +163,10 @@ public RewriteManifests addManifest(ManifestFile
manifest) {
}
coded9 commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1377020868
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRequiredDistributionAndOrdering.java:
##
@@ -186,21 +186,22 @@ public void testDisab
coded9 commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1377025566
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestTagDDL.java:
##
@@ -137,11 +136,11 @@ public void testCreateTagUseDefaultConfig() th
coded9 commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1377025066
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestMerge.java:
##
@@ -1019,21 +1015,21 @@ public void
testMergeWithMultipleUpdatesForT
coded9 commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1377022140
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestUpdate.java:
##
@@ -1383,36 +1380,35 @@ public void testUpdateWithInvalidAssignments
coded9 commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1377020868
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRequiredDistributionAndOrdering.java:
##
@@ -186,21 +186,22 @@ public void testDisab
jerqi commented on PR #8467:
URL: https://github.com/apache/iceberg/pull/8467#issuecomment-1786382503
@RussellSpitzer Comments are addressed. Could you take another when you have
time?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
liurenjie1024 opened a new pull request, #89:
URL: https://github.com/apache/iceberg-rust/pull/89
This pr implements load table in rest catalog, also add accesses to table
metadata.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
liurenjie1024 commented on issue #88:
URL: https://github.com/apache/iceberg-rust/issues/88#issuecomment-1786333662
cc @Fokko @ZENOTME @JanKaul @Xuanwo
--
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
jerqi commented on code in PR #8467:
URL: https://github.com/apache/iceberg/pull/8467#discussion_r1376967622
##
api/src/test/java/org/apache/iceberg/TestHelpers.java:
##
@@ -667,4 +671,40 @@ public List splitOffsets() {
return null;
}
}
+
+ public static class Pa
wmoustafa commented on issue #6420:
URL: https://github.com/apache/iceberg/issues/6420#issuecomment-1786292375
Could you clarify how it does not work with the catalog API? At the end of
the day, the catalog API takes a table identifier and returns an object. That
can be table object, virtua
aokolnychyi commented on code in PR #8957:
URL: https://github.com/apache/iceberg/pull/8957#discussion_r1376946080
##
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -222,7 +222,9 @@ private Dataset
buildManifestEntryDF(Li
aokolnychyi opened a new pull request, #8957:
URL: https://github.com/apache/iceberg/pull/8957
This PR migrates our rewrite manifest actions to use
`SerializableTableWithSize`, a version of `SerializableTable` adapted for
Spark. In particular, it implements `KnownSizeEstimation` for perform
aokolnychyi merged PR #8954:
URL: https://github.com/apache/iceberg/pull/8954
--
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
aokolnychyi commented on PR #8954:
URL: https://github.com/apache/iceberg/pull/8954#issuecomment-1786255408
There was a sporadic failure in Spark 3.5 which is not affected by this
change. I'll merge this PR as is.
--
This is an automated message from the Apache Git Service.
To respond to
aokolnychyi merged PR #8955:
URL: https://github.com/apache/iceberg/pull/8955
--
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
aokolnychyi merged PR #8956:
URL: https://github.com/apache/iceberg/pull/8956
--
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
aokolnychyi commented on issue #8904:
URL: https://github.com/apache/iceberg/issues/8904#issuecomment-1786253960
I replied on the Spark issue. If my understanding is correct, we can switch
it off.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
puchengy commented on issue #5071:
URL: https://github.com/apache/iceberg/issues/5071#issuecomment-1786239047
Can we reopen this given this feature is useful?
--
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
github-actions[bot] commented on issue #7502:
URL: https://github.com/apache/iceberg/issues/7502#issuecomment-1786237342
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] commented on issue #7509:
URL: https://github.com/apache/iceberg/issues/7509#issuecomment-1786237312
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] commented on issue #7510:
URL: https://github.com/apache/iceberg/issues/7510#issuecomment-1786237286
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] commented on issue #7511:
URL: https://github.com/apache/iceberg/issues/7511#issuecomment-1786237260
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] commented on issue #7515:
URL: https://github.com/apache/iceberg/issues/7515#issuecomment-1786237203
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] commented on issue #7514:
URL: https://github.com/apache/iceberg/issues/7514#issuecomment-1786237231
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] commented on issue #7516:
URL: https://github.com/apache/iceberg/issues/7516#issuecomment-1786237165
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.
flyrain commented on code in PR #8928:
URL: https://github.com/apache/iceberg/pull/8928#discussion_r1376706853
##
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -337,7 +337,7 @@ private void replaceManifests(
addedM
skellys opened a new pull request, #115:
URL: https://github.com/apache/iceberg-python/pull/115
I found a thread safety bug where some unwanted partitions would make it
past the partition filter. I found and tested this fix on a simple Iceberg
table with one schema spec, 5 manifest files (s
aokolnychyi commented on issue #8904:
URL: https://github.com/apache/iceberg/issues/8904#issuecomment-1785773348
Let me catch up later today.
--
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 s
aokolnychyi commented on PR #8935:
URL: https://github.com/apache/iceberg/pull/8935#issuecomment-1785758870
Thanks, @RussellSpitzer!
--
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
aokolnychyi merged PR #8935:
URL: https://github.com/apache/iceberg/pull/8935
--
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
aokolnychyi commented on code in PR #8935:
URL: https://github.com/apache/iceberg/pull/8935#discussion_r1376602061
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -277,16 +275,9 @@ private List
writeManifestsForPartitio
RussellSpitzer commented on code in PR #8935:
URL: https://github.com/apache/iceberg/pull/8935#discussion_r1376537307
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -277,16 +275,9 @@ private List
writeManifestsForParti
RussellSpitzer commented on code in PR #8935:
URL: https://github.com/apache/iceberg/pull/8935#discussion_r1376534827
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.java:
##
@@ -277,16 +275,9 @@ private List
writeManifestsForParti
github-raphael-douyere opened a new issue, #8953:
URL: https://github.com/apache/iceberg/issues/8953
### Apache Iceberg version
1.3.1
### Query engine
Spark
### Please describe the bug 🐞
While writing data to an Iceberg table using Spark Streaming 3.4.1 / Ic
Fokko merged PR #7710:
URL: https://github.com/apache/iceberg/pull/7710
--
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 PR #7710:
URL: https://github.com/apache/iceberg/pull/7710#issuecomment-1785528935
Thanks for the review @rdblue and @nastra for the review. I'll might
revisitor other parts as well 👍
--
This is an automated message from the Apache Git Service.
To respond to the messag
Fokko commented on code in PR #7710:
URL: https://github.com/apache/iceberg/pull/7710#discussion_r1376457242
##
open-api/rest-catalog-open-api.yaml:
##
@@ -1824,58 +1824,146 @@ components:
- $ref: '#/components/schemas/SetPropertiesUpdate'
- $ref: '#/components
wypoon commented on PR #6799:
URL: https://github.com/apache/iceberg/pull/6799#issuecomment-1785524764
@nastra @aokolnychyi please let me know what you think.
--
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
Fokko commented on PR #8892:
URL: https://github.com/apache/iceberg/pull/8892#issuecomment-1785518691
Thanks @hussein-awala for taking the time to create this PR, and @jbonofre,
@ajantha-bhat for the review 👍
--
This is an automated message from the Apache Git Service.
To respond to the
Fokko merged PR #8892:
URL: https://github.com/apache/iceberg/pull/8892
--
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
zhangbutao commented on issue #8951:
URL: https://github.com/apache/iceberg/issues/8951#issuecomment-1785506472
> This is why I asked if you checked the "files" metadata table. If the
Files metadata table has no tuples of {data: a} then there is no partition of
data = a.
After trunca
ajantha-bhat commented on PR #8909:
URL: https://github.com/apache/iceberg/pull/8909#issuecomment-1785481731
@nastra and @adutra: Can you please take another look? I have addressed the
comments.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
dyno commented on issue #8927:
URL: https://github.com/apache/iceberg/issues/8927#issuecomment-1785479202
thanks @ConeyLiu ! will try 1.3.1.
--
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 s
Fokko merged PR #110:
URL: https://github.com/apache/iceberg-python/pull/110
--
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.
Fokko commented on issue #107:
URL: https://github.com/apache/iceberg-python/issues/107#issuecomment-1785446711
Closing this, since the PR has been merged. Thanks @whisk for working on this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
Fokko closed issue #107: Fix typo in `_primitive_to_phyisical`
URL: https://github.com/apache/iceberg-python/issues/107
--
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 unsub
nastra commented on code in PR #8919:
URL: https://github.com/apache/iceberg/pull/8919#discussion_r1371606620
##
site/README.md:
##
@@ -65,7 +65,7 @@ The non-versioned site pages are all the `/site/docs/.*md`
files and the docs ar
> This build process is currently missing olde
Fokko commented on code in PR #8919:
URL: https://github.com/apache/iceberg/pull/8919#discussion_r1376385112
##
site/README.md:
##
@@ -65,7 +65,7 @@ The non-versioned site pages are all the `/site/docs/.*md`
files and the docs ar
> This build process is currently missing older
Fokko commented on code in PR #8919:
URL: https://github.com/apache/iceberg/pull/8919#discussion_r1376383741
##
site/README.md:
##
@@ -125,17 +124,16 @@ mkdocs serve
## Release process
Deploying a version of the docs is a two step process:
- 1. ~~Cut a new release from the c
ajantha-bhat commented on issue #8951:
URL: https://github.com/apache/iceberg/issues/8951#issuecomment-1785379174
You are right about behaviour change.
I think because of new stats addition like delete stats, we don't produce
the effective stats for merge-on-read now.
You can also ch
RussellSpitzer commented on issue #8951:
URL: https://github.com/apache/iceberg/issues/8951#issuecomment-1785346959
@zhangbutao
Iceberg cannot have partitions without data files. Either there is a file
which has a tuple for a partition or not. If there is no file entry then the
partitio
RussellSpitzer commented on code in PR #8467:
URL: https://github.com/apache/iceberg/pull/8467#discussion_r1376310696
##
api/src/test/java/org/apache/iceberg/TestHelpers.java:
##
@@ -667,4 +671,40 @@ public List splitOffsets() {
return null;
}
}
+
+ public static
ajantha-bhat commented on code in PR #8909:
URL: https://github.com/apache/iceberg/pull/8909#discussion_r1376297916
##
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java:
##
@@ -135,71 +135,26 @@ protected void doCommit(TableMetadata base, TableMetadata
m
nastra commented on code in PR #8851:
URL: https://github.com/apache/iceberg/pull/8851#discussion_r1376276601
##
api/src/main/java/org/apache/iceberg/view/View.java:
##
@@ -111,4 +112,13 @@ default ReplaceViewVersion replaceVersion() {
default UpdateLocation updateLocation()
nastra commented on code in PR #8851:
URL: https://github.com/apache/iceberg/pull/8851#discussion_r1376275776
##
api/src/main/java/org/apache/iceberg/view/View.java:
##
@@ -111,4 +112,13 @@ default ReplaceViewVersion replaceVersion() {
default UpdateLocation updateLocation()
nastra merged PR #8800:
URL: https://github.com/apache/iceberg/pull/8800
--
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
DavidCGarcia89 closed issue #8952: Does Spark 3.3 support Tagging in AWS?
URL: https://github.com/apache/iceberg/issues/8952
--
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
nastra closed pull request #8844: Update CachingCatalog to use expireAfterWrite
instead of expireAfterAccess
URL: https://github.com/apache/iceberg/pull/8844
--
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 t
DavidCGarcia89 commented on issue #8952:
URL: https://github.com/apache/iceberg/issues/8952#issuecomment-1785270140
@nastra Hello Nastra, I think that's the problem. It seems that AWS [only
have compatibility with
1.0.0](https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-fo
nastra closed pull request #8920: Core: Add table session cache
URL: https://github.com/apache/iceberg/pull/8920
--
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,
adutra commented on code in PR #8909:
URL: https://github.com/apache/iceberg/pull/8909#discussion_r1376237462
##
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java:
##
@@ -135,71 +135,26 @@ protected void doCommit(TableMetadata base, TableMetadata
metadat
nastra closed issue #4550: the snapshot file is lost when write iceberg using
flink Failed to open input stream for fileFile does not exist
URL: https://github.com/apache/iceberg/issues/4550
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
nastra merged PR #8494:
URL: https://github.com/apache/iceberg/pull/8494
--
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
nastra commented on PR #8494:
URL: https://github.com/apache/iceberg/pull/8494#issuecomment-1785209915
@wangtaohz sorry for the delay, I was waiting for input of others. Given
that this has been open for quite a while, we can go ahead and merge this.
--
This is an automated message from t
nastra commented on issue #8952:
URL: https://github.com/apache/iceberg/issues/8952#issuecomment-1785206734
@DavidCGarcia89 which Iceberg version are you using? This should work with
Iceberg 1.2.0
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
DavidCGarcia89 opened a new issue, #8952:
URL: https://github.com/apache/iceberg/issues/8952
### Query engine
Spark 3.3
AWS Glue Catalog
Scala
### Question
I've been working with iceberg table in the glue table for a while and so
far so good.
But now i'm try
nastra commented on code in PR #8945:
URL: https://github.com/apache/iceberg/pull/8945#discussion_r1376219994
##
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/source/enumerator/TestContinuousSplitPlannerImpl.java:
##
@@ -337,12 +337,10 @@ public void testIncrementalFr
nastra commented on code in PR #8945:
URL: https://github.com/apache/iceberg/pull/8945#discussion_r1376218462
##
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/source/TestStreamScanSql.java:
##
@@ -219,15 +219,13 @@ public void testConsumeFilesWithBranch() throws Excep
mgmarino commented on issue #3044:
URL: https://github.com/apache/iceberg/issues/3044#issuecomment-1785192369
@rajcoolguy I've updated my comment 👆 to include a link to a gist with the
relevant code. HTH.
--
This is an automated message from the Apache Git Service.
To respond to the messa
nastra commented on code in PR #8945:
URL: https://github.com/apache/iceberg/pull/8945#discussion_r1376219315
##
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/source/TestStreamingMonitorFunction.java:
##
@@ -254,30 +254,24 @@ public void testInvalidMaxPlanningSnapshot
nastra commented on code in PR #8945:
URL: https://github.com/apache/iceberg/pull/8945#discussion_r1376216574
##
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkSourceConfig.java:
##
@@ -31,14 +31,12 @@ public class TestFlinkSourceConfig extends
TestFli
DavidCGarcia89 commented on issue #6902:
URL: https://github.com/apache/iceberg/issues/6902#issuecomment-1785188729
I have also the same problem in AWS. I'm trying to execute a job with Scala
trying to create a TAG but get this error:
 thr
nastra commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1376204137
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestTagDDL.java:
##
@@ -338,11 +328,10 @@ public void testDropTagFailesForBranch() throw
nastra commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1376202288
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestTagDDL.java:
##
@@ -137,11 +136,11 @@ public void testCreateTagUseDefaultConfig() th
nastra commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1376202828
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestTagDDL.java:
##
@@ -151,17 +147,14 @@ public void testCreateTagUseDefaultConfig() th
nastra commented on code in PR #8948:
URL: https://github.com/apache/iceberg/pull/8948#discussion_r1376201141
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRequiredDistributionAndOrdering.java:
##
@@ -186,21 +186,22 @@ public void testDisab
nastra merged PR #8937:
URL: https://github.com/apache/iceberg/pull/8937
--
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
adutra commented on code in PR #8909:
URL: https://github.com/apache/iceberg/pull/8909#discussion_r1376192197
##
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java:
##
@@ -135,71 +135,26 @@ protected void doCommit(TableMetadata base, TableMetadata
metadat
wangtaohz commented on PR #8494:
URL: https://github.com/apache/iceberg/pull/8494#issuecomment-1785130961
@nastra Can this PR be merged?
In fact, we have been using the [fixed
code](https://github.com/NetEase/amoro/blob/master/core/src/main/java/com/netease/arctic/utils/IcebergInMemo
Fokko commented on PR #6527:
URL: https://github.com/apache/iceberg/pull/6527#issuecomment-1785114341
I believe @bryanck also ran into this, he might be interested in reviewing
this as well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
deniskuzZ opened a new pull request, #6527:
URL: https://github.com/apache/iceberg/pull/6527
ref https://issues.apache.org/jira/browse/HIVE-26714
Current optimization covers only positional deletes by creating a
PositionDeleteIndex bitmap for every task in a combined TableScan, avoidi
deniskuzZ closed pull request #6527: Iceberg delete files are read multiple
times during query processing causing delays
URL: https://github.com/apache/iceberg/pull/6527
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
ajantha-bhat commented on code in PR #8909:
URL: https://github.com/apache/iceberg/pull/8909#discussion_r1376116783
##
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java:
##
@@ -135,71 +135,26 @@ protected void doCommit(TableMetadata base, TableMetadata
m
ajantha-bhat commented on code in PR #8909:
URL: https://github.com/apache/iceberg/pull/8909#discussion_r1376100816
##
nessie/src/main/java/org/apache/iceberg/nessie/NessieViewOperations.java:
##
@@ -0,0 +1,153 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under on
ajantha-bhat commented on code in PR #8909:
URL: https://github.com/apache/iceberg/pull/8909#discussion_r1376101149
##
nessie/src/main/java/org/apache/iceberg/nessie/NessieTableOperations.java:
##
@@ -135,71 +135,26 @@ protected void doCommit(TableMetadata base, TableMetadata
m
1 - 100 of 173 matches
Mail list logo