[PR] Build: Bump software.amazon.awssdk:bom from 2.25.57 to 2.25.60 [iceberg]

2024-05-25 Thread via GitHub
dependabot[bot] opened a new pull request, #10385: URL: https://github.com/apache/iceberg/pull/10385 Bumps software.amazon.awssdk:bom from 2.25.57 to 2.25.60. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=soft

[PR] Build: Bump io.netty:netty-buffer from 4.1.109.Final to 4.1.110.Final [iceberg]

2024-05-25 Thread via GitHub
dependabot[bot] opened a new pull request, #10384: URL: https://github.com/apache/iceberg/pull/10384 Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from 4.1.109.Final to 4.1.110.Final. Commits https://github.com/netty/netty/commit/2e218bbd0a416d6e8a7abb5e2d180fe9

[PR] Build: Bump org.springframework:spring-web from 5.3.35 to 5.3.36 [iceberg]

2024-05-25 Thread via GitHub
dependabot[bot] opened a new pull request, #10382: URL: https://github.com/apache/iceberg/pull/10382 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.35 to 5.3.36. Release notes Sourced from https://github.com/spring-projects/spr

[PR] Build: Bump io.airlift:aircompressor from 0.26 to 0.27 [iceberg]

2024-05-25 Thread via GitHub
dependabot[bot] opened a new pull request, #10383: URL: https://github.com/apache/iceberg/pull/10383 Bumps [io.airlift:aircompressor](https://github.com/airlift/aircompressor) from 0.26 to 0.27. Commits https://github.com/airlift/aircompressor/commit/e139a31be059855a5a70f6994a4

[PR] Build: Bump nessie from 0.82.0 to 0.83.2 [iceberg]

2024-05-25 Thread via GitHub
dependabot[bot] opened a new pull request, #10381: URL: https://github.com/apache/iceberg/pull/10381 Bumps `nessie` from 0.82.0 to 0.83.2. Updates `org.projectnessie.nessie:nessie-client` from 0.82.0 to 0.83.2 Updates `org.projectnessie.nessie:nessie-jaxrs-testextension` from 0.82.0

[PR] Build: Bump mkdocs-material from 9.5.23 to 9.5.24 [iceberg]

2024-05-25 Thread via GitHub
dependabot[bot] opened a new pull request, #10380: URL: https://github.com/apache/iceberg/pull/10380 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.23 to 9.5.24. Release notes Sourced from https://github.com/squidfunk/mkdocs-material/releases";>mkdoc

Re: [PR] Flink: Iceberg flink multi table sink and runtime table discoverability [iceberg]

2024-05-25 Thread via GitHub
adamyasharma2797 commented on PR #10376: URL: https://github.com/apache/iceberg/pull/10376#issuecomment-2132044162 @stevenzwu Can you look into this PR and point out if there are any issues? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Core: Throw CommitStateUnknownException if RuntimeException that is not marked as cleanable is thrown [iceberg]

2024-05-25 Thread via GitHub
amogh-jahagirdar commented on PR #10373: URL: https://github.com/apache/iceberg/pull/10373#issuecomment-2131598402 > This might cover a few cases where a RuntimeException is thrown, but I think the underlying problem is more that a lot of the implementations throw CommitFailedException or R

Re: [I] Introduce a parameter to control whether the flink writer is linked with the previous operator [iceberg]

2024-05-25 Thread via GitHub
pvary commented on issue #10371: URL: https://github.com/apache/iceberg/issues/10371#issuecomment-2131512342 Do I understand correctly, that this is a missing feature in Flink SQL? Did we consider adding this feature to Flink SQL? I might be able to find reviewers for a Flink PR, if we fin

Re: [PR] Support creating tags by adding `set_ref_snapshot` API [iceberg-python]

2024-05-25 Thread via GitHub
chinmay-bhat commented on code in PR #728: URL: https://github.com/apache/iceberg-python/pull/728#discussion_r1614633223 ## pyiceberg/table/__init__.py: ## @@ -277,6 +279,50 @@ def __init__(self, table: Table, autocommit: bool = False): self._autocommit = autocommit

Re: [PR] Support creating tags by adding `set_ref_snapshot` API [iceberg-python]

2024-05-25 Thread via GitHub
chinmay-bhat commented on code in PR #728: URL: https://github.com/apache/iceberg-python/pull/728#discussion_r1614633223 ## pyiceberg/table/__init__.py: ## @@ -277,6 +279,50 @@ def __init__(self, table: Table, autocommit: bool = False): self._autocommit = autocommit

Re: [PR] Rename V2 spec names [iceberg-rust]

2024-05-25 Thread via GitHub
liurenjie1024 merged PR #380: URL: https://github.com/apache/iceberg-rust/pull/380 -- 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

Re: [PR] Support creating tags by adding `set_ref_snapshot` API [iceberg-python]

2024-05-25 Thread via GitHub
chinmay-bhat commented on code in PR #728: URL: https://github.com/apache/iceberg-python/pull/728#discussion_r1614633223 ## pyiceberg/table/__init__.py: ## @@ -277,6 +279,50 @@ def __init__(self, table: Table, autocommit: bool = False): self._autocommit = autocommit

Re: [PR] Support creating tags by adding `set_ref_snapshot` API [iceberg-python]

2024-05-25 Thread via GitHub
chinmay-bhat commented on code in PR #728: URL: https://github.com/apache/iceberg-python/pull/728#discussion_r1614623487 ## tests/table/test_init.py: ## @@ -652,6 +652,58 @@ def test_update_metadata_add_snapshot(table_v2: Table) -> None: assert new_metadata.last_updated_ms

Re: [I] Introduce a parameter to control whether the flink writer is linked with the previous operator [iceberg]

2024-05-25 Thread via GitHub
huyuanfeng2018 commented on issue #10371: URL: https://github.com/apache/iceberg/issues/10371#issuecomment-213638 > If we have a possibility to archive this using Flink features without any changes in Iceberg, then I don't think we need to add this feature to Iceberg too. In the