Re: [PR] Build: Bump com.gradleup.shadow:shadow-gradle-plugin from 8.3.3 to 8.3.5 [iceberg]

2024-11-03 Thread via GitHub
nastra merged PR #11452: URL: https://github.com/apache/iceberg/pull/11452 -- 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] Build: Bump com.google.cloud:libraries-bom from 26.49.0 to 26.50.0 [iceberg]

2024-11-03 Thread via GitHub
nastra merged PR #11451: URL: https://github.com/apache/iceberg/pull/11451 -- 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] Build: Bump software.amazon.awssdk:bom from 2.29.1 to 2.29.6 [iceberg]

2024-11-03 Thread via GitHub
nastra merged PR #11454: URL: https://github.com/apache/iceberg/pull/11454 -- 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] Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1 [iceberg]

2024-11-03 Thread via GitHub
nastra merged PR #11450: URL: https://github.com/apache/iceberg/pull/11450 -- 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: [I] Variant Data Type Support [iceberg]

2024-11-03 Thread via GitHub
NurFaizin commented on issue #10392: URL: https://github.com/apache/iceberg/issues/10392#issuecomment-2453751255 +1 -- 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 unsub

Re: [PR] chore(deps): Bump crate-ci/typos from 1.26.8 to 1.27.0 [iceberg-rust]

2024-11-03 Thread via GitHub
liurenjie1024 merged PR #687: URL: https://github.com/apache/iceberg-rust/pull/687 -- 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 uri not end with character '/' in rest catalog [iceberg]

2024-11-03 Thread via GitHub
beyond-up commented on PR #11392: URL: https://github.com/apache/iceberg/pull/11392#issuecomment-2453717333 > > Can you please run `spotlessApply` ? > > done @jbonofre can you review this pr for me, ths! -- This is an automated message from the Apache Git Service. To respond

[PR] Add table statistics update [iceberg-python]

2024-11-03 Thread via GitHub
ndrluis opened a new pull request, #1285: URL: https://github.com/apache/iceberg-python/pull/1285 (no comment) -- 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 unsubscrib

[I] "Hadoop catalog type supports multi-tenant architecture" [iceberg]

2024-11-03 Thread via GitHub
1105560808 opened a new issue, #11456: URL: https://github.com/apache/iceberg/issues/11456 ### Feature Request / Improvement Current Limitation: - Single tenant per service instance - Fixed hadoopUsername from environment - Limited access control capabilities Requiremen

Re: [PR] Flink: Add RowConverter for Iceberg Source [iceberg]

2024-11-03 Thread via GitHub
abharath9 commented on code in PR #11301: URL: https://github.com/apache/iceberg/pull/11301#discussion_r1827187859 ## flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSourceBoundedRow.java: ## @@ -0,0 +1,208 @@ +/* + * Licensed to the Apache Software Fo

Re: [PR] Add table statistics [iceberg-python]

2024-11-03 Thread via GitHub
ndrluis commented on PR #1285: URL: https://github.com/apache/iceberg-python/pull/1285#issuecomment-2453710152 I plan to move the set/remove statistics methods from the Transaction class to another class, such as ManageSnapshot. In the meantime, I’d like to confirm with everyone if I’m head

Re: [PR] API, Core: Add content offset and size to DeleteFile [iceberg]

2024-11-03 Thread via GitHub
manuzhang commented on PR #11446: URL: https://github.com/apache/iceberg/pull/11446#issuecomment-2453940765 Thanks, Anton. I think it will be valuable to link this and previous PRs to the proposal issue, https://github.com/apache/iceberg/issues/11122. -- This is an automated message from

Re: [I] SparkSessionCatalog.listTables() does not list Iceberg tables [iceberg]

2024-11-03 Thread via GitHub
fnqista commented on issue #3109: URL: https://github.com/apache/iceberg/issues/3109#issuecomment-2453963112 Hey @RussellSpitzer @rdblue - years have passed since this issue gained traction. Is this still going to be fixed? -- This is an automated message from the Apache Git Service. To r

[PR] chore(deps): Bump crate-ci/typos from 1.26.8 to 1.27.0 [iceberg-rust]

2024-11-03 Thread via GitHub
dependabot[bot] opened a new pull request, #687: URL: https://github.com/apache/iceberg-rust/pull/687 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.26.8 to 1.27.0. Release notes Sourced from https://github.com/crate-ci/typos/releases";>crate-ci/typos's releases.

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

2024-11-03 Thread via GitHub
github-actions[bot] commented on PR #10376: URL: https://github.com/apache/iceberg/pull/10376#issuecomment-2453637371 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] Remove tokens-endpoint from REST spec [iceberg]

2024-11-03 Thread via GitHub
github-actions[bot] commented on PR #10398: URL: https://github.com/apache/iceberg/pull/10398#issuecomment-2453637389 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] Parquet: page skipping using filtered row groups (vectorized and non-vectorized read) [iceberg]

2024-11-03 Thread via GitHub
github-actions[bot] commented on PR #10399: URL: https://github.com/apache/iceberg/pull/10399#issuecomment-2453637408 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(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.2 to 1.32.3 [iceberg-go]

2024-11-03 Thread via GitHub
dependabot[bot] opened a new pull request, #189: URL: https://github.com/apache/iceberg-go/pull/189 Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.2 to 1.32.3. Commits https://github.com/aws/aws-sdk-go-v2/commit/6b53348f842f4747905a742670a7

[PR] build(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.41 to 1.17.42 [iceberg-go]

2024-11-03 Thread via GitHub
dependabot[bot] opened a new pull request, #188: URL: https://github.com/apache/iceberg-go/pull/188 Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.17.41 to 1.17.42. Commits https://github.com/aws/aws-sdk-go-v2/commit/6b53348f842f4

[PR] build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.100.2 to 1.101.0 [iceberg-go]

2024-11-03 Thread via GitHub
dependabot[bot] opened a new pull request, #190: URL: https://github.com/apache/iceberg-go/pull/190 Bumps [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) from 1.100.2 to 1.101.0. Changelog Sourced from https://github.com/aws/aws-sdk-go-v2/blob/ser

[PR] build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.1 to 1.66.2 [iceberg-go]

2024-11-03 Thread via GitHub
dependabot[bot] opened a new pull request, #191: URL: https://github.com/apache/iceberg-go/pull/191 Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.66.1 to 1.66.2. Commits https://github.com/aws/aws-sdk-go-v2/commit/6b53348f842f4747

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

2024-11-03 Thread via GitHub
dependabot[bot] opened a new pull request, #192: URL: https://github.com/apache/iceberg-go/pull/192 Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.28.0 to 1.28.1. Commits https://github.com/aws/aws-sdk-go-v2/commit/6b53348f842f4747905a