Re: [PR] refactor: REST `Catalog` implementation [iceberg-rust]

2025-03-01 Thread via GitHub
Xuanwo commented on PR #965: URL: https://github.com/apache/iceberg-rust/pull/965#issuecomment-2692076363 > @Xuanwo could you take a look at the [latest commit](https://github.com/apache/iceberg-rust/pull/965/commits/0f72f01a6963cb97475a2dcd4776aba794ea0932) and see if it makes sense?

Re: [PR] refactor: REST `Catalog` implementation [iceberg-rust]

2025-03-01 Thread via GitHub
connortsui20 commented on PR #965: URL: https://github.com/apache/iceberg-rust/pull/965#issuecomment-2692263199 > > @Xuanwo could you take a look at the [latest commit](https://github.com/apache/iceberg-rust/pull/965/commits/0f72f01a6963cb97475a2dcd4776aba794ea0932) and see if it makes sens

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692316563 Out of the 3 failed test suites, #12274 only addressed `iceberg-azure`, right? ``` > Task :iceberg-azure:test > Task :iceberg-aws:test > Task :iceberg-kafka-conn

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-03-01 Thread via GitHub
anuragmantri commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692318416 That's correct. We cannot move AWS tests since we don't run AWS integration tests at all. I haven't looked at the Kafka tests though -- This is an automated message from the

Re: [I] Try `arro3` as custom FileIO in tests [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu closed issue #1063: Try `arro3` as custom FileIO in tests URL: https://github.com/apache/iceberg-python/issues/1063 -- 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. T

Re: [I] Support scanning a specific branch of a table [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1746: URL: https://github.com/apache/iceberg-python/issues/1746#issuecomment-2692326733 I dont think we have support for reading directly from a branch name yet. On the read side, you can specify a specific `snapshot_id`, https://github.com/apache/iceberg-pyt

Re: [I] Support Arrow `string_view` and `bin_view` types. [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1745: URL: https://github.com/apache/iceberg-python/issues/1745#issuecomment-2692327194 https://github.com/pola-rs/polars/blob/b93b97b966f770e979018a070b2bddccc2ecc958/py-polars/tests/unit/io/test_iceberg.py#L197 -- This is an automated message from the Apa

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692320319 > We cannot move AWS tests since we don't run AWS integration tests at all. what does "we dont run AWS integration tests at all" mean? For context, this issue came

Re: [PR] fix(table/scanner): Fix nested field scan [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade merged PR #311: URL: https://github.com/apache/iceberg-go/pull/311 -- 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.

Re: [I] Support for list types? [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade closed issue #309: Support for list types? URL: https://github.com/apache/iceberg-go/issues/309 -- 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

Re: [I] Support Arrow `string_view` and `bin_view` types. [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1745: URL: https://github.com/apache/iceberg-python/issues/1745#issuecomment-2692327976 * [pyarrow.string_view](https://arrow.apache.org/docs/python/generated/pyarrow.string_view.html) * [pyarrow.binary_view](https://arrow.apache.org/docs/python/generated/

Re: [I] SASL negotiation fails when invoking multiple methods on `pyiceberg.catalog.hive.HiveCatalog` [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1744: URL: https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692329881 @mnzpk would you like to contribute the fix? I don't have access to kerberos auth to test this issue -- This is an automated message from the Apache Git Service. To r

Re: [I] Support for list types? [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade closed issue #309: Support for list types? URL: https://github.com/apache/iceberg-go/issues/309 -- 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

Re: [I] SASL negotiation fails when invoking multiple methods on `pyiceberg.catalog.hive.HiveCatalog` [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1744: URL: https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692330542 Kerberos was added in #1634 -- 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

Re: [I] Move docker-specific tests to integrationTest configuration [iceberg]

2025-03-01 Thread via GitHub
anuragmantri commented on issue #12236: URL: https://github.com/apache/iceberg/issues/12236#issuecomment-2692332346 > what does "we dont run AWS integration tests at all" mean? AWS integration tests require some keys as ENV vars to successfully run. So today our CI does not run any AW

Re: [I] SASL negotiation fails when invoking multiple methods on `pyiceberg.catalog.hive.HiveCatalog` [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1744: URL: https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692329134 Thanks for the detailed report! Very helpful. > thrift.transport.TTransport.TSaslClientTransport doesn't seem to support re-opening This is interesting... I w

Re: [I] SASL negotiation fails when invoking multiple methods on `pyiceberg.catalog.hive.HiveCatalog` [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1744: URL: https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692334870 > thrift.transport.TTransport.TSaslClientTransport doesn't seem to support re-opening Supported by this test https://github.com/apache/thrift/blob/caef0eda24dd8

Re: [I] SASL negotiation fails when invoking multiple methods on `pyiceberg.catalog.hive.HiveCatalog` [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on issue #1744: URL: https://github.com/apache/iceberg-python/issues/1744#issuecomment-2692338106 #1747 @mnzpk do you mind taking a look and test this out? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] Docs: Update statements mentioning Hive's alpha/beta versions [iceberg]

2025-03-01 Thread via GitHub
okumin opened a new pull request, #12430: URL: https://github.com/apache/iceberg/pull/12430 Our doc mentions 4.0.0-alpha-1, 4.0.0-alpha-2, and 4.0.0-beta-1 because the Hive community had struggled to release 4.0.0. Now that it's been approximately 1 year since we released 4.0.0, I think we

Re: [PR] Docs: Update statements mentioning Hive's alpha/beta versions [iceberg]

2025-03-01 Thread via GitHub
okumin commented on code in PR #12430: URL: https://github.com/apache/iceberg/pull/12430#discussion_r1976398538 ## docs/docs/hive.md: ## @@ -91,20 +91,9 @@ Hive supports the following additional features with Hive version 4.0.0 and abov Hive 4 comes with `hive-iceberg` that

Re: [I] FlinkSchemaUtil.toSchema should return Schema or ResolvedSchema instead of deprecated TableSchema [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on issue #10950: URL: https://github.com/apache/iceberg/issues/10950#issuecomment-2691757023 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

[PR] Scan Delete Support Part 6: Equality Delete Parsing [iceberg-rust]

2025-03-01 Thread via GitHub
sdd opened a new pull request, #1017: URL: https://github.com/apache/iceberg-rust/pull/1017 Continues the series of scan delete file support PRs. * Adds parsing of equality delete files into `DeleteFileManager` * Tests WIP, to follow Builds on top of https://github.com/apache

Re: [PR] Manual deduction of partitions [iceberg-python]

2025-03-01 Thread via GitHub
kevinjqliu commented on PR #1743: URL: https://github.com/apache/iceberg-python/pull/1743#issuecomment-2692351898 Hi @afiodorov thanks for the PR! For adding hive partitioned files to Iceberg, there's a specific way we can do so using column projections, https://iceberg.apache.org/s

[PR] feat(partitions): Add PartitionToPath method to Specs [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade opened a new pull request, #316: URL: https://github.com/apache/iceberg-go/pull/316 This is necessary for snapshot creation and new datafiles/manifests for writing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] ci(golangci-lint) :Add golangci linter [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade commented on PR #315: URL: https://github.com/apache/iceberg-go/pull/315#issuecomment-2692370416 @dttung2905 Looks good, once you resolve the conflicts i'm happy to merge this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] feat(partitions): Add PartitionToPath method to Specs [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade commented on PR #316: URL: https://github.com/apache/iceberg-go/pull/316#issuecomment-2692374502 Yup! That's what it's based on -- 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 speci

Re: [PR] feat(partitions): Add PartitionToPath method to Specs [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade merged PR #316: URL: https://github.com/apache/iceberg-go/pull/316 -- 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.

[PR] feat(table): Adds updateSnapshotSummary internal function [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade opened a new pull request, #317: URL: https://github.com/apache/iceberg-go/pull/317 Next step to getting writes up and working -- 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

Re: [PR] refactor: REST `Catalog` implementation [iceberg-rust]

2025-03-01 Thread via GitHub
connortsui20 commented on PR #965: URL: https://github.com/apache/iceberg-rust/pull/965#issuecomment-2692409369 @Xuanwo ready for review! I think that this version is a lot more boilerplate but that should be fine as it is more or less linearly readable. -- This is an automated message fr

Re: [PR] feat: add support for azure blob with connection string/sas token/account key [iceberg-go]

2025-03-01 Thread via GitHub
zeroshade commented on code in PR #313: URL: https://github.com/apache/iceberg-go/pull/313#discussion_r1976476077 ## io/azure.go: ## @@ -0,0 +1,104 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file

[I] Varying Partitioning [iceberg]

2025-03-01 Thread via GitHub
ravindrabajpai opened a new issue, #12431: URL: https://github.com/apache/iceberg/issues/12431 ### Proposed Change I have recently started exploring iceberg table format, and I feel hidden partitioning is a very powerful feature. I would like to explore it a bit further to see if fol

Re: [PR] Core: lazy init workerPool [iceberg]

2025-03-01 Thread via GitHub
abstractdog commented on code in PR #12427: URL: https://github.com/apache/iceberg/pull/12427#discussion_r1975827553 ## core/src/main/java/org/apache/iceberg/SnapshotProducer.java: ## @@ -197,7 +198,7 @@ protected String targetBranch() { } protected ExecutorService worke

Re: [PR] spec: fix the wrong example in Geo Types [iceberg]

2025-03-01 Thread via GitHub
szehon-ho commented on PR #12421: URL: https://github.com/apache/iceberg/pull/12421#issuecomment-2692432720 Merged, thanks @jiayuasu for the fix! -- 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 t

Re: [PR] feat: Add existing parquet files [iceberg-rust]

2025-03-01 Thread via GitHub
jshmchenxi commented on code in PR #960: URL: https://github.com/apache/iceberg-rust/pull/960#discussion_r1976556165 ## crates/iceberg/src/transaction.rs: ## @@ -205,8 +208,86 @@ impl<'a> FastAppendAction<'a> { Ok(self) } +/// Adds existing parquet files +

Re: [PR] feat: Add existing parquet files [iceberg-rust]

2025-03-01 Thread via GitHub
jshmchenxi commented on code in PR #960: URL: https://github.com/apache/iceberg-rust/pull/960#discussion_r1976556165 ## crates/iceberg/src/transaction.rs: ## @@ -205,8 +208,86 @@ impl<'a> FastAppendAction<'a> { Ok(self) } +/// Adds existing parquet files +

Re: [PR] Add `write_parquet` API for writing Parquet files without committing [iceberg-python]

2025-03-01 Thread via GitHub
andormarkus commented on PR #1742: URL: https://github.com/apache/iceberg-python/pull/1742#issuecomment-2692428005 Thanks for your feedback! I understand your concern about adding this to the `Table` class. I agree it's not the ideal location and could lead to confusion. The pr

Re: [I] Specify in lower/upper bounds in data_file struct are exact [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on issue #10930: URL: https://github.com/apache/iceberg/issues/10930#issuecomment-2692483070 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

Re: [I] Specify in lower/upper bounds in data_file struct are exact [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] closed issue #10930: Specify in lower/upper bounds in data_file struct are exact URL: https://github.com/apache/iceberg/issues/10930 -- 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

Re: [I] Caused by: java.io.InvalidClassException: org.apache.iceberg.SerializableTable; local class incompatible: stream classdesc serialVersionUID = -983193441151215321, local class serialVersionUID

2025-03-01 Thread via GitHub
github-actions[bot] commented on issue #11016: URL: https://github.com/apache/iceberg/issues/11016#issuecomment-2692483084 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 occur

Re: [PR] [docs] Replace examples of Hadoop catalog with JDBC & REST catalog [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on PR #11845: URL: https://github.com/apache/iceberg/pull/11845#issuecomment-2692483140 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pul

Re: [PR] fix(iceberg/kafka-connect): add empty string check before string-to-number conversion [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on PR #12063: URL: https://github.com/apache/iceberg/pull/12063#issuecomment-2692483179 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If

Re: [PR] Build: Add plugin to generate license and notice files [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on PR #11977: URL: https://github.com/apache/iceberg/pull/11977#issuecomment-2692483167 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If

Re: [PR] Core: Unimplement Map from CharSequenceMap to obey contract [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] closed pull request #11704: Core: Unimplement Map from CharSequenceMap to obey contract URL: https://github.com/apache/iceberg/pull/11704 -- 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

Re: [PR] fix(iceberg/kafka-connect): add empty string check before string-to-number conversion [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] closed pull request #12063: fix(iceberg/kafka-connect): add empty string check before string-to-number conversion URL: https://github.com/apache/iceberg/pull/12063 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] Build: Add plugin to generate license and notice files [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] closed pull request #11977: Build: Add plugin to generate license and notice files URL: https://github.com/apache/iceberg/pull/11977 -- 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

Re: [I] Consolidate FileIO [iceberg-python]

2025-03-01 Thread via GitHub
github-actions[bot] commented on issue #310: URL: https://github.com/apache/iceberg-python/issues/310#issuecomment-2692483991 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 oc

Re: [PR] Core: Unimplement Map from CharSequenceMap to obey contract [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on PR #11704: URL: https://github.com/apache/iceberg/pull/11704#issuecomment-2692483123 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If

Re: [PR] Spark: DVs + Positional Deletes [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on PR #11675: URL: https://github.com/apache/iceberg/pull/11675#issuecomment-2692483113 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pul

Re: [PR] [Docs] Update spark-getting-started docs page to make the example valid [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on PR #11923: URL: https://github.com/apache/iceberg/pull/11923#issuecomment-2692483154 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pul

[PR] Build: Bump org.mongodb:bson from 4.11.0 to 4.11.5 [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12438: URL: https://github.com/apache/iceberg/pull/12438 Bumps [org.mongodb:bson](https://github.com/mongodb/mongo-java-driver) from 4.11.0 to 4.11.5. Release notes Sourced from https://github.com/mongodb/mongo-java-driver/releases";>org.

[PR] Build: Bump jackson-bom from 2.18.2 to 2.18.3 [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12434: URL: https://github.com/apache/iceberg/pull/12434 Bumps `jackson-bom` from 2.18.2 to 2.18.3. Updates `com.fasterxml.jackson:jackson-bom` from 2.18.2 to 2.18.3 Commits https://github.com/FasterXML/jackson-bom/commit/f459157186

[PR] Build: Bump datamodel-code-generator from 0.28.1 to 0.28.2 [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12433: URL: https://github.com/apache/iceberg/pull/12433 Bumps [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) from 0.28.1 to 0.28.2. Release notes Sourced from https://github.com/koxudaxi/datamodel-code-

Re: [PR] Docs: Fix link of ndv in spark-procedures.md [iceberg]

2025-03-01 Thread via GitHub
szehon-ho commented on PR #12425: URL: https://github.com/apache/iceberg/pull/12425#issuecomment-2692433192 Thanks @wangyinsheng for change and @manuzhang for review/verifying! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] Docs: Fix link of ndv in spark-procedures.md [iceberg]

2025-03-01 Thread via GitHub
szehon-ho merged PR #12425: URL: https://github.com/apache/iceberg/pull/12425 -- 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

Re: [PR] spec: fix the wrong example in Geo Types [iceberg]

2025-03-01 Thread via GitHub
szehon-ho merged PR #12421: URL: https://github.com/apache/iceberg/pull/12421 -- 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

Re: [PR] Fix rename then add column with same name failure if the renamed columns was an identity partition key [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] closed pull request #12064: Fix rename then add column with same name failure if the renamed columns was an identity partition key URL: https://github.com/apache/iceberg/pull/12064 -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] Fix rename then add column with same name failure if the renamed columns was an identity partition key [iceberg]

2025-03-01 Thread via GitHub
github-actions[bot] commented on PR #12064: URL: https://github.com/apache/iceberg/pull/12064#issuecomment-2692483190 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If

Re: [PR] Azure: Move docker-based tests to integrationTest [iceberg]

2025-03-01 Thread via GitHub
nastra merged PR #12274: URL: https://github.com/apache/iceberg/pull/12274 -- 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

Re: [PR] Docs: Update statements mentioning Hive's alpha/beta versions [iceberg]

2025-03-01 Thread via GitHub
pvary commented on PR #12430: URL: https://github.com/apache/iceberg/pull/12430#issuecomment-2692589299 @deniskuzZ: Could you please 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 to the sp

Re: [PR] Fix thrift client connection for Kerberos Hive Client [iceberg-python]

2025-03-01 Thread via GitHub
mnzpk commented on code in PR #1747: URL: https://github.com/apache/iceberg-python/pull/1747#discussion_r1976524834 ## pyiceberg/catalog/hive.py: ## @@ -167,6 +167,10 @@ def _init_thrift_client(self) -> None: self._client = Client(protocol) def __enter__(self) ->

[PR] Build: Bump mkdocs-material from 9.6.5 to 9.6.6 [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12432: URL: https://github.com/apache/iceberg/pull/12432 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.5 to 9.6.6. Release notes Sourced from https://github.com/squidfunk/mkdocs-material/releases";>mkdocs-

[PR] Build: Bump org.openapitools:openapi-generator-gradle-plugin from 7.11.0 to 7.12.0 [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12435: URL: https://github.com/apache/iceberg/pull/12435 Bumps [org.openapitools:openapi-generator-gradle-plugin](https://github.com/OpenAPITools/openapi-generator) from 7.11.0 to 7.12.0. Release notes Sourced from https://github.com/Ope

[PR] Build: Bump io.netty:netty-buffer from 4.1.118.Final to 4.1.119.Final [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12440: URL: https://github.com/apache/iceberg/pull/12440 Bumps [io.netty:netty-buffer](https://github.com/netty/netty) from 4.1.118.Final to 4.1.119.Final. Commits https://github.com/netty/netty/commit/fb7c786f2df57867bcfe049b13a42e76

[PR] Build: Bump slf4j from 2.0.16 to 2.0.17 [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12436: URL: https://github.com/apache/iceberg/pull/12436 Bumps `slf4j` from 2.0.16 to 2.0.17. Updates `org.slf4j:slf4j-api` from 2.0.16 to 2.0.17 Updates `org.slf4j:slf4j-simple` from 2.0.16 to 2.0.17 Dependabot will resolve any

[PR] Build: Bump software.amazon.awssdk:bom from 2.30.26 to 2.30.31 [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12439: URL: https://github.com/apache/iceberg/pull/12439 Bumps software.amazon.awssdk:bom from 2.30.26 to 2.30.31. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=soft

[PR] Build: Bump net.snowflake:snowflake-jdbc from 3.22.0 to 3.23.0 [iceberg]

2025-03-01 Thread via GitHub
dependabot[bot] opened a new pull request, #12437: URL: https://github.com/apache/iceberg/pull/12437 Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.22.0 to 3.23.0. Release notes Sourced from https://github.com/snowflakedb/snowflake-jdbc/