Re: [PR] Build/link to Rust iceberg-c library [iceberg-cpp]

2025-04-06 Thread via GitHub
lidavidm closed pull request #45: Build/link to Rust iceberg-c library URL: https://github.com/apache/iceberg-cpp/pull/45 -- 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 uns

Re: [PR] Core: Use InputFile.location() Instead of Direct Object Reference in Error Messages [iceberg]

2025-04-06 Thread via GitHub
nastra commented on PR #12716: URL: https://github.com/apache/iceberg/pull/12716#issuecomment-2782095501 I did a quick scan over the codebase and it seems that there are more places like this one, so it would be good to update those as well -- This is an automated message from the Apache

Re: [PR] Update the docs for working with Flink and REST catalog [iceberg]

2025-04-06 Thread via GitHub
nastra commented on code in PR #12726: URL: https://github.com/apache/iceberg/pull/12726#discussion_r2030496370 ## docs/docs/flink.md: ## @@ -223,6 +223,25 @@ The following properties can be set if using the Hive catalog: * `hive-conf-dir`: Path to a directory containing a `hi

Re: [I] Iceberg-rust Write support [iceberg-rust]

2025-04-06 Thread via GitHub
ion-elgreco commented on issue #700: URL: https://github.com/apache/iceberg-rust/issues/700#issuecomment-2782087446 I'm interested in helping with the project, is there a clear roadmap of python bindings and state of current project? Having worked on delta-rs for sometime now, I can

Re: [PR] Update the docs for working with Flink and REST catalog [iceberg]

2025-04-06 Thread via GitHub
nastra commented on code in PR #12726: URL: https://github.com/apache/iceberg/pull/12726#discussion_r2030492940 ## docs/docs/flink-connector.md: ## @@ -105,7 +126,6 @@ CREATE TABLE flink_table ( ... ); ``` - Review Comment: nit: unnecessary change -- This is an a

Re: [PR] Update the docs for working with Flink and REST catalog [iceberg]

2025-04-06 Thread via GitHub
nastra commented on code in PR #12726: URL: https://github.com/apache/iceberg/pull/12726#discussion_r2030492699 ## docs/docs/flink-connector.md: ## @@ -87,6 +87,27 @@ CREATE TABLE flink_table ( ); ``` +## Table managed in REST catalog + +The following SQL will create a Flink

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

2025-04-06 Thread via GitHub
nastra merged PR #12732: URL: https://github.com/apache/iceberg/pull/12732 -- 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(io): add OSS storage implementation and update dependencies [iceberg-rust]

2025-04-06 Thread via GitHub
divinerapier commented on PR #1153: URL: https://github.com/apache/iceberg-rust/pull/1153#issuecomment-2782082127 @Xuanwo PTAL 😆 I am in the process of implementing support for Aliyun OSS storage backend using OpenDAL, can you provide me with some advice on how to test this? Th

Re: [PR] Build: Bump io.delta:delta-standalone_2.12 from 3.3.0 to 3.3.1 [iceberg]

2025-04-06 Thread via GitHub
nastra merged PR #12731: URL: https://github.com/apache/iceberg/pull/12731 -- 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: refresh table when committing to support concurrent appends [iceberg-python]

2025-04-06 Thread via GitHub
YinZheng-Sun commented on PR #1885: URL: https://github.com/apache/iceberg-python/pull/1885#issuecomment-2782068870 > Thanks @YinZheng-Sun for working on this. It looks like it is a duplicate of #1772 Yes, this PR is inspired by #1772 and #1678. I want to accelerate the progress of this

Re: [PR] Fix constant naming [iceberg-go]

2025-04-06 Thread via GitHub
mimikwang commented on code in PR #382: URL: https://github.com/apache/iceberg-go/pull/382#discussion_r2030455337 ## table/metadata.go: ## @@ -38,7 +38,7 @@ const ( partitionFieldStartID = 1000 supportedTableFormatVersion = 2 - addPartionSpecAction

[PR] Fix constant naming [iceberg-go]

2025-04-06 Thread via GitHub
mimikwang opened a new pull request, #382: URL: https://github.com/apache/iceberg-go/pull/382 `addPartitionSpecAction` should be `add-spec` and not `add-partition-spec`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Alternative implementation for building and testing hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12721: URL: https://github.com/apache/iceberg/pull/12721#discussion_r2030386095 ## build.gradle: ## @@ -763,6 +770,167 @@ project(':iceberg-hive-metastore') { } } +project(':iceberg-hive3-metastore') { Review Comment: It might be bett

Re: [PR] Spark: prefix SparkTable with 'iceberg' to clearly identify Iceberg table [iceberg]

2025-04-06 Thread via GitHub
cgpoh commented on PR #12543: URL: https://github.com/apache/iceberg/pull/12543#issuecomment-2781986189 Thanks @wypoon! @amogh-jahagirdar , can help to take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] feat: refresh table when committing to support concurrent appends [iceberg-python]

2025-04-06 Thread via GitHub
Fokko commented on PR #1885: URL: https://github.com/apache/iceberg-python/pull/1885#issuecomment-2781984448 Thanks @YinZheng-Sun for working on this. It looks like it is a duplicate of https://github.com/apache/iceberg-python/pull/1772 -- This is an automated message from the Apache Git

Re: [PR] Build: Bump software.amazon.awssdk:bom from 2.29.52 to 2.31.16 [iceberg]

2025-04-06 Thread via GitHub
manuzhang closed pull request #12734: Build: Bump software.amazon.awssdk:bom from 2.29.52 to 2.31.16 URL: https://github.com/apache/iceberg/pull/12734 -- 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] Build: Bump software.amazon.awssdk:bom from 2.29.52 to 2.31.16 [iceberg]

2025-04-06 Thread via GitHub
dependabot[bot] commented on PR #12734: URL: https://github.com/apache/iceberg/pull/12734#issuecomment-2781980790 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, l

Re: [PR] Alternative implementation for building and testing hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12721: URL: https://github.com/apache/iceberg/pull/12721#discussion_r2030376137 ## hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java: ## @@ -303,10 +303,10 @@ public void testThriftExceptionConcurrentCommit() throws TEx

Re: [I] Compaction results in Out Of Memory for >=million records [iceberg]

2025-04-06 Thread via GitHub
RussellSpitzer commented on issue #12704: URL: https://github.com/apache/iceberg/issues/12704#issuecomment-2781960059 If your physical nodes have 8G of ram, and you tell Spark to allocate a 25GB heat (in executor sizes) what most likely is happening is the heap is just having a malloc failu

Re: [PR] Build and test hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12681: URL: https://github.com/apache/iceberg/pull/12681#discussion_r2030387608 ## build.gradle: ## @@ -763,6 +770,167 @@ project(':iceberg-hive-metastore') { } } +project(':iceberg-hive3-metastore') { Review Comment: It might be bett

Re: [PR] Build and test hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on PR #12681: URL: https://github.com/apache/iceberg/pull/12681#issuecomment-2781908061 I'm +1 for this approach, like how we've supported multiple versions of Flink and Spark. I'm suggesting to keep everything under `hive-metatore` directory. -- This is an automated

Re: [PR] Add datafusion cli for iceberg [iceberg-rust]

2025-04-06 Thread via GitHub
xxchan commented on code in PR #1143: URL: https://github.com/apache/iceberg-rust/pull/1143#discussion_r2030393097 ## rust-toolchain.toml: ## Review Comment: But it seems our new MSRV policy (3 month) can cover datafusion's 4 month policy, so maybe there's no need to have

Re: [PR] Build and test hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
lirui-apache commented on PR #12681: URL: https://github.com/apache/iceberg/pull/12681#issuecomment-2781896981 @wypoon The no-lock feature needs both HIVE-26882 and HIVE-28121 to work, which are not available in Hive 3.1.3. So +1 to skipping the test for Hive 3.x. -- This is an automated

[PR] feat: refresh table when committing append ops to support concurrent appends [iceberg-python]

2025-04-06 Thread via GitHub
YinZheng-Sun opened a new pull request, #1885: URL: https://github.com/apache/iceberg-python/pull/1885 # Rationale for this change Support for Concurrent Append Operations Refresh Table 1. If changes in the table's metadata are detected (indicating that ot

Re: [PR] Add datafusion cli for iceberg [iceberg-rust]

2025-04-06 Thread via GitHub
xxchan commented on code in PR #1143: URL: https://github.com/apache/iceberg-rust/pull/1143#discussion_r2030391170 ## rust-toolchain.toml: ## Review Comment: Because currently we already use different MSRV for the datafusion integration. https://github.com/apache/i

Re: [PR] Add datafusion cli for iceberg [iceberg-rust]

2025-04-06 Thread via GitHub
xxchan commented on PR #1143: URL: https://github.com/apache/iceberg-rust/pull/1143#issuecomment-2781902388 > > > * Closes [An iceberg cli tool  #1142](https://github.com/apache/iceberg-rust/issues/1142). > > > > > > Maybe we could have a tracking issue and create subtasks for feat

Re: [PR] Build and test hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12681: URL: https://github.com/apache/iceberg/pull/12681#discussion_r2030391071 ## hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java: ## @@ -303,10 +303,10 @@ public void testThriftExceptionConcurrentCommit() throws TEx

Re: [PR] Build and test hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12681: URL: https://github.com/apache/iceberg/pull/12681#discussion_r2030390565 ## hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java: ## @@ -303,10 +303,10 @@ public void testThriftExceptionConcurrentCommit() throws TEx

Re: [PR] Spark 3.5 row lineage [iceberg]

2025-04-06 Thread via GitHub
amogh-jahagirdar commented on code in PR #12736: URL: https://github.com/apache/iceberg/pull/12736#discussion_r2030390082 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java: ## @@ -327,7 +327,11 @@ public void pruneColumns(StructType requeste

Re: [PR] Build and test hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12681: URL: https://github.com/apache/iceberg/pull/12681#discussion_r2030390565 ## hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java: ## @@ -303,10 +303,10 @@ public void testThriftExceptionConcurrentCommit() throws TEx

Re: [PR] Spark 3.5 row lineage [iceberg]

2025-04-06 Thread via GitHub
amogh-jahagirdar commented on code in PR #12736: URL: https://github.com/apache/iceberg/pull/12736#discussion_r2030390082 ## spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/source/SparkScanBuilder.java: ## @@ -327,7 +327,11 @@ public void pruneColumns(StructType requeste

[PR] Spark 3.5 row lineage [iceberg]

2025-04-06 Thread via GitHub
amogh-jahagirdar opened a new pull request, #12736: URL: https://github.com/apache/iceberg/pull/12736 (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 unsubs

Re: [PR] Build and test hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12681: URL: https://github.com/apache/iceberg/pull/12681#discussion_r2030387861 ## hive-metastore/src/main/java/org/apache/iceberg/hive/CachedClientPool.java: ## @@ -132,7 +131,7 @@ public R run(Action action, boolean retry) static Key ext

Re: [PR] Alternative implementation for building and testing hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12721: URL: https://github.com/apache/iceberg/pull/12721#discussion_r2030379601 ## hive-metastore/src/main/java/org/apache/iceberg/hive/CachedClientPool.java: ## @@ -132,7 +131,7 @@ public R run(Action action, boolean retry) static Key ext

Re: [PR] Alternative implementation for building and testing hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12721: URL: https://github.com/apache/iceberg/pull/12721#discussion_r2030379601 ## hive-metastore/src/main/java/org/apache/iceberg/hive/CachedClientPool.java: ## @@ -132,7 +131,7 @@ public R run(Action action, boolean retry) static Key ext

Re: [PR] Alternative implementation for building and testing hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12721: URL: https://github.com/apache/iceberg/pull/12721#discussion_r2030386095 ## build.gradle: ## @@ -763,6 +770,167 @@ project(':iceberg-hive-metastore') { } } +project(':iceberg-hive3-metastore') { Review Comment: It might be bett

[PR] feat: Add basic operations for `UpdateSchema` [iceberg-rust]

2025-04-06 Thread via GitHub
jonathanc-n opened a new pull request, #1172: URL: https://github.com/apache/iceberg-rust/pull/1172 ## Which issue does this PR close? - first part of #697 ## What changes are included in this PR? Added basic functionality to UpdateSchema. Wanted to split it

Re: [PR] Alternative implementation for building and testing hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12721: URL: https://github.com/apache/iceberg/pull/12721#discussion_r2030380051 ## hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCatalog.java: ## @@ -445,7 +444,7 @@ public void testCreateTableCustomSortOrder() throws Exception

Re: [PR] Alternative implementation for building and testing hive-metastore with Hive 3 and Hive 4 [iceberg]

2025-04-06 Thread via GitHub
manuzhang commented on code in PR #12721: URL: https://github.com/apache/iceberg/pull/12721#discussion_r2030376137 ## hive-metastore/src/test/java/org/apache/iceberg/hive/TestHiveCommits.java: ## @@ -303,10 +303,10 @@ public void testThriftExceptionConcurrentCommit() throws TEx

Re: [I] Support create table `PRIMARY KEY` column via Spark sql? [iceberg]

2025-04-06 Thread via GitHub
github-actions[bot] commented on issue #5069: URL: https://github.com/apache/iceberg/issues/5069#issuecomment-2781750007 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] hive catalog drop table XX purge not delete hdfs path [iceberg]

2025-04-06 Thread via GitHub
github-actions[bot] commented on issue #9869: URL: https://github.com/apache/iceberg/issues/9869#issuecomment-2781750040 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] Spec: Update partition stats for V3 [iceberg]

2025-04-06 Thread via GitHub
github-actions[bot] commented on PR #12098: URL: https://github.com/apache/iceberg/pull/12098#issuecomment-2781750180 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: [I] Spark sort/zorder rewrite data does not apply the expected SHUFFLE_PARTITIONS for each target group [iceberg]

2025-04-06 Thread via GitHub
github-actions[bot] commented on issue #10716: URL: https://github.com/apache/iceberg/issues/10716#issuecomment-2781750074 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] Support create table `PRIMARY KEY` column via Spark sql? [iceberg]

2025-04-06 Thread via GitHub
github-actions[bot] closed issue #5069: Support create table `PRIMARY KEY` column via Spark sql? URL: https://github.com/apache/iceberg/issues/5069 -- 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 th

Re: [PR] Core, Spark: Refactor FileRewriter interface to separate planning and execution [iceberg]

2025-04-06 Thread via GitHub
github-actions[bot] commented on PR #11513: URL: https://github.com/apache/iceberg/pull/11513#issuecomment-2781750135 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: [I] Spark sort/zorder rewrite data does not apply the expected SHUFFLE_PARTITIONS for each target group [iceberg]

2025-04-06 Thread via GitHub
github-actions[bot] closed issue #10716: Spark sort/zorder rewrite data does not apply the expected SHUFFLE_PARTITIONS for each target group URL: https://github.com/apache/iceberg/issues/10716 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[I] Unmarshal table requirement and update [iceberg-go]

2025-04-06 Thread via GitHub
mimikwang opened a new issue, #381: URL: https://github.com/apache/iceberg-go/issues/381 ### Feature Request / Improvement It would be nice to be able to unmarshal table requirement and update. Happy to submit a PR for this -- This is an automated message from the Apache Git Servic

Re: [PR] Fallback for upsert when arrow cannot compare source rows with target rows [iceberg-python]

2025-04-06 Thread via GitHub
Fokko commented on code in PR #1878: URL: https://github.com/apache/iceberg-python/pull/1878#discussion_r2030233703 ## pyiceberg/table/upsert_util.py: ## @@ -82,14 +82,43 @@ def get_rows_to_update(source_table: pa.Table, target_table: pa.Table, join_cols ], ) -

Re: [PR] Enable HTTP proxy support for the client used by REST Catalog [iceberg]

2025-04-06 Thread via GitHub
akhilputhiry commented on PR #12406: URL: https://github.com/apache/iceberg/pull/12406#issuecomment-2781514674 @sfc-gh-mbaron I am also eagerly waiting for this to be merged @nastra @adutra @danielcweeks @amogh-jahagirdar Could you folks please help to move this forward. Thank

Re: [I] Compaction results in Out Of Memory for >=million records [iceberg]

2025-04-06 Thread via GitHub
kaushikranjan commented on issue #12704: URL: https://github.com/apache/iceberg/issues/12704#issuecomment-2781504606 We are using AWS spot resources. 3 executors - 8g 4 cores. driver - 8g 4 cores. The configuration I believe is on steroids for the size of data we are looking at

[PR] Make CreateTableOpt public to ease creation of custom CatalogIO imple… [iceberg-go]

2025-04-06 Thread via GitHub
arnaudbriche opened a new pull request, #380: URL: https://github.com/apache/iceberg-go/pull/380 …mentations -- 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,

Re: [I] External CatalogIO implementation [iceberg-go]

2025-04-06 Thread via GitHub
arnaudbriche commented on issue #377: URL: https://github.com/apache/iceberg-go/issues/377#issuecomment-2781493965 Here it is: https://github.com/apache/iceberg-go/pull/380 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Enable HTTP proxy support for the client used by REST Catalog [iceberg]

2025-04-06 Thread via GitHub
sfc-gh-mbaron commented on PR #12406: URL: https://github.com/apache/iceberg/pull/12406#issuecomment-2781483956 @akhilputhiry @danielcweeks @adutra any plans to merge this soon? This is blocking some things I'm trying to do and trying to get a sense of timing. -- This is an automated mess

Re: [PR] Add datafusion cli for iceberg [iceberg-rust]

2025-04-06 Thread via GitHub
liurenjie1024 commented on PR #1143: URL: https://github.com/apache/iceberg-rust/pull/1143#issuecomment-2781427563 Seems we have can't merge this since datafusion-cli requires newer version of rustc. We should postpone it after we release 0.5.0. -- This is an automated message from the Ap

Re: [PR] Add datafusion cli for iceberg [iceberg-rust]

2025-04-06 Thread via GitHub
liurenjie1024 commented on code in PR #1143: URL: https://github.com/apache/iceberg-rust/pull/1143#discussion_r2030149688 ## rust-toolchain.toml: ## Review Comment: What's the benefit of this? -- This is an automated message from the Apache Git Service. To respond to th

Re: [PR] Add datafusion cli for iceberg [iceberg-rust]

2025-04-06 Thread via GitHub
liurenjie1024 commented on PR #1143: URL: https://github.com/apache/iceberg-rust/pull/1143#issuecomment-2781418926 > > * Closes [An iceberg cli tool  #1142](https://github.com/apache/iceberg-rust/issues/1142). > > Maybe we could have a tracking issue and create subtasks for feature ide

Re: [PR] Build: Bump io.delta:delta-spark_2.12 from 3.3.0 to 3.3.1 [iceberg]

2025-04-06 Thread via GitHub
dependabot[bot] commented on PR #12729: URL: https://github.com/apache/iceberg/pull/12729#issuecomment-2781413681 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, l

Re: [PR] Build: Bump io.delta:delta-spark_2.12 from 3.3.0 to 3.3.1 [iceberg]

2025-04-06 Thread via GitHub
manuzhang closed pull request #12729: Build: Bump io.delta:delta-spark_2.12 from 3.3.0 to 3.3.1 URL: https://github.com/apache/iceberg/pull/12729 -- 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

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

2025-04-06 Thread via GitHub
dependabot[bot] opened a new pull request, #1171: URL: https://github.com/apache/iceberg-rust/pull/1171 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.31.0 to 1.31.1. Release notes Sourced from https://github.com/crate-ci/typos/releases";>crate-ci/typos's release

[PR] chore(deps): Bump parquet from 54.2.0 to 54.2.1 in the arrow-parquet group [iceberg-rust]

2025-04-06 Thread via GitHub
dependabot[bot] opened a new pull request, #1170: URL: https://github.com/apache/iceberg-rust/pull/1170 Bumps the arrow-parquet group with 1 update: [parquet](https://github.com/apache/arrow-rs). Updates `parquet` from 54.2.0 to 54.2.1 Release notes Sourced from https://gith

Re: [PR] Build: Bump mkdocs-material from 9.6.9 to 9.6.11 [iceberg]

2025-04-06 Thread via GitHub
Fokko merged PR #12728: URL: https://github.com/apache/iceberg/pull/12728 -- 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

[PR] build(deps): bump the gomod_updates group across 1 directory with 8 updates [iceberg-go]

2025-04-06 Thread via GitHub
dependabot[bot] opened a new pull request, #379: URL: https://github.com/apache/iceberg-go/pull/379 Bumps the gomod_updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://githu

Re: [PR] build(deps): bump the gomod_updates group across 1 directory with 6 updates [iceberg-go]

2025-04-06 Thread via GitHub
dependabot[bot] commented on PR #375: URL: https://github.com/apache/iceberg-go/pull/375#issuecomment-2781296034 Looks like these dependencies are updatable in another way, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] build(deps): bump the gomod_updates group across 1 directory with 6 updates [iceberg-go]

2025-04-06 Thread via GitHub
dependabot[bot] closed pull request #375: build(deps): bump the gomod_updates group across 1 directory with 6 updates URL: https://github.com/apache/iceberg-go/pull/375 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] [REST Catalog] Allow Creating AuthSession with JWT Token via Headers Instead of OAuth2 Flow [iceberg]

2025-04-06 Thread via GitHub
osscm opened a new issue, #12735: URL: https://github.com/apache/iceberg/issues/12735 ### Feature Request / Improvement To integrate the REST Catalog into a user session flow, the current approach mandates using OAuth2 to generate a token via one of the following methods: 1. Us

Re: [I] [REST Catalog] Allow Creating AuthSession with JWT Token via Headers Instead of OAuth2 Flow [iceberg]

2025-04-06 Thread via GitHub
osscm commented on issue #12735: URL: https://github.com/apache/iceberg/issues/12735#issuecomment-2781288084 cc @flyrain -- 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