Re: [PR] doc: improve FileIO doc [iceberg-rust]

2024-09-22 Thread via GitHub
Xuanwo merged PR #642: URL: https://github.com/apache/iceberg-rust/pull/642 -- 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] Core: Fix UnicodeUtil#truncateStringMax returns malformed string. [iceberg]

2024-09-22 Thread via GitHub
zhongyujiang commented on code in PR #11161: URL: https://github.com/apache/iceberg/pull/11161#discussion_r1770813666 ## core/src/test/java/org/apache/iceberg/TestMetricsTruncation.java: ## @@ -273,5 +282,23 @@ public void testTruncateStringMax() { .as( "Te

Re: [PR] Core: Fix UnicodeUtil#truncateStringMax returns malformed string. [iceberg]

2024-09-22 Thread via GitHub
nastra commented on code in PR #11161: URL: https://github.com/apache/iceberg/pull/11161#discussion_r1770808088 ## core/src/test/java/org/apache/iceberg/TestMetricsTruncation.java: ## @@ -273,5 +282,23 @@ public void testTruncateStringMax() { .as( "Test inp

Re: [PR] chore(deps): Update datafusion requirement from 41.0.0 to 42.0.0 [iceberg-rust]

2024-09-22 Thread via GitHub
sdd commented on PR #639: URL: https://github.com/apache/iceberg-rust/pull/639#issuecomment-2367294919 This PR not needed. Updates addressed in https://github.com/apache/iceberg-rust/pull/626 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] chore(deps): Update arrow-select requirement from 52 to 53 [iceberg-rust]

2024-09-22 Thread via GitHub
sdd commented on PR #632: URL: https://github.com/apache/iceberg-rust/pull/632#issuecomment-2367294540 This PR not needed. Updates addressed in https://github.com/apache/iceberg-rust/pull/626 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] chore(deps): Update arrow-string requirement from 52 to 53 [iceberg-rust]

2024-09-22 Thread via GitHub
sdd commented on PR #633: URL: https://github.com/apache/iceberg-rust/pull/633#issuecomment-2367294762 This PR not needed. Updates addressed in https://github.com/apache/iceberg-rust/pull/626 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] Spark configuration for amazon access key and secret key with glue catalog for apache Iceberg is not honoring [iceberg]

2024-09-22 Thread via GitHub
sean-lynch commented on issue #10078: URL: https://github.com/apache/iceberg/issues/10078#issuecomment-2367259667 @clamar14's suggestion of ``` .config("spark.driver.extraJavaOptions", "-Daws.region=us-west-1") ``` was the only way I could find to provide a region as part of the

Re: [PR] Spark: Fix flaky TestSparkReaderDeletes tests due to metric not found [iceberg]

2024-09-22 Thread via GitHub
manuzhang commented on PR #9445: URL: https://github.com/apache/iceberg/pull/9445#issuecomment-2367238607 This issue happened again recently https://github.com/apache/iceberg/actions/runs/10948554965/job/30399833980 ``` TestSparkReaderDeletes > testMultipleEqualityDeleteSchemas() >

Re: [PR] Core: Fix UnicodeUtil#truncateStringMax returns malformed string. [iceberg]

2024-09-22 Thread via GitHub
zhongyujiang commented on code in PR #11161: URL: https://github.com/apache/iceberg/pull/11161#discussion_r1770764300 ## core/src/test/java/org/apache/iceberg/TestMetricsTruncation.java: ## @@ -202,11 +202,20 @@ public void testTruncateStringMax() { String test5 = "\uDBFF\u

Re: [PR] Core: Fix UnicodeUtil#truncateStringMax returns malformed string. [iceberg]

2024-09-22 Thread via GitHub
zhongyujiang commented on code in PR #11161: URL: https://github.com/apache/iceberg/pull/11161#discussion_r1770763130 ## core/src/test/java/org/apache/iceberg/TestMetricsTruncation.java: ## @@ -274,4 +274,17 @@ public void testTruncateStringMax() { "Test input with

Re: [PR] Core: Fix UnicodeUtil#truncateStringMax returns malformed string. [iceberg]

2024-09-22 Thread via GitHub
zhongyujiang commented on code in PR #11161: URL: https://github.com/apache/iceberg/pull/11161#discussion_r1770762980 ## api/src/main/java/org/apache/iceberg/util/UnicodeUtil.java: ## @@ -93,4 +93,24 @@ public static Literal truncateStringMax(Literal inpu } return nul

Re: [I] Retry logic in JDBC catalog fails with class cast exception if driver exception class does not extend SQLTransientException [iceberg]

2024-09-22 Thread via GitHub
nqvuong1998 commented on issue #11176: URL: https://github.com/apache/iceberg/issues/11176#issuecomment-2367217377 cc @RussellSpitzer -- 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

Re: [I] Spark sort/zorder rewrite data does not apply the expected SHUFFLE_PARTITIONS for each target group [iceberg]

2024-09-22 Thread via GitHub
Xiangakun commented on issue #10716: URL: https://github.com/apache/iceberg/issues/10716#issuecomment-2367157579 > Were you able to solve this? I am facing the same issue with the same Iceberg version You can try to use `spark.cloneSession()` instead of `spark` in method `rewriteFile

Re: [I] Iceberg Read is not working on Iceberg Hive table [iceberg]

2024-09-22 Thread via GitHub
manuzhang commented on issue #11168: URL: https://github.com/apache/iceberg/issues/11168#issuecomment-2367115453 [Hive 4.0.0 integration](https://cwiki.apache.org/confluence/display/Hive/Hive-Iceberg+Integration) is maintained at Hive side. It might be better asking at Hive community. --

Re: [PR] API, Core: Add scan planning api request and response models [iceberg]

2024-09-22 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1770667482 ## core/src/main/java/org/apache/iceberg/rest/responses/PlanTableScanResponse.java: ## @@ -0,0 +1,54 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

Re: [PR] API, Core: Add scan planning api request and response models [iceberg]

2024-09-22 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1770667186 ## core/src/main/java/org/apache/iceberg/rest/responses/FetchScanTasksResponse.java: ## @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

Re: [PR] API, Core: Add scan planning api request and response models [iceberg]

2024-09-22 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1770667058 ## core/src/main/java/org/apache/iceberg/rest/responses/FetchPlanningResultResponse.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

Re: [I] REPLACE TABLE Support [iceberg-python]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #281: URL: https://github.com/apache/iceberg-python/issues/281#issuecomment-2367035445 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: [I] Catalog table-default and table-override properties [iceberg-python]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #362: URL: https://github.com/apache/iceberg-python/issues/362#issuecomment-2367035435 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: [I] How to load a table with bucket partition [iceberg-python]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #548: URL: https://github.com/apache/iceberg-python/issues/548#issuecomment-2367035408 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: [I] Support setting a snapshot property in same commit as spark.sql [iceberg-python]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #368: URL: https://github.com/apache/iceberg-python/issues/368#issuecomment-2367035423 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: [I] Improve `All` Metadata Tables with Snapshot Information [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8856: URL: https://github.com/apache/iceberg/issues/8856#issuecomment-2367034217 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 occurs.

Re: [I] Enable Partition Transforms and/or Spark SQL In Spark `rewrite_data_files` Procedure [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8846: URL: https://github.com/apache/iceberg/issues/8846#issuecomment-2367034201 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 occurs.

Re: [PR] Flink: Read parquet BINARY column as String for expected [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #8808: URL: https://github.com/apache/iceberg/pull/8808#issuecomment-2367034156 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 pull

Re: [I] Make iceberg an idempotent sink for Spark like delta lake [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8809: URL: https://github.com/apache/iceberg/issues/8809#issuecomment-2367034174 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 occurs.

Re: [I] manifest lost [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8806: URL: https://github.com/apache/iceberg/issues/8806#issuecomment-2367034129 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 occurs.

Re: [I] Distributed execution of DeleteReachableFilesSparkAction [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8862: URL: https://github.com/apache/iceberg/issues/8862#issuecomment-2367034243 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 occurs.

Re: [I] Can't clean up MetaData after modifying metadata.compression-codec. [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8162: URL: https://github.com/apache/iceberg/issues/8162#issuecomment-2367033851 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 Gi

Re: [I] Query fails when executed without filter i.e. aggregate pushdown [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8859: URL: https://github.com/apache/iceberg/issues/8859#issuecomment-2367034228 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 occurs.

Re: [I] Can't clean up MetaData after modifying metadata.compression-codec. [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] closed issue #8162: Can't clean up MetaData after modifying metadata.compression-codec. URL: https://github.com/apache/iceberg/issues/8162 -- 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

Re: [PR] JDBC: JDBC Catalog should do exact namespace search for get namespace queries [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #8833: URL: https://github.com/apache/iceberg/pull/8833#issuecomment-2367034183 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 pull

Re: [PR] [Draft] rewrite v2 tables by skipping deletes planning and join deletes data tables [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #8807: URL: https://github.com/apache/iceberg/pull/8807#issuecomment-2367034136 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 pull

Re: [I] How can I quickly insert data into an iceberg table in a Python environment? [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8801: URL: https://github.com/apache/iceberg/issues/8801#issuecomment-2367034113 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 occurs.

Re: [I] Parquet.write to S3 with GlueCatalog requires commit [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8767: URL: https://github.com/apache/iceberg/issues/8767#issuecomment-2367034073 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 occurs.

Re: [I] NullPointerException when doing FlinkEnvironmentContext.init() for Flink 1.17 and iceberg 1.3.0 [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] commented on issue #8159: URL: https://github.com/apache/iceberg/issues/8159#issuecomment-2367033835 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 Gi

Re: [I] NullPointerException when doing FlinkEnvironmentContext.init() for Flink 1.17 and iceberg 1.3.0 [iceberg]

2024-09-22 Thread via GitHub
github-actions[bot] closed issue #8159: NullPointerException when doing FlinkEnvironmentContext.init() for Flink 1.17 and iceberg 1.3.0 URL: https://github.com/apache/iceberg/issues/8159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [PR] API, Core: Add scan planning api request and response models [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1770664139 ## core/src/main/java/org/apache/iceberg/rest/requests/FetchScanTasksRequest.java: ## @@ -0,0 +1,35 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] API, Core: Add scan planning api request and response models [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1770663544 ## core/src/main/java/org/apache/iceberg/rest/responses/FetchPlanningResultResponse.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] API, Core: Add scan planning api request and response models [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1770662204 ## core/src/main/java/org/apache/iceberg/rest/responses/FetchPlanningResultResponse.java: ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundat

Re: [I] Spark sort/zorder rewrite data does not apply the expected SHUFFLE_PARTITIONS for each target group [iceberg]

2024-09-22 Thread via GitHub
nikhilchaturvedi-stripe commented on issue #10716: URL: https://github.com/apache/iceberg/issues/10716#issuecomment-2366952731 Were you able to solve this? I am facing the same issue with the same Iceberg version -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Spec: Support geo type [iceberg]

2024-09-22 Thread via GitHub
szehon-ho commented on PR #10981: URL: https://github.com/apache/iceberg/pull/10981#issuecomment-2366942785 Thanks @rdblue @RussellSpitzer addressed review comments. - remove auto formatting - added links to Appendix G - optimized storage of lower_bounds and upper_bounds (thank

Re: [PR] Updating SparkScan to only read Apache DataSketches [iceberg]

2024-09-22 Thread via GitHub
jeesou commented on code in PR #11035: URL: https://github.com/apache/iceberg/pull/11035#discussion_r1770624635 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkScan.java: ## @@ -198,27 +198,31 @@ protected Statistics estimateStatistics(Snapshot snapshot)

Re: [PR] Updating SparkScan to only read Apache DataSketches [iceberg]

2024-09-22 Thread via GitHub
jeesou commented on code in PR #11035: URL: https://github.com/apache/iceberg/pull/11035#discussion_r1770621280 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkScan.java: ## @@ -198,27 +198,31 @@ protected Statistics estimateStatistics(Snapshot snapshot)

Re: [PR] FIX: Exception Handling in AWS Glue renameTable Method [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on PR #11165: URL: https://github.com/apache/iceberg/pull/11165#issuecomment-2366931136 Thanks @singhpk234! At the moment the [catalog API for renameTable](https://github.com/apache/iceberg/blob/main/api/src/main/java/org/apache/iceberg/catalog/Catalog.java#

Re: [PR] FIX: Exception Handling in AWS Glue renameTable Method [iceberg]

2024-09-22 Thread via GitHub
singhpk234 commented on PR #11165: URL: https://github.com/apache/iceberg/pull/11165#issuecomment-2366902023 The particular case referred here makes sense but was thinking if this is something we need to handle broadly ? IMHO we are lacking the exception handling entirely here for ex:

Re: [PR] FIX: Exception Handling in AWS Glue renameTable Method [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11165: URL: https://github.com/apache/iceberg/pull/11165#discussion_r1770604602 ## aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java: ## @@ -415,15 +415,19 @@ public void renameTable(TableIdentifier from, TableIdentifier to

Re: [PR] FIX: Exception Handling in AWS Glue renameTable Method [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on PR #11165: URL: https://github.com/apache/iceberg/pull/11165#issuecomment-2366898231 Also double check spotless, seems like those checks are failing. You can run `./gradlew :iceberg-aws:spotlessApply`. Also cc @geruh @singhpk234 @rahil-c @jackye1995 in case

Re: [PR] FIX: Exception Handling in AWS Glue renameTable Method [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11165: URL: https://github.com/apache/iceberg/pull/11165#discussion_r1770604602 ## aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java: ## @@ -415,15 +415,19 @@ public void renameTable(TableIdentifier from, TableIdentifier to

Re: [PR] Core: Optimize MergingSnapshotProducer to use referenced manifests to determine if manifest needs to be rewritten [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11131: URL: https://github.com/apache/iceberg/pull/11131#discussion_r1770581266 ## core/src/main/java/org/apache/iceberg/ManifestFilterManager.java: ## @@ -81,6 +81,7 @@ public String partition() { // cache filtered manifests to avo

Re: [PR] Core: Optimize MergingSnapshotProducer to use referenced manifests to determine if manifest needs to be rewritten [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11131: URL: https://github.com/apache/iceberg/pull/11131#discussion_r1770581266 ## core/src/main/java/org/apache/iceberg/ManifestFilterManager.java: ## @@ -81,6 +81,7 @@ public String partition() { // cache filtered manifests to avo

Re: [PR] Core: Optimize MergingSnapshotProducer to use referenced manifests to determine if manifest needs to be rewritten [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11131: URL: https://github.com/apache/iceberg/pull/11131#discussion_r1770581266 ## core/src/main/java/org/apache/iceberg/ManifestFilterManager.java: ## @@ -81,6 +81,7 @@ public String partition() { // cache filtered manifests to avo

Re: [PR] Core: Optimize MergingSnapshotProducer to use referenced manifests to determine if manifest needs to be rewritten [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11131: URL: https://github.com/apache/iceberg/pull/11131#discussion_r1770581266 ## core/src/main/java/org/apache/iceberg/ManifestFilterManager.java: ## @@ -81,6 +81,7 @@ public String partition() { // cache filtered manifests to avo

Re: [PR] Core: Optimize MergingSnapshotProducer to use referenced manifests to determine if manifest needs to be rewritten [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11131: URL: https://github.com/apache/iceberg/pull/11131#discussion_r1770581266 ## core/src/main/java/org/apache/iceberg/ManifestFilterManager.java: ## @@ -81,6 +81,7 @@ public String partition() { // cache filtered manifests to avo

Re: [PR] Core: Optimize MergingSnapshotProducer to use referenced manifests to determine if manifest needs to be rewritten [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11131: URL: https://github.com/apache/iceberg/pull/11131#discussion_r1770581266 ## core/src/main/java/org/apache/iceberg/ManifestFilterManager.java: ## @@ -81,6 +81,7 @@ public String partition() { // cache filtered manifests to avo

Re: [PR] Core: Optimize MergingSnapshotProducer to use referenced manifests to determine if manifest needs to be rewritten [iceberg]

2024-09-22 Thread via GitHub
amogh-jahagirdar commented on code in PR #11131: URL: https://github.com/apache/iceberg/pull/11131#discussion_r1770581266 ## core/src/main/java/org/apache/iceberg/ManifestFilterManager.java: ## @@ -81,6 +81,7 @@ public String partition() { // cache filtered manifests to avo

Re: [PR] Support python 3.12 in poetry [iceberg-python]

2024-09-22 Thread via GitHub
hussein-awala commented on code in PR #1192: URL: https://github.com/apache/iceberg-python/pull/1192#discussion_r1770554223 ## .github/workflows/python-release.yml: ## @@ -69,7 +69,7 @@ jobs: env: # Ignore 32 bit architectures CIBW_ARCHS: "auto64"

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

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

[PR] chore(deps): Update datafusion requirement from 41.0.0 to 42.0.0 [iceberg-rust]

2024-09-22 Thread via GitHub
dependabot[bot] opened a new pull request, #639: URL: https://github.com/apache/iceberg-rust/pull/639 Updates the requirements on [datafusion](https://github.com/apache/datafusion) to permit the latest version. Commits https://github.com/apache/datafusion/commit/8e8bb89a285c6fe

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

2024-09-22 Thread via GitHub
dependabot[bot] opened a new pull request, #152: URL: https://github.com/apache/iceberg-go/pull/152 Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.17.32 to 1.17.34. Commits https://github.com/aws/aws-sdk-go-v2/commit/2f445866bcc85

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

2024-09-22 Thread via GitHub
dependabot[bot] opened a new pull request, #153: URL: https://github.com/apache/iceberg-go/pull/153 Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.27.33 to 1.27.36. Commits https://github.com/aws/aws-sdk-go-v2/commit/2f445866bcc850b67c

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

2024-09-22 Thread via GitHub
dependabot[bot] opened a new pull request, #151: URL: https://github.com/apache/iceberg-go/pull/151 Bumps [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) from 1.95.0 to 1.98.0. Changelog Sourced from https://github.com/aws/aws-sdk-go-v2/blob/servi

[PR] build(deps): bump github.com/aws/smithy-go from 1.20.4 to 1.21.0 [iceberg-go]

2024-09-22 Thread via GitHub
dependabot[bot] opened a new pull request, #154: URL: https://github.com/apache/iceberg-go/pull/154 Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.20.4 to 1.21.0. Changelog Sourced from https://github.com/aws/smithy-go/blob/main/CHANGELOG.md";>github.com/

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

2024-09-22 Thread via GitHub
dependabot[bot] commented on PR #147: URL: https://github.com/apache/iceberg-go/pull/147#issuecomment-2366037806 Superseded by #151. -- 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 c

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

2024-09-22 Thread via GitHub
dependabot[bot] closed pull request #147: build(deps): bump github.com/aws/aws-sdk-go-v2/service/glue from 1.95.0 to 1.96.0 URL: https://github.com/apache/iceberg-go/pull/147 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us