Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-12-12 Thread via GitHub
YesOrNo828 closed issue #8930: Flink: Add support for Flink 1.18 URL: https://github.com/apache/iceberg/issues/8930 -- 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 unsubscri

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-12-12 Thread via GitHub
pvary commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1852135783 As #9211 is merged, we can close this. WDYT: @YesOrNo828 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-11-13 Thread via GitHub
pvary commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1808311058 Thanks @PrabhuJoseph for the investigation! We will come back to this soon! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-11-11 Thread via GitHub
PrabhuJoseph commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1806858264 Flink1.17 used to allow conversion of collection (List) data types `ARRAY` and `ARRAY` into `Object[]` or `Integer[]`. But Flink1.18 fixed it in https://issues.apache.org/jira/b

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-11-10 Thread via GitHub
PrabhuJoseph commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1806668299 The failing test TestFlinkMetaDataTable#testAllFilesPartitioned is due to this a Flink side issue which i reported here - https://issues.apache.org/jira/browse/FLINK-33523. --

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-11-08 Thread via GitHub
pvary commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1801714514 I have 2 PRs in progress, which I would like to merge first (#8803 and #8553). If nobody starts working on this until they are merged, then I will move forward with this one. I plan to

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-11-07 Thread via GitHub
kevnzhao commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1800919921 Quick check on any progress or plan/timeline for this request? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-10-27 Thread via GitHub
pvary commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1783722052 > > then we will have a transitive dependency on Flink 1.18. We can exclude the dependency, but how can we make sure that everything works as expected without running the tests. >

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-10-27 Thread via GitHub
YesOrNo828 commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1783712015 The list supported Flink versions for each connector: https://flink.apache.org/downloads/#apache-flink-connectors -- This is an automated message from the Apache Git Servi

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-10-27 Thread via GitHub
YesOrNo828 commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1782883251 > then we will have a transitive dependency on Flink 1.18. We can exclude the dependency, but how can we make sure that everything works as expected without running the tests.

Re: [I] Flink: Add support for Flink 1.18 [iceberg]

2023-10-26 Thread via GitHub
pvary commented on issue #8930: URL: https://github.com/apache/iceberg/issues/8930#issuecomment-1782313012 I am concerned about the dependency tree of the flink/v1.17 module. If the flink-common depends on Flink 1.18, and the flink/v1.17 depends on flink-common, then we will have a transiti

[I] Flink: Add support for Flink 1.18 [iceberg]

2023-10-26 Thread via GitHub
YesOrNo828 opened a new issue, #8930: URL: https://github.com/apache/iceberg/issues/8930 ### Feature Request / Improvement ### Feature Request: Recently Flink 1.18 was released. https://nightlies.apache.org/flink/flink-docs-release-1.18/release-notes/flink-1.18/ ### What