InvisibleProgrammer commented on PR #6337:
URL: https://github.com/apache/iceberg/pull/6337#issuecomment-1336973794
@pvary , Can I ask for workflow approval?
Thank you,
Zsolt
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
ajantha-bhat commented on PR #6250:
URL: https://github.com/apache/iceberg/pull/6250#issuecomment-1337013120
cc: @pvary
--
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
ajantha-bhat commented on PR #6234:
URL: https://github.com/apache/iceberg/pull/6234#issuecomment-1337015494
cc: @stevenzwu, @jackye1995
--
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
KarlManong opened a new issue, #6359:
URL: https://github.com/apache/iceberg/issues/6359
### Apache Iceberg version
1.1.0 (latest release)
### Query engine
Other
### Please describe the bug 🐞
When I running `gradle build`, it stuck at `> :iceberg-core:test >
KarlManong closed issue #6359: Sometimes
org.apache.iceberg.jdbc.TestJdbcTableConcurrency#testConcurrentFastAppends
never end
URL: https://github.com/apache/iceberg/issues/6359
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
ajantha-bhat commented on code in PR #6091:
URL: https://github.com/apache/iceberg/pull/6091#discussion_r1039525785
##
core/src/test/java/org/apache/iceberg/TestRemoveSnapshots.java:
##
@@ -1234,6 +1245,40 @@ public void
testMultipleRefsAndCleanExpiredFilesFailsForIncrementalCl
ajantha-bhat commented on code in PR #6090:
URL: https://github.com/apache/iceberg/pull/6090#discussion_r1039527780
##
core/src/main/java/org/apache/iceberg/FileCleanupStrategy.java:
##
@@ -79,4 +80,15 @@ protected void deleteFiles(Set pathsToDelete, String
fileType) {
XN137 commented on PR #6221:
URL: https://github.com/apache/iceberg/pull/6221#issuecomment-1337298037
additional context:
the failing check can only be performed when the compiled bytecode contains
parameter name information for methods:
https://github.com/palantir/gradle-baseline
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039570176
##
flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkMetaDataTable.java:
##
@@ -0,0 +1,713 @@
+/*
+ * Licensed to the Apache Software Foundatio
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039570407
##
flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkMetaDataTable.java:
##
@@ -0,0 +1,713 @@
+/*
+ * Licensed to the Apache Software Foundatio
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039570783
##
flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkMetaDataTable.java:
##
@@ -0,0 +1,713 @@
+/*
+ * Licensed to the Apache Software Foundatio
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039571147
##
flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/source/TestFlinkMetaDataTable.java:
##
@@ -0,0 +1,713 @@
+/*
+ * Licensed to the Apache Software Foundatio
Fokko merged PR #6221:
URL: https://github.com/apache/iceberg/pull/6221
--
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
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039674684
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039683554
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
ConeyLiu commented on code in PR #6335:
URL: https://github.com/apache/iceberg/pull/6335#discussion_r1039686191
##
core/src/main/java/org/apache/iceberg/SnapshotProducer.java:
##
@@ -499,6 +501,40 @@ protected long snapshotId() {
return snapshotId;
}
+ protected stati
ajantha-bhat commented on PR #6221:
URL: https://github.com/apache/iceberg/pull/6221#issuecomment-1337501228
> but there are some jdk vendors (i.e. on centos7) that also enable this
flag on jdk8, thus this check might fail depending on the jdk distribution used.
@XN137: Thank you so m
ConeyLiu commented on code in PR #6335:
URL: https://github.com/apache/iceberg/pull/6335#discussion_r1039689716
##
core/src/main/java/org/apache/iceberg/MergingSnapshotProducer.java:
##
@@ -838,9 +839,17 @@ public Object updateEvent() {
}
private void cleanUncommittedApp
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039702122
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
RussellSpitzer commented on code in PR #6250:
URL: https://github.com/apache/iceberg/pull/6250#discussion_r1039705908
##
docs/spark-getting-started.md:
##
@@ -57,8 +57,6 @@ This command creates a path-based catalog named `local` for
tables under `$PWD/w
```sh
spark-sql --pack
nastra commented on PR #6335:
URL: https://github.com/apache/iceberg/pull/6335#issuecomment-1337557734
It is mentioned in the docs that `MANIFEST_TARGET_SIZE_BYTES` relates to
`Target size when merging manifest files`, meaning that this setting only takes
effect when merging of manifest fil
ajantha-bhat commented on code in PR #6250:
URL: https://github.com/apache/iceberg/pull/6250#discussion_r1039751700
##
docs/spark-getting-started.md:
##
@@ -57,8 +57,6 @@ This command creates a path-based catalog named `local` for
tables under `$PWD/w
```sh
spark-sql --packag
nastra commented on code in PR #6353:
URL: https://github.com/apache/iceberg/pull/6353#discussion_r1039765677
##
parquet/src/main/java/org/apache/iceberg/parquet/ReadConf.java:
##
@@ -46,7 +47,7 @@
*
* @param type of value to read
*/
-class ReadConf {
+class ReadConf impl
nastra commented on code in PR #6348:
URL: https://github.com/apache/iceberg/pull/6348#discussion_r1039781132
##
python/dev/.rat-excludes:
##
@@ -0,0 +1,2 @@
+.rat-excludes
Review Comment:
related to [this old
comment](https://github.com/apache/iceberg/pull/5840#discussion_
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039789754
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
ajantha-bhat commented on code in PR #6250:
URL: https://github.com/apache/iceberg/pull/6250#discussion_r1039831769
##
docs/spark-getting-started.md:
##
@@ -57,8 +57,6 @@ This command creates a path-based catalog named `local` for
tables under `$PWD/w
```sh
spark-sql --packag
RussellSpitzer commented on code in PR #6250:
URL: https://github.com/apache/iceberg/pull/6250#discussion_r1039836905
##
docs/spark-getting-started.md:
##
@@ -57,8 +57,6 @@ This command creates a path-based catalog named `local` for
tables under `$PWD/w
```sh
spark-sql --pack
RussellSpitzer commented on code in PR #6250:
URL: https://github.com/apache/iceberg/pull/6250#discussion_r1039836905
##
docs/spark-getting-started.md:
##
@@ -57,8 +57,6 @@ This command creates a path-based catalog named `local` for
tables under `$PWD/w
```sh
spark-sql --pack
stevenzwu commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039841272
##
docs/flink-getting-started.md:
##
@@ -712,9 +712,188 @@ INSERT INTO tableName /*+
OPTIONS('upsert-enabled'='true') */
| compression-strategy | Table write.orc.
ajantha-bhat commented on code in PR #6250:
URL: https://github.com/apache/iceberg/pull/6250#discussion_r1039848442
##
docs/spark-getting-started.md:
##
@@ -57,8 +57,6 @@ This command creates a path-based catalog named `local` for
tables under `$PWD/w
```sh
spark-sql --packag
pvary commented on code in PR #6299:
URL: https://github.com/apache/iceberg/pull/6299#discussion_r1039860822
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/source/enumerator/EnumerationHistory.java:
##
@@ -0,0 +1,58 @@
+/*
+ * Licensed to the Apache Software Foundat
ajantha-bhat opened a new pull request, #6360:
URL: https://github.com/apache/iceberg/pull/6360
Some users are using Zorder with spark-3.1 and facing a confusing error
message. Hence, updating the document.
Also thought about updating the code to throw the unsupported exception.
But
rdblue commented on code in PR #3231:
URL: https://github.com/apache/iceberg/pull/3231#discussion_r1039891570
##
core/src/main/java/org/apache/iceberg/encryption/AesGcmInputFile.java:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
rdblue commented on code in PR #3231:
URL: https://github.com/apache/iceberg/pull/3231#discussion_r1039893751
##
core/src/main/java/org/apache/iceberg/encryption/AesGcmInputFile.java:
##
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or m
rdblue merged PR #4925:
URL: https://github.com/apache/iceberg/pull/4925
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apac
rdblue commented on PR #4925:
URL: https://github.com/apache/iceberg/pull/4925#issuecomment-1337860939
Merge! Let me know where the implementation PR is and I'll start looking at
that!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
rdblue commented on code in PR #3231:
URL: https://github.com/apache/iceberg/pull/3231#discussion_r1039912960
##
core/src/main/java/org/apache/iceberg/encryption/AesGcmInputStream.java:
##
@@ -0,0 +1,218 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
RussellSpitzer commented on code in PR #6360:
URL: https://github.com/apache/iceberg/pull/6360#discussion_r1039913771
##
docs/spark-procedures.md:
##
@@ -271,7 +271,7 @@ Iceberg can compact data files in parallel using Spark with
the `rewriteDataFile
|---|-
szehon-ho closed issue #4362: Expose human-readable metrics in metadata tables
URL: https://github.com/apache/iceberg/issues/4362
--
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.
szehon-ho merged PR #5376:
URL: https://github.com/apache/iceberg/pull/5376
--
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
szehon-ho commented on PR #5376:
URL: https://github.com/apache/iceberg/pull/5376#issuecomment-1337877894
Thanks @RussellSpitzer @aokolnychyi @chenjunjiedada for detailed reviews
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
rdblue commented on code in PR #3231:
URL: https://github.com/apache/iceberg/pull/3231#discussion_r1039937969
##
core/src/main/java/org/apache/iceberg/encryption/AesGcmInputStream.java:
##
@@ -0,0 +1,218 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
rdblue commented on code in PR #3231:
URL: https://github.com/apache/iceberg/pull/3231#discussion_r1039939654
##
core/src/main/java/org/apache/iceberg/encryption/AesGcmInputStream.java:
##
@@ -0,0 +1,218 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
rdblue commented on code in PR #3231:
URL: https://github.com/apache/iceberg/pull/3231#discussion_r1039941138
##
core/src/main/java/org/apache/iceberg/encryption/AesGcmInputStream.java:
##
@@ -0,0 +1,218 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
rdblue commented on code in PR #3231:
URL: https://github.com/apache/iceberg/pull/3231#discussion_r1039944476
##
core/src/main/java/org/apache/iceberg/encryption/AesGcmInputStream.java:
##
@@ -0,0 +1,218 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
rdblue commented on code in PR #3231:
URL: https://github.com/apache/iceberg/pull/3231#discussion_r1039945676
##
core/src/main/java/org/apache/iceberg/encryption/AesGcmInputStream.java:
##
@@ -0,0 +1,218 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * o
InvisibleProgrammer closed pull request #6337: Docs: Update Iceberg Hive
documentation
URL: https://github.com/apache/iceberg/pull/6337
--
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
InvisibleProgrammer commented on PR #6337:
URL: https://github.com/apache/iceberg/pull/6337#issuecomment-1337926448
Hi, @pvary !
First of all, thank you for the review and approval.
Unfortunately, I just learned the `Close` button on an approved PR doesn't
mean close and merge, it
InvisibleProgrammer commented on PR #6337:
URL: https://github.com/apache/iceberg/pull/6337#issuecomment-1337938679
Hi, @pvary !
First of all, thank you for the review and approval.
Unfortunately, I just learned the `Close` button on an approved PR doesn't
mean close and merge, it
tprelle commented on PR #6327:
URL: https://github.com/apache/iceberg/pull/6327#issuecomment-1338004394
hi @shardulm94, it's seems less intrusive and better than
https://github.com/apache/iceberg/pull/4599
--
This is an automated message from the Apache Git Service.
To respond to the mess
Fokko opened a new issue, #6361:
URL: https://github.com/apache/iceberg/issues/6361
### Feature Request / Improvement
When you run tests on your local machine, and you have a `~/.pyiceberg.yaml`
around, there is a possibility that the `test_missing_uri` will fail because it
will pick
Fokko opened a new pull request, #6362:
URL: https://github.com/apache/iceberg/pull/6362
Tested this in a fresh docker container:
```
➜ python git:(fd-fix-pyarrow-import) docker run -v `pwd`:/vo/ -t -i
python:3.9 bash
root@1252c09f932c:/vo# cd /vo/
root@1252c09f932c:/vo#
danielcweeks commented on code in PR #6324:
URL: https://github.com/apache/iceberg/pull/6324#discussion_r1040055218
##
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java:
##
@@ -567,8 +569,13 @@ Database convertToDatabase(Namespace namespace,
Map meta) {
stevenzwu merged PR #6299:
URL: https://github.com/apache/iceberg/pull/6299
--
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 #6299:
URL: https://github.com/apache/iceberg/pull/6299#issuecomment-1338169362
Thanks @pvary and @hililiwei for the 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
RussellSpitzer commented on code in PR #6360:
URL: https://github.com/apache/iceberg/pull/6360#discussion_r1040172058
##
docs/spark-procedures.md:
##
@@ -271,7 +271,7 @@ Iceberg can compact data files in parallel using Spark with
the `rewriteDataFile
|---|-
stevenzwu opened a new pull request, #6363:
URL: https://github.com/apache/iceberg/pull/6363
… and 1.15
--
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-ma
stevenzwu commented on code in PR #5967:
URL: https://github.com/apache/iceberg/pull/5967#discussion_r1040195457
##
docs/flink-getting-started.md:
##
@@ -683,7 +683,58 @@ env.execute("Test Iceberg DataStream");
OVERWRITE and UPSERT can't be set together. In UPSERT mode, if the
stevenzwu commented on code in PR #5967:
URL: https://github.com/apache/iceberg/pull/5967#discussion_r1040196996
##
docs/flink-getting-started.md:
##
@@ -683,7 +683,58 @@ env.execute("Test Iceberg DataStream");
OVERWRITE and UPSERT can't be set together. In UPSERT mode, if the
stevenzwu commented on code in PR #5967:
URL: https://github.com/apache/iceberg/pull/5967#discussion_r1040196996
##
docs/flink-getting-started.md:
##
@@ -683,7 +683,58 @@ env.execute("Test Iceberg DataStream");
OVERWRITE and UPSERT can't be set together. In UPSERT mode, if the
stevenzwu commented on code in PR #5967:
URL: https://github.com/apache/iceberg/pull/5967#discussion_r1040196996
##
docs/flink-getting-started.md:
##
@@ -683,7 +683,58 @@ env.execute("Test Iceberg DataStream");
OVERWRITE and UPSERT can't be set together. In UPSERT mode, if the
github-actions[bot] closed issue #4822: ParallelIterator is using too much
memory
URL: https://github.com/apache/iceberg/issues/4822
--
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 comm
github-actions[bot] commented on issue #4822:
URL: https://github.com/apache/iceberg/issues/4822#issuecomment-1338428008
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
stevenzwu commented on code in PR #5967:
URL: https://github.com/apache/iceberg/pull/5967#discussion_r1040205639
##
docs/flink-getting-started.md:
##
@@ -683,7 +683,58 @@ env.execute("Test Iceberg DataStream");
OVERWRITE and UPSERT can't be set together. In UPSERT mode, if the
amogh-jahagirdar commented on code in PR #6352:
URL: https://github.com/apache/iceberg/pull/6352#discussion_r1040279885
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3URI.java:
##
@@ -74,17 +74,14 @@ class S3URI {
this.scheme = schemeSplit[0];
String[] authoritySpl
amogh-jahagirdar commented on code in PR #6352:
URL: https://github.com/apache/iceberg/pull/6352#discussion_r1040280304
##
aws/src/main/java/org/apache/iceberg/aws/s3/S3URI.java:
##
@@ -74,17 +74,14 @@ class S3URI {
this.scheme = schemeSplit[0];
String[] authoritySpl
stevenzwu commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1039841272
##
docs/flink-getting-started.md:
##
@@ -712,9 +712,188 @@ INSERT INTO tableName /*+
OPTIONS('upsert-enabled'='true') */
| compression-strategy | Table write.orc.
stevenzwu commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1040359570
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
stevenzwu commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1040360338
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
stevenzwu commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1040359570
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
rbalamohan opened a new issue, #6364:
URL: https://github.com/apache/iceberg/issues/6364
### Apache Iceberg version
0.14.1
### Query engine
Spark
### Please describe the bug 🐞
Currently combinedFileTask can have more than 1 file. Depending on the
nature of
stevenzwu commented on PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#issuecomment-1338683010
@hililiwei we should add comprehensive unit test for `StructRowData`.
I have some internal DataGenerators for unit test code with very
comprehensive coverage all field types (inc
stevenzwu commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1040393766
##
flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/TestHelpers.java:
##
@@ -295,6 +299,161 @@ private static void assertEquals(
}
}
+ public stati
chenjunjiedada commented on code in PR #6313:
URL: https://github.com/apache/iceberg/pull/6313#discussion_r1040420644
##
core/src/main/java/org/apache/iceberg/MetricsConfig.java:
##
@@ -107,6 +107,30 @@ public static MetricsConfig forPositionDelete(Table table)
{
return ne
chenjunjiedada commented on code in PR #6313:
URL: https://github.com/apache/iceberg/pull/6313#discussion_r1040421576
##
flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/sink/FlinkAppenderFactory.java:
##
@@ -160,7 +184,8 @@ public EqualityDeleteWriter newEqDeleteWriter(
stevenzwu commented on code in PR #6313:
URL: https://github.com/apache/iceberg/pull/6313#discussion_r1040423889
##
core/src/main/java/org/apache/iceberg/MetricsConfig.java:
##
@@ -107,6 +107,30 @@ public static MetricsConfig forPositionDelete(Table table)
{
return new Met
stevenzwu commented on code in PR #6313:
URL: https://github.com/apache/iceberg/pull/6313#discussion_r1040425132
##
flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/sink/FlinkAppenderFactory.java:
##
@@ -160,7 +184,8 @@ public EqualityDeleteWriter newEqDeleteWriter(
stevenzwu commented on code in PR #6313:
URL: https://github.com/apache/iceberg/pull/6313#discussion_r1040423889
##
core/src/main/java/org/apache/iceberg/MetricsConfig.java:
##
@@ -107,6 +107,30 @@ public static MetricsConfig forPositionDelete(Table table)
{
return new Met
szehon-ho opened a new pull request, #6365:
URL: https://github.com/apache/iceberg/pull/6365
This breaks up the pr https://github.com/apache/iceberg/pull/4812 , and is
just the part to add the table PositionDeletesTable.
It is based on @aokolnychyi 's newly-added BatchScan interface,
RussellSpitzer commented on issue #6364:
URL: https://github.com/apache/iceberg/issues/6364#issuecomment-1338783816
What is a POS file? I’m not familiar with the acronym Sent from my iPhoneOn
Dec 5, 2022, at 9:00 PM, rbalamohan ***@***.***> wrote:
Apache Iceberg version
0.14.1
Quer
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1040547304
##
flink/v1.16/flink/src/test/java/org/apache/iceberg/flink/TestHelpers.java:
##
@@ -295,6 +299,161 @@ private static void assertEquals(
}
}
+ public stati
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1040554968
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
nastra commented on PR #6355:
URL: https://github.com/apache/iceberg/pull/6355#issuecomment-1338859690
we can't upgrade because the latest version that supports JDK8 is
5.13.1.202206130422-r
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
nastra closed pull request #6355: Build: Bump org.eclipse.jgit from
5.13.1.202206130422-r to 6.4.0.202211300538-r
URL: https://github.com/apache/iceberg/pull/6355
--
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
dependabot[bot] commented on PR #6355:
URL: https://github.com/apache/iceberg/pull/6355#issuecomment-1338859714
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, let
jaehyeon-kim commented on issue #4977:
URL: https://github.com/apache/iceberg/issues/4977#issuecomment-1338869374
+1 for Kafka connect.
--
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
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1040596892
##
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/data/StructRowData.java:
##
@@ -0,0 +1,340 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) und
zstraw commented on issue #4550:
URL: https://github.com/apache/iceberg/issues/4550#issuecomment-1338908066
After deeping into iceberg code and the log, I can reproduce it in debugging
locally.
The scenario may happens in the process of Flink cancelling.
1. IcebergFileCommitter is
hililiwei commented on PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#issuecomment-1338913731
> @hililiwei we should add comprehensive unit test for `StructRowData`.
>
> I have some internal DataGenerators for unit test code with very
comprehensive coverage all field types
hililiwei commented on code in PR #6222:
URL: https://github.com/apache/iceberg/pull/6222#discussion_r1040606681
##
docs/flink-getting-started.md:
##
@@ -712,9 +712,188 @@ INSERT INTO tableName /*+
OPTIONS('upsert-enabled'='true') */
| compression-strategy | Table write.orc.
90 matches
Mail list logo