Re: [PR] Build: Nighly build for Iceberg REST fixtures [iceberg]

2025-01-19 Thread via GitHub
Fokko commented on code in PR #12008: URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921943661 ## .github/workflows/publish-iceberg-rest-fixture-docker.yml: ## @@ -20,9 +20,8 @@ name: Build and Push 'iceberg-rest-fixture' Docker Image on: - push: -tags:

Re: [PR] Build: Nighly build for Iceberg REST fixtures [iceberg]

2025-01-19 Thread via GitHub
Fokko commented on code in PR #12008: URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921943161 ## .github/workflows/publish-iceberg-rest-fixture-docker.yml: ## @@ -20,9 +20,8 @@ name: Build and Push 'iceberg-rest-fixture' Docker Image on: - push: -tags:

Re: [PR] Docs: add apache amoro(incubating) with iceberg (#11965) [iceberg]

2025-01-19 Thread via GitHub
czy006 commented on code in PR #11966: URL: https://github.com/apache/iceberg/pull/11966#discussion_r1921936611 ## docs/docs/amoro.md: ## @@ -0,0 +1,90 @@ +--- +title: "Apache Amoro" +--- + + +# Apache Amoro With Iceberg + +**[Apache Amoro(incubating)](https://amoro.apache.org/d

Re: [PR] Core: List namespaces/tables when testing identifier with a dot [iceberg]

2025-01-19 Thread via GitHub
nastra commented on code in PR #11991: URL: https://github.com/apache/iceberg/pull/11991#discussion_r1921923905 ## open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java: ## @@ -90,4 +90,10 @@ protected boolean overridesRequestedLocation() {

Re: [PR] Docs: add apache amoro(incubating) with iceberg (#11965) [iceberg]

2025-01-19 Thread via GitHub
nastra commented on code in PR #11966: URL: https://github.com/apache/iceberg/pull/11966#discussion_r1921916823 ## docs/docs/amoro.md: ## @@ -0,0 +1,90 @@ +--- +title: "Apache Amoro" +--- + + +# Apache Amoro With Iceberg + +**[Apache Amoro(incubating)](https://amoro.apache.org/d

Re: [PR] Spark: Don't skip tests in TestSelect for SparkSessionCatalog [iceberg]

2025-01-19 Thread via GitHub
nastra merged PR #11824: URL: https://github.com/apache/iceberg/pull/11824 -- 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] feat: support scan nested type(struct, map, list) [iceberg-rust]

2025-01-19 Thread via GitHub
ZENOTME commented on code in PR #882: URL: https://github.com/apache/iceberg-rust/pull/882#discussion_r1921861153 ## crates/iceberg/src/arrow/schema.rs: ## @@ -43,7 +43,9 @@ use crate::spec::{ use crate::{Error, ErrorKind}; /// When iceberg map type convert to Arrow map type

Re: [PR] feat: support scan nested type(struct, map, list) [iceberg-rust]

2025-01-19 Thread via GitHub
ZENOTME commented on code in PR #882: URL: https://github.com/apache/iceberg-rust/pull/882#discussion_r1921861930 ## crates/iceberg/src/spec/datatypes.rs: ## @@ -226,8 +228,10 @@ pub enum PrimitiveType { /// Timestamp in microsecond precision, with timezone Timestamptz

Re: [PR] feat: support scan nested type(struct, map, list) [iceberg-rust]

2025-01-19 Thread via GitHub
ZENOTME commented on PR #882: URL: https://github.com/apache/iceberg-rust/pull/882#issuecomment-2601477027 > I think it's a step moving forward, but I think this pr didn't handle nested struct type well, see https://github.com/apache/iceberg-rust/issues/405 Hi @liurenjie1024, could y

Re: [PR] test: Introduce datafusion engine for executing sqllogictest. [iceberg-rust]

2025-01-19 Thread via GitHub
liurenjie1024 commented on PR #895: URL: https://github.com/apache/iceberg-rust/pull/895#issuecomment-2601473466 > This follows the [datafusion/datafusion/sqllogictest](https://github.com/apache/datafusion/blob/e9a77e0ea3e30b7f2718c9cea1fed023dca1f646/datafusion/sqllogictest/src/engines/data

Re: [PR] chore(deps): Bump arrow-arith from 53.3.0 to 53.4.0 [iceberg-rust]

2025-01-19 Thread via GitHub
liurenjie1024 commented on PR #901: URL: https://github.com/apache/iceberg-rust/pull/901#issuecomment-2601470708 I think we should skip this upgrade as it requires upgrading msrv? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] Delete orphan files [iceberg-python]

2025-01-19 Thread via GitHub
omkenge commented on issue #1200: URL: https://github.com/apache/iceberg-python/issues/1200#issuecomment-2601440980 Hello @ndrluis I think #1285 is now merged can I start working on this issue. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [I] Flaky Spark tests due to initializationError [iceberg]

2025-01-19 Thread via GitHub
manuzhang commented on issue #12009: URL: https://github.com/apache/iceberg/issues/12009#issuecomment-2601264016 Failure from another tests https://github.com/apache/iceberg/actions/runs/12838153809/job/35803224974#step:7:3982 ``` TestMigrateTableAction > initializationError FAILED

[I] Flaky test `TestRewritePositionDeleteFilesAction` initializationError [iceberg]

2025-01-19 Thread via GitHub
manuzhang opened a new issue, #12009: URL: https://github.com/apache/iceberg/issues/12009 ### Apache Iceberg version main (development) ### Query engine Spark ### Please describe the bug 🐞 https://github.com/apache/iceberg/actions/runs/12857234112/job/358457

Re: [PR] Spark: Don't skip tests in TestSelect for SparkSessionCatalog [iceberg]

2025-01-19 Thread via GitHub
manuzhang commented on PR #11824: URL: https://github.com/apache/iceberg/pull/11824#issuecomment-2601217390 @nastra @Fokko please help review 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

Re: [PR] chore(deps): Bump aws-sdk-s3tables from 1.3.0 to 1.4.0 [iceberg-rust]

2025-01-19 Thread via GitHub
Xuanwo merged PR #899: URL: https://github.com/apache/iceberg-rust/pull/899 -- 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

Re: [PR] chore(deps): Bump async-trait from 0.1.84 to 0.1.85 [iceberg-rust]

2025-01-19 Thread via GitHub
Xuanwo merged PR #897: URL: https://github.com/apache/iceberg-rust/pull/897 -- 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

Re: [PR] chore(deps): Bump arrow-schema from 53.3.0 to 53.4.0 [iceberg-rust]

2025-01-19 Thread via GitHub
Xuanwo merged PR #900: URL: https://github.com/apache/iceberg-rust/pull/900 -- 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

Re: [PR] chore(deps): Bump opendal from 0.51.0 to 0.51.1 [iceberg-rust]

2025-01-19 Thread via GitHub
Xuanwo merged PR #898: URL: https://github.com/apache/iceberg-rust/pull/898 -- 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

Re: [PR] chore(deps): Bump opendal from 0.51.0 to 0.51.1 [iceberg-rust]

2025-01-19 Thread via GitHub
Xuanwo commented on PR #898: URL: https://github.com/apache/iceberg-rust/pull/898#issuecomment-2601205731 Thank you @kevinjqliu for reviewing 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 go to

Re: [PR] WIP: Add headers for type/field/schema [iceberg-cpp]

2025-01-19 Thread via GitHub
lidavidm commented on PR #31: URL: https://github.com/apache/iceberg-cpp/pull/31#issuecomment-2601203055 Arrow-style does let you do a bunch of compile-time metaprogramming (e.g. see arrow::TypeTraits) -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] WIP: Add headers for type/field/schema [iceberg-cpp]

2025-01-19 Thread via GitHub
lidavidm commented on PR #31: URL: https://github.com/apache/iceberg-cpp/pull/31#issuecomment-2601202575 Just to make sure @gaborkaszab @wgtmac: are we ok with the Arrow-style type representation here? (Types are represented by a class hierarchy, erased behind smart pointers; nested types s

Re: [PR] Core: List namespaces/tables when testing identifier with a dot [iceberg]

2025-01-19 Thread via GitHub
smaheshwar-pltr commented on code in PR #11991: URL: https://github.com/apache/iceberg/pull/11991#discussion_r1921682719 ## open-api/src/test/java/org/apache/iceberg/rest/RESTCompatibilityKitCatalogTests.java: ## @@ -90,4 +90,10 @@ protected boolean overridesRequestedLocation()

Re: [I] ManifestReader is not properly closed in BaseTableScan [iceberg]

2025-01-19 Thread via GitHub
maswin commented on issue #104: URL: https://github.com/apache/iceberg/issues/104#issuecomment-2601106962 We even see this in `1.4.1` version ``` 2025-01-14T20:42:05.211Z WARNFinalizer org.apache.iceberg.hadoop.HadoopStreams Unclosed output stream created by:

Re: [PR] Spark3.4,3.5,Api,Hive: Fix using NullType in View. [iceberg]

2025-01-19 Thread via GitHub
github-actions[bot] commented on PR #11728: URL: https://github.com/apache/iceberg/pull/11728#issuecomment-2601090226 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: [I] MergeSchema doesn't work if missing columns is used for Write Ordering. [iceberg]

2025-01-19 Thread via GitHub
github-actions[bot] commented on issue #10751: URL: https://github.com/apache/iceberg/issues/10751#issuecomment-2601090164 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: [I] Allow adding synthetic partition for existing data in table [iceberg]

2025-01-19 Thread via GitHub
github-actions[bot] closed issue #10658: Allow adding synthetic partition for existing data in table URL: https://github.com/apache/iceberg/issues/10658 -- 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: [PR] Spark: Don't skip tests in TestSelect for SparkSessionCatalog [iceberg]

2025-01-19 Thread via GitHub
github-actions[bot] commented on PR #11824: URL: https://github.com/apache/iceberg/pull/11824#issuecomment-2601090276 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] Spark3.4,3.5,Api,Hive: Fix using NullType in View. [iceberg]

2025-01-19 Thread via GitHub
github-actions[bot] closed pull request #11728: Spark3.4,3.5,Api,Hive: Fix using NullType in View. URL: https://github.com/apache/iceberg/pull/11728 -- 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: [I] uppercase table name not supported [iceberg]

2025-01-19 Thread via GitHub
github-actions[bot] commented on issue #10758: URL: https://github.com/apache/iceberg/issues/10758#issuecomment-2601090182 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: [I] Allow adding synthetic partition for existing data in table [iceberg]

2025-01-19 Thread via GitHub
github-actions[bot] commented on issue #10658: URL: https://github.com/apache/iceberg/issues/10658#issuecomment-2601090122 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: [PR] Docs: Location Provider Documentation [iceberg-python]

2025-01-19 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921652515 ## mkdocs/docs/configuration.md: ## @@ -54,15 +54,18 @@ Iceberg tables support table properties to configure table behavior. ### Write options -| K

Re: [PR] Docs: Location Provider Documentation [iceberg-python]

2025-01-19 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921652324 ## mkdocs/docs/configuration.md: ## @@ -54,15 +54,18 @@ Iceberg tables support table properties to configure table behavior. ### Write options -| K

Re: [PR] Docs: Location Provider Documentation [iceberg-python]

2025-01-19 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921652049 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,86 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] Docs: Location Provider Documentation [iceberg-python]

2025-01-19 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921651630 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,86 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] Docs: Location Provider Documentation [iceberg-python]

2025-01-19 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921651470 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,86 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] Docs: Location Provider Documentation [iceberg-python]

2025-01-19 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921651044 ## mkdocs/docs/configuration.md: ## @@ -54,15 +54,18 @@ Iceberg tables support table properties to configure table behavior. ### Write options -| K

Re: [PR] build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.28.11 to 1.29.1 [iceberg-go]

2025-01-19 Thread via GitHub
zeroshade merged PR #256: URL: https://github.com/apache/iceberg-go/pull/256 -- 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] build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.105.1 to 1.105.3 [iceberg-go]

2025-01-19 Thread via GitHub
zeroshade merged PR #258: URL: https://github.com/apache/iceberg-go/pull/258 -- 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] build(deps): bump google.golang.org/api from 0.216.0 to 0.217.0 [iceberg-go]

2025-01-19 Thread via GitHub
zeroshade merged PR #257: URL: https://github.com/apache/iceberg-go/pull/257 -- 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] build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.2 to 1.73.2 [iceberg-go]

2025-01-19 Thread via GitHub
zeroshade merged PR #255: URL: https://github.com/apache/iceberg-go/pull/255 -- 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] build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.8 to 1.33.0 [iceberg-go]

2025-01-19 Thread via GitHub
zeroshade merged PR #259: URL: https://github.com/apache/iceberg-go/pull/259 -- 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(catalog): Have Load use "type" property and "name" for config [iceberg-go]

2025-01-19 Thread via GitHub
zeroshade opened a new pull request, #260: URL: https://github.com/apache/iceberg-go/pull/260 As brought up in https://github.com/apache/iceberg-go/pull/244#discussion_r1911257805 this PR implements using a "type" property when loading catalogs and looking up catalog configurations using t

Re: [PR] Build: Nighly build for Iceberg REST fixtures [iceberg]

2025-01-19 Thread via GitHub
kevinjqliu commented on code in PR #12008: URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921636978 ## .github/workflows/publish-iceberg-rest-fixture-docker.yml: ## @@ -20,9 +20,8 @@ name: Build and Push 'iceberg-rest-fixture' Docker Image on: - push: -t

Re: [PR] Build: Nighly build for Iceberg REST fixtures [iceberg]

2025-01-19 Thread via GitHub
kevinjqliu commented on code in PR #12008: URL: https://github.com/apache/iceberg/pull/12008#discussion_r1921636817 ## .github/workflows/publish-iceberg-rest-fixture-docker.yml: ## @@ -20,9 +20,8 @@ name: Build and Push 'iceberg-rest-fixture' Docker Image on: - push: -t

[PR] Build: Nighly build for Iceberg REST fixtures [iceberg]

2025-01-19 Thread via GitHub
Fokko opened a new pull request, #12008: URL: https://github.com/apache/iceberg/pull/12008 While trying to downstream V3 into PyIceberg/Iceberg-Rust/etc, I think it would be good to rebuild the REST fixtures every night. -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Build: Bump com.google.cloud:libraries-bom from 26.52.0 to 26.53.0 [iceberg]

2025-01-19 Thread via GitHub
Fokko merged PR #12003: URL: https://github.com/apache/iceberg/pull/12003 -- 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.apa

Re: [PR] Build: Bump org.xerial:sqlite-jdbc from 3.47.2.0 to 3.48.0.0 [iceberg]

2025-01-19 Thread via GitHub
Fokko merged PR #12001: URL: https://github.com/apache/iceberg/pull/12001 -- 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.apa

Re: [PR] Build: Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [iceberg]

2025-01-19 Thread via GitHub
Fokko merged PR #12002: URL: https://github.com/apache/iceberg/pull/12002 -- 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.apa

Re: [PR] Build: Bump org.apache.datasketches:datasketches-java from 6.1.1 to 6.2.0 [iceberg]

2025-01-19 Thread via GitHub
Fokko merged PR #12000: URL: https://github.com/apache/iceberg/pull/12000 -- 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.apa

Re: [PR] Build: Bump io.netty:netty-buffer from 4.1.116.Final to 4.1.117.Final [iceberg]

2025-01-19 Thread via GitHub
Fokko merged PR #11999: URL: https://github.com/apache/iceberg/pull/11999 -- 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.apa

Re: [PR] [infra] regenerate poetry lock [iceberg-python]

2025-01-19 Thread via GitHub
Fokko merged PR #1538: URL: https://github.com/apache/iceberg-python/pull/1538 -- 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...@iceber

[PR] [infra] regenerate poetry lock [iceberg-python]

2025-01-19 Thread via GitHub
kevinjqliu opened a new pull request, #1538: URL: https://github.com/apache/iceberg-python/pull/1538 Since we bumped Poetry to `2.0.1` in #1525, we have not regenerated poetry lock. Looks like poetry adds a lot of additional information to the lock file. Let's regenerate the lock file on `m

Re: [PR] Add Python version 3.13 to test matrix. [iceberg-python]

2025-01-19 Thread via GitHub
kevinjqliu commented on PR #1377: URL: https://github.com/apache/iceberg-python/pull/1377#issuecomment-2601016186 Blocked on Ray 3.13 https://github.com/ray-project/ray/issues/49738 We can run `poetry update` after -- This is an automated message from the Apache Git Service. To res

Re: [PR] Refactor to write APIs to default to `main` branch [iceberg-python]

2025-01-19 Thread via GitHub
kevinjqliu closed pull request #312: Refactor to write APIs to default to `main` branch URL: https://github.com/apache/iceberg-python/pull/312 -- 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] Docs: Location Provider Documentation [iceberg-python]

2025-01-19 Thread via GitHub
kevinjqliu commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921620305 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,86 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Location

Re: [PR] Feature: MERGE/Upsert Support [iceberg-python]

2025-01-19 Thread via GitHub
kevinjqliu commented on PR #1534: URL: https://github.com/apache/iceberg-python/pull/1534#issuecomment-2600991160 Thanks @mattmartin14 for the PR! And thanks @bitsondatadev on the tips on working in OSS. I certainly had to learn a lot of these over the years. A couple things I think

Re: [I] please add requires-python to pyproject.toml [iceberg-rust]

2025-01-19 Thread via GitHub
kevinjqliu commented on issue #896: URL: https://github.com/apache/iceberg-rust/issues/896#issuecomment-2600976947 Good idea! This applies to [bindings/python/pyproject.toml](https://github.com/apache/iceberg-rust/blob/main/bindings/python/pyproject.toml) which we use for `pyiceberg_cor

Re: [PR] Add `view_exists` method to REST Catalog [iceberg-python]

2025-01-19 Thread via GitHub
shiv-io commented on PR #1242: URL: https://github.com/apache/iceberg-python/pull/1242#issuecomment-260097 Makes sense, @sungwy -- thanks! Added the test, let me know if that looks good -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Build: Bump boto3 from 1.35.93 to 1.36.1 [iceberg-python]

2025-01-19 Thread via GitHub
Fokko merged PR #1536: URL: https://github.com/apache/iceberg-python/pull/1536 -- 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...@iceber

Re: [PR] Build: Bump io.netty:netty-buffer from 4.1.116.Final to 4.1.117.Final [iceberg]

2025-01-19 Thread via GitHub
Fokko commented on PR #11999: URL: https://github.com/apache/iceberg/pull/11999#issuecomment-2600973211 @dependabot rebase -- 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: [PR] Build: Bump com.google.cloud:libraries-bom from 26.52.0 to 26.53.0 [iceberg]

2025-01-19 Thread via GitHub
Fokko commented on PR #12003: URL: https://github.com/apache/iceberg/pull/12003#issuecomment-2600973288 @dependabot rebase -- 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: [PR] Build: Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 [iceberg]

2025-01-19 Thread via GitHub
Fokko commented on PR #12002: URL: https://github.com/apache/iceberg/pull/12002#issuecomment-2600973267 @dependabot rebase -- 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: [PR] Build: Bump org.xerial:sqlite-jdbc from 3.47.2.0 to 3.48.0.0 [iceberg]

2025-01-19 Thread via GitHub
Fokko commented on PR #12001: URL: https://github.com/apache/iceberg/pull/12001#issuecomment-2600973240 @dependabot rebase -- 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: [PR] Build: Bump org.apache.datasketches:datasketches-java from 6.1.1 to 6.2.0 [iceberg]

2025-01-19 Thread via GitHub
Fokko commented on PR #12000: URL: https://github.com/apache/iceberg/pull/12000#issuecomment-2600973225 @dependabot rebase -- 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: [PR] Build: Bump software.amazon.awssdk:bom from 2.29.50 to 2.30.2 [iceberg]

2025-01-19 Thread via GitHub
Fokko commented on PR #11998: URL: https://github.com/apache/iceberg/pull/11998#issuecomment-2600973190 @dependabot rebase -- 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