frankliee commented on code in PR #609:
URL: https://github.com/apache/iceberg-python/pull/609#discussion_r1566818851
##
tests/conftest.py:
##
@@ -2144,3 +2144,31 @@ def arrow_table_with_only_nulls(pa_schema: "pa.Schema")
-> "pa.Table":
import pyarrow as pa
return p
nastra commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566814614
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##
@@ -501,6 +503,38 @@ public void testDeleteNonExistingRecords() {
liurenjie1024 commented on PR #326:
URL: https://github.com/apache/iceberg-rust/pull/326#issuecomment-2058338661
I think we may need to upgrade this manually since it contains api change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
liurenjie1024 closed pull request #326: chore(deps): Update volo-thrift
requirement from 0.9.2 to 0.10.0
URL: https://github.com/apache/iceberg-rust/pull/326
--
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
rahil-c commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1566583155
##
core/src/test/java/org/apache/iceberg/rest/responses/TestListNamespacesResponse.java:
##
@@ -34,7 +34,7 @@ public class TestListNamespacesResponse extends
RequestRe
HonahX commented on PR #603:
URL: https://github.com/apache/iceberg-python/pull/603#issuecomment-2058317984
Merged! Thanks @syun64 for working on this and thanks @Fokko for reviewing!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
HonahX merged PR #603:
URL: https://github.com/apache/iceberg-python/pull/603
--
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
liurenjie1024 commented on PR #328:
URL: https://github.com/apache/iceberg-rust/pull/328#issuecomment-2058314718
Thanks @dependabot for working 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
URL above to
dependabot[bot] commented on PR #326:
URL: https://github.com/apache/iceberg-rust/pull/326#issuecomment-2058313835
OK, I won't notify you again about this release, but will get in touch when
a new version is available. If you'd rather skip all updates until the next
major or minor version,
liurenjie1024 merged PR #328:
URL: https://github.com/apache/iceberg-rust/pull/328
--
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
HonahX commented on code in PR #609:
URL: https://github.com/apache/iceberg-python/pull/609#discussion_r1566772517
##
tests/conftest.py:
##
@@ -2144,3 +2144,31 @@ def arrow_table_with_only_nulls(pa_schema: "pa.Schema")
-> "pa.Table":
import pyarrow as pa
return pa.T
liurenjie1024 closed pull request #326: chore(deps): Update volo-thrift
requirement from 0.9.2 to 0.10.0
URL: https://github.com/apache/iceberg-rust/pull/326
--
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
liurenjie1024 commented on PR #333:
URL: https://github.com/apache/iceberg-rust/pull/333#issuecomment-2058312965
Thanks @dependabot for working on this, and @Fokko @Xuanwo for review.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
liurenjie1024 merged PR #333:
URL: https://github.com/apache/iceberg-rust/pull/333
--
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
liurenjie1024 commented on PR #332:
URL: https://github.com/apache/iceberg-rust/pull/332#issuecomment-2058311565
Thanks for @Xuanwo @Fokko for the review, and @dependabot for the work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
liurenjie1024 merged PR #332:
URL: https://github.com/apache/iceberg-rust/pull/332
--
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
liurenjie1024 commented on PR #327:
URL: https://github.com/apache/iceberg-rust/pull/327#issuecomment-2058310299
Thanks @Fokko @Xuanwo for the review, and @dependabot for working on this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on t
liurenjie1024 merged PR #327:
URL: https://github.com/apache/iceberg-rust/pull/327
--
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
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1566753916
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/VectorizedSparkParquetReaders.java:
##
@@ -51,22 +53,43 @@ public class VectorizedSparkParq
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1566753486
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/comet/CometIcebergColumnarBatchReader.java:
##
@@ -0,0 +1,303 @@
+/*
+ * Licensed to the Ap
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1566752772
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/comet/CometIcebergColumnReader.java:
##
@@ -0,0 +1,164 @@
+/*
+ * Licensed to the Apache So
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1566752634
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/comet/CometIcebergColumnReader.java:
##
@@ -0,0 +1,164 @@
+/*
+ * Licensed to the Apache So
huaxingao commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1566753162
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/comet/CometIcebergColumnarBatchReader.java:
##
@@ -0,0 +1,303 @@
+/*
+ * Licensed to the Ap
pvary commented on code in PR #9464:
URL: https://github.com/apache/iceberg/pull/9464#discussion_r1566738743
##
flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/source/split/SerializerHelper.java:
##
@@ -0,0 +1,186 @@
+/*
+ * Licensed to the Apache Software Foundation (A
nastra merged PR #10111:
URL: https://github.com/apache/iceberg/pull/10111
--
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.ap
nastra closed issue #10046: [JDBC Catalog] Table commit fails if iceberg_type
field is NULL
URL: https://github.com/apache/iceberg/issues/10046
--
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
manuzhang commented on PR #10112:
URL: https://github.com/apache/iceberg/pull/10112#issuecomment-2058257988
Why do we remove Flink 1.1.6 in this 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 t
rahil-c commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1566713074
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -278,14 +286,26 @@ public void setConf(Object newConf) {
@Override
public List listTa
kevinjqliu commented on issue #601:
URL: https://github.com/apache/iceberg-python/issues/601#issuecomment-2058220348
Looks like your schema is nested, which makes things more complicated. It's
pretty difficult to deal with merging nested schemas. I'm not sure if there's
an out-of-the-box so
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566695337
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operation() {
aokolnychyi commented on code in PR #9841:
URL: https://github.com/apache/iceberg/pull/9841#discussion_r1566673808
##
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/data/vectorized/comet/CometIcebergColumnReader.java:
##
@@ -0,0 +1,164 @@
+/*
+ * Licensed to the Apache
manuzhang commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566680285
##
core/src/main/java/org/apache/iceberg/TableProperties.java:
##
@@ -167,6 +167,10 @@ private TableProperties() {}
"write.parquet.bloom-filter-max-bytes";
liurenjie1024 commented on issue #330:
URL: https://github.com/apache/iceberg-rust/issues/330#issuecomment-2058158721
@marvinlanhenke Sorry for late reply. Yeah I think we should update the
roadmap to reflect latest update, welcome to submit pr, thanks!
--
This is an automated message fro
Ruees commented on issue #4190:
URL: https://github.com/apache/iceberg/issues/4190#issuecomment-2058150468
> @leichangqing You can refer to the last two commits of my branch
https://github.com/lintingbin2009/iceberg/tree/flink-sink-dynamically-change.
We have put this part of the code in ou
HonahX merged PR #608:
URL: https://github.com/apache/iceberg-python/pull/608
--
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
liurenjie1024 commented on code in PR #320:
URL: https://github.com/apache/iceberg-rust/pull/320#discussion_r1566618135
##
crates/iceberg/src/expr/visitors/bound_predicate_visitor.rs:
##
@@ -0,0 +1,317 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
HonahX opened a new pull request, #608:
URL: https://github.com/apache/iceberg-python/pull/608
Backport #607
No merge conflict, just open a PR for CI to run
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
huaxingao commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566594959
##
core/src/main/java/org/apache/iceberg/TableProperties.java:
##
@@ -167,6 +167,10 @@ private TableProperties() {}
"write.parquet.bloom-filter-max-bytes";
rahil-c commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1566583155
##
core/src/test/java/org/apache/iceberg/rest/responses/TestListNamespacesResponse.java:
##
@@ -34,7 +34,7 @@ public class TestListNamespacesResponse extends
RequestRe
manuzhang commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566577675
##
core/src/main/java/org/apache/iceberg/TableProperties.java:
##
@@ -167,6 +167,10 @@ private TableProperties() {}
"write.parquet.bloom-filter-max-bytes";
manuzhang commented on code in PR #10037:
URL: https://github.com/apache/iceberg/pull/10037#discussion_r1566576095
##
data/src/main/java/org/apache/iceberg/data/MigrationService.java:
##
@@ -0,0 +1,39 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
github-actions[bot] commented on issue #2554:
URL: https://github.com/apache/iceberg/issues/2554#issuecomment-2058016053
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 #2553:
URL: https://github.com/apache/iceberg/issues/2553#issuecomment-2058016033
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 #2542:
URL: https://github.com/apache/iceberg/issues/2542#issuecomment-2058015981
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 #2537:
URL: https://github.com/apache/iceberg/issues/2537#issuecomment-2058015957
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 #2545:
URL: https://github.com/apache/iceberg/issues/2545#issuecomment-2058016005
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 #2536:
URL: https://github.com/apache/iceberg/issues/2536#issuecomment-2058015929
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 #2534:
URL: https://github.com/apache/iceberg/issues/2534#issuecomment-2058015906
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 #2527:
URL: https://github.com/apache/iceberg/issues/2527#issuecomment-2058015881
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.
stargrey102 commented on PR #10148:
URL: https://github.com/apache/iceberg/pull/10148#issuecomment-2057981934
Some hive tested failed due to a new table property is added:
https://github.com/apache/iceberg/pull/10148/commits/27d3c8a8f72e08cd65d4a226e7daf362527b5f7c
Would you mind helping
danielcweeks commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1566524213
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -278,14 +286,26 @@ public void setConf(Object newConf) {
@Override
public List l
stevenzwu commented on code in PR #9464:
URL: https://github.com/apache/iceberg/pull/9464#discussion_r1566450101
##
flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/source/split/IcebergSourceSplit.java:
##
@@ -157,21 +165,56 @@ byte[] serializeV2() throws IOException {
amogh-jahagirdar commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566455670
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operatio
thorfour closed pull request #71: Rename hive to hadoop
URL: https://github.com/apache/iceberg-go/pull/71
--
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
aokolnychyi commented on code in PR #10128:
URL: https://github.com/apache/iceberg/pull/10128#discussion_r1566449690
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkSessionCatalog.java:
##
@@ -275,18 +275,20 @@ public Table alterTable(Identifier ident, TableChang
aokolnychyi commented on PR #8637:
URL: https://github.com/apache/iceberg/pull/8637#issuecomment-2057818943
There was a style violation:
```
Error: eckstyle] [ERROR]
/home/runner/work/iceberg/iceberg/core/src/jmh/java/org/apache/iceberg/ManifestWriteBenchmark.java:89:9:
Variable '
huaxingao commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566422127
##
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##
@@ -476,7 +493,10 @@ static Context dataContext(Map config) {
int bloomFilterMaxBytes
huaxingao commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566441905
##
docs/docs/configuration.md:
##
@@ -49,8 +49,9 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.parquet.dict-size-byt
aokolnychyi commented on PR #9611:
URL: https://github.com/apache/iceberg/pull/9611#issuecomment-2057810296
Thanks, @manuzhang! Thanks for reviewing, @nastra @RussellSpitzer!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
huaxingao commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566440289
##
docs/docs/configuration.md:
##
@@ -49,8 +49,9 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.parquet.dict-size-byt
rahil-c commented on code in PR #9782:
URL: https://github.com/apache/iceberg/pull/9782#discussion_r1558712520
##
core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java:
##
@@ -278,14 +286,26 @@ public void setConf(Object newConf) {
@Override
public List listTa
aokolnychyi merged PR #9611:
URL: https://github.com/apache/iceberg/pull/9611
--
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
huaxingao commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566422127
##
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##
@@ -476,7 +493,10 @@ static Context dataContext(Map config) {
int bloomFilterMaxBytes
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566275123
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##
@@ -501,6 +503,38 @@ public void testDeleteNonExistingRecords
aokolnychyi commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566415714
##
core/src/main/java/org/apache/iceberg/TableProperties.java:
##
@@ -167,6 +167,10 @@ private TableProperties() {}
"write.parquet.bloom-filter-max-bytes";
aokolnychyi commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566414171
##
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##
@@ -476,7 +493,10 @@ static Context dataContext(Map config) {
int bloomFilterMaxByte
huaxingao commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566403848
##
core/src/main/java/org/apache/iceberg/TableProperties.java:
##
@@ -167,6 +167,10 @@ private TableProperties() {}
"write.parquet.bloom-filter-max-bytes";
Fokko commented on PR #607:
URL: https://github.com/apache/iceberg-python/pull/607#issuecomment-2057767366
@HonahX Thanks for fixing this. I think we should backport this to 0.6.1 as
well 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
Fokko closed issue #588: Concern about possible consistency issue in
HiveCatalog's _commit_table
URL: https://github.com/apache/iceberg-python/issues/588
--
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
Fokko merged PR #607:
URL: https://github.com/apache/iceberg-python/pull/607
--
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.
huaxingao commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566403848
##
core/src/main/java/org/apache/iceberg/TableProperties.java:
##
@@ -167,6 +167,10 @@ private TableProperties() {}
"write.parquet.bloom-filter-max-bytes";
tdcmeehan commented on code in PR #10118:
URL: https://github.com/apache/iceberg/pull/10118#discussion_r1566401938
##
core/src/main/java/org/apache/iceberg/io/ContentCache.java:
##
@@ -18,274 +18,35 @@
*/
package org.apache.iceberg.io;
-import com.github.benmanes.caffeine.c
tdcmeehan commented on code in PR #10118:
URL: https://github.com/apache/iceberg/pull/10118#discussion_r1566400397
##
core/src/main/java/org/apache/iceberg/io/ContentCacheManager.java:
##
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
aokolnychyi commented on code in PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#discussion_r1566395480
##
core/src/main/java/org/apache/iceberg/TableProperties.java:
##
@@ -167,6 +167,10 @@ private TableProperties() {}
"write.parquet.bloom-filter-max-bytes";
amogh-jahagirdar commented on PR #10111:
URL: https://github.com/apache/iceberg/pull/10111#issuecomment-2057754827
Looks like Flink CI timed out when running actions/cache before even running
the actual tests. I'm going to retrigger and merge.
--
This is an automated message from the Apac
huaxingao commented on PR #10149:
URL: https://github.com/apache/iceberg/pull/10149#issuecomment-2057752708
To test the change, I stepped into the
[code](https://github.com/apache/parquet-mr/blob/parquet-1.13.x/parquet-column/src/main/java/org/apache/parquet/column/impl/ColumnWriterBase.java
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566392268
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operation() {
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566392971
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##
@@ -501,6 +503,32 @@ public void testDeleteNonExistingRecords
geruh commented on issue #515:
URL: https://github.com/apache/iceberg-python/issues/515#issuecomment-2057718236
Interesting can you run `aws sts get-caller-identity` in the terminal to
ensure the right identity is being used?
you can also, explicitly set the S3FileIO by passing in the
sdd commented on code in PR #320:
URL: https://github.com/apache/iceberg-rust/pull/320#discussion_r1566362815
##
crates/iceberg/src/expr/visitors/bound_predicate_visitor.rs:
##
@@ -0,0 +1,317 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contribut
sdd commented on code in PR #320:
URL: https://github.com/apache/iceberg-rust/pull/320#discussion_r1566349390
##
crates/iceberg/src/expr/visitors/bound_predicate_visitor.rs:
##
@@ -0,0 +1,317 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contribut
sdd commented on code in PR #320:
URL: https://github.com/apache/iceberg-rust/pull/320#discussion_r1566333861
##
crates/iceberg/src/expr/visitors/bound_predicate_visitor.rs:
##
@@ -0,0 +1,317 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contribut
emkornfield commented on PR #8982:
URL: https://github.com/apache/iceberg/pull/8982#issuecomment-2057613376
@Fokko @aokolnychyi just wanted to ping again to see if you have bandwidth
to take another look?
--
This is an automated message from the Apache Git Service.
To respond to the messa
emkornfield commented on PR #8981:
URL: https://github.com/apache/iceberg/pull/8981#issuecomment-2057612264
@Fokko just wanted to see if you have bandwidth to take another look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
amogh-jahagirdar commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566301394
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operatio
amogh-jahagirdar commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566301394
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operatio
amogh-jahagirdar commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566285705
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operatio
amogh-jahagirdar commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566285705
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operatio
aokolnychyi commented on code in PR #10037:
URL: https://github.com/apache/iceberg/pull/10037#discussion_r1566291691
##
data/src/main/java/org/apache/iceberg/data/MigrationService.java:
##
@@ -0,0 +1,39 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
aokolnychyi commented on code in PR #10037:
URL: https://github.com/apache/iceberg/pull/10037#discussion_r1566289821
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/procedures/BaseProcedure.java:
##
@@ -237,4 +237,11 @@ protected ExecutorService executorService(int
t
aokolnychyi commented on code in PR #10037:
URL: https://github.com/apache/iceberg/pull/10037#discussion_r1566289821
##
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/procedures/BaseProcedure.java:
##
@@ -237,4 +237,11 @@ protected ExecutorService executorService(int
t
amogh-jahagirdar commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566285705
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operatio
amogh-jahagirdar commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566285705
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operatio
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566284577
##
spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##
@@ -502,6 +505,38 @@ public void testDeleteNonExistingRecords
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566282540
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operation() {
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566275123
##
spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java:
##
@@ -501,6 +503,38 @@ public void testDeleteNonExistingRecords
pvary commented on PR #10148:
URL: https://github.com/apache/iceberg/pull/10148#issuecomment-2057554051
@deniskuzZ: what would be the effect of this change to the Hive integration?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
pvary commented on issue #10147:
URL: https://github.com/apache/iceberg/issues/10147#issuecomment-2057528514
@sannaroby: can you share the Sink code?
What distribution mode do you use? Maybe we need a rebalance step before the
writer?
--
This is an automated message from the Apache Git
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566226747
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operation() {
aokolnychyi commented on code in PR #10123:
URL: https://github.com/apache/iceberg/pull/10123#discussion_r1566226747
##
core/src/main/java/org/apache/iceberg/BaseRowDelta.java:
##
@@ -43,6 +43,10 @@ protected BaseRowDelta self() {
@Override
protected String operation() {
1 - 100 of 147 matches
Mail list logo