Re: [I] Convert datafusion table scan filter into iceberg table scan' filter. [iceberg-rust]

2024-08-25 Thread via GitHub
FANNG1 commented on issue #585: URL: https://github.com/apache/iceberg-rust/issues/585#issuecomment-2309411296 @liurenjie1024 have you worked on this? if not, I'd like to take it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] AWS: Include http-auth-aws-crt module into iceberg-aws-bundle [iceberg]

2024-08-25 Thread via GitHub
aajisaka commented on PR #10972: URL: https://github.com/apache/iceberg/pull/10972#issuecomment-2309302503 Thank you @singhpk234 @nastra and @amogh-jahagirdar ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] support batch reading for int/long-backed decimal type [iceberg]

2024-08-25 Thread via GitHub
yabola closed pull request #7020: support batch reading for int/long-backed decimal type URL: https://github.com/apache/iceberg/pull/7020 -- 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: [PR] Spark 3.4: Fix system function pushdown in CoW row-level commands [iceberg]

2024-08-25 Thread via GitHub
lurnagao-dahua commented on PR #10119: URL: https://github.com/apache/iceberg/pull/10119#issuecomment-2309175541 Hi,Is there a plan to port to Spark 3.3? -- 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

Re: [I] Support row filter & column masking in REST spec [iceberg]

2024-08-25 Thread via GitHub
hereisharish commented on issue #10909: URL: https://github.com/apache/iceberg/issues/10909#issuecomment-2309155226 @amitgilad3, it would be nice to have dynamic column masking, similar to whats offered in Trino, Hive, Spark. This would allow any UDF or function to be applied based on the u

Re: [PR] feat: SQL Catalog - namespaces [iceberg-rust]

2024-08-25 Thread via GitHub
liurenjie1024 commented on code in PR #534: URL: https://github.com/apache/iceberg-rust/pull/534#discussion_r1730525891 ## crates/catalog/sql/src/catalog.rs: ## @@ -167,43 +177,312 @@ impl SqlCatalog { .await .map_err(from_sqlx_error) } + +///

Re: [PR] feat: SQL Catalog - namespaces [iceberg-rust]

2024-08-25 Thread via GitHub
liurenjie1024 commented on code in PR #534: URL: https://github.com/apache/iceberg-rust/pull/534#discussion_r1730514726 ## crates/catalog/sql/src/catalog.rs: ## @@ -141,21 +142,30 @@ impl SqlCatalog { } /// SQLX Any does not implement PostgresSQL bindings, so we have

Re: [I] Support metadata compaction [iceberg-python]

2024-08-25 Thread via GitHub
github-actions[bot] commented on issue #270: URL: https://github.com/apache/iceberg-python/issues/270#issuecomment-2309065680 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:Collect filesizeinbytes to the manifest [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5712: Core:Collect filesizeinbytes to the manifest URL: https://github.com/apache/iceberg/pull/5712 -- 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] Support non-optional union types and column projection in complex union for Avro [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5704: URL: https://github.com/apache/iceberg/pull/5704#issuecomment-2309064655 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 y

Re: [PR] Iceberg Beam Sink [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5668: URL: https://github.com/apache/iceberg/pull/5668#issuecomment-2309064592 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 y

Re: [PR] Issue #5625 - Added testcase to test Structured Streaming writes with… [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5660: Issue #5625 - Added testcase to test Structured Streaming writes with… URL: https://github.com/apache/iceberg/pull/5660 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Issue #5625 - Added testcase to test Structured Streaming writes with… [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5660: URL: https://github.com/apache/iceberg/pull/5660#issuecomment-2309064569 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 y

Re: [PR] Flink: Delete the data when UPDATE_BEFORE [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5619: Flink: Delete the data when UPDATE_BEFORE URL: https://github.com/apache/iceberg/pull/5619 -- 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: [PR] [Flink] Avoid submitting too many empty snapshots [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5561: [Flink] Avoid submitting too many empty snapshots URL: https://github.com/apache/iceberg/pull/5561 -- 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

Re: [PR] Spark - Add Missing Override for fileFormat function in JMH WriterBenchmark Suite [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5550: Spark - Add Missing Override for fileFormat function in JMH WriterBenchmark Suite URL: https://github.com/apache/iceberg/pull/5550 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Core:Collect filesizeinbytes to the manifest [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5712: URL: https://github.com/apache/iceberg/pull/5712#issuecomment-2309064687 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 y

Re: [PR] Support non-optional union types and column projection in complex union for Avro [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5704: Support non-optional union types and column projection in complex union for Avro URL: https://github.com/apache/iceberg/pull/5704 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [AWS]AWS KMS client [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5549: URL: https://github.com/apache/iceberg/pull/5549#issuecomment-2309064382 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 y

Re: [PR] [AWS]AWS KMS client [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5549: [AWS]AWS KMS client URL: https://github.com/apache/iceberg/pull/5549 -- 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 unsubscri

Re: [PR] Core: Fix rewrite targetSize [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5685: URL: https://github.com/apache/iceberg/pull/5685#issuecomment-2309064620 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 y

Re: [PR] Spark: Check for hive support when using SparkSessionCatalog [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5693: URL: https://github.com/apache/iceberg/pull/5693#issuecomment-2309064638 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 y

Re: [PR] Spark: Check for hive support when using SparkSessionCatalog [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5693: Spark: Check for hive support when using SparkSessionCatalog URL: https://github.com/apache/iceberg/pull/5693 -- 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

Re: [PR] API - Do not validate input length to String Truncate Transform on every call [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5496: URL: https://github.com/apache/iceberg/pull/5496#issuecomment-2309064316 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 y

Re: [PR] Parquet: Set parquet bloom filter config with compatible column name [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5435: URL: https://github.com/apache/iceberg/pull/5435#issuecomment-2309064279 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 y

Re: [PR] Core: Fix rewrite targetSize [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5685: Core: Fix rewrite targetSize URL: https://github.com/apache/iceberg/pull/5685 -- 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

Re: [PR] Iceberg Beam Sink [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5668: Iceberg Beam Sink URL: https://github.com/apache/iceberg/pull/5668 -- 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: [PR] Chores: using bulk delete if it's possible [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5375: Chores: using bulk delete if it's possible URL: https://github.com/apache/iceberg/pull/5375 -- 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 specifi

Re: [PR] Spark: Spark SQL read from Snapshot ref [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5294: URL: https://github.com/apache/iceberg/pull/5294#issuecomment-2309064140 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 y

Re: [PR] Bind overwrite filters [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5638: URL: https://github.com/apache/iceberg/pull/5638#issuecomment-2309064535 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 y

Re: [PR] Bind overwrite filters [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5638: Bind overwrite filters URL: https://github.com/apache/iceberg/pull/5638 -- 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] Docs: Add doc of the upsert option [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5334: URL: https://github.com/apache/iceberg/pull/5334#issuecomment-2309064193 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 y

Re: [PR] Substitute the method of PropertyUtil#propertyAsLong for IcebergSource#propertyAsLong [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5346: URL: https://github.com/apache/iceberg/pull/5346#issuecomment-2309064207 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 y

Re: [PR] Build: Do not specify scala-library version explicitly in Spark 3.2 and 3.3 build scripts [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5319: URL: https://github.com/apache/iceberg/pull/5319#issuecomment-2309064174 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 y

Re: [PR] Core : Catalog Tables Migration API [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5297: Core : Catalog Tables Migration API URL: https://github.com/apache/iceberg/pull/5297 -- 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 comme

Re: [PR] Spark: Spark SQL read from Snapshot ref [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5294: Spark: Spark SQL read from Snapshot ref URL: https://github.com/apache/iceberg/pull/5294 -- 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] Flink: Delete the data when UPDATE_BEFORE [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5619: URL: https://github.com/apache/iceberg/pull/5619#issuecomment-2309064504 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 y

Re: [PR] Flink: add sql partition functions [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5120: Flink: add sql partition functions URL: https://github.com/apache/iceberg/pull/5120 -- 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 commen

Re: [PR] Spark: Write on a snapshot branch ref [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5585: Spark: Write on a snapshot branch ref URL: https://github.com/apache/iceberg/pull/5585 -- 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 com

Re: [PR] Spark: Write on a snapshot branch ref [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5585: URL: https://github.com/apache/iceberg/pull/5585#issuecomment-2309064459 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 y

Re: [PR] Doc:Add parquet,orc,avro delete codec and level [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5158: Doc:Add parquet,orc,avro delete codec and level URL: https://github.com/apache/iceberg/pull/5158 -- 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] Spark - Add Missing Override for fileFormat function in JMH WriterBenchmark Suite [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5550: URL: https://github.com/apache/iceberg/pull/5550#issuecomment-2309064410 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 y

Re: [PR] Data: delete compaction optimization by bloom filter [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5100: Data: delete compaction optimization by bloom filter URL: https://github.com/apache/iceberg/pull/5100 -- 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] [Core]Add EncryptionManagerFactory to configure encryption via catalog properties and table metadata. [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5539: [Core]Add EncryptionManagerFactory to configure encryption via catalog properties and table metadata. URL: https://github.com/apache/iceberg/pull/5539 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Data: delete compaction optimization by bloom filter [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5100: URL: https://github.com/apache/iceberg/pull/5100#issuecomment-2309064064 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 y

Re: [PR] [Core]Add EncryptionManagerFactory to configure encryption via catalog properties and table metadata. [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5539: URL: https://github.com/apache/iceberg/pull/5539#issuecomment-2309064371 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 y

Re: [PR] Incremental pull ignore overwrite commit if table property is set [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5533: Incremental pull ignore overwrite commit if table property is set URL: https://github.com/apache/iceberg/pull/5533 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [PR] Docs: use 'SET sql-client.execution.result-mode = tableau' instead of 'SET … [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5012: Docs: use 'SET sql-client.execution.result-mode = tableau' instead of 'SET … URL: https://github.com/apache/iceberg/pull/5012 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] API: Add Generate Symlink Manifest API [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5516: URL: https://github.com/apache/iceberg/pull/5516#issuecomment-2309064339 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 y

Re: [PR] Incremental pull ignore overwrite commit if table property is set [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5533: URL: https://github.com/apache/iceberg/pull/5533#issuecomment-2309064353 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 y

Re: [PR] API - Do not validate input length to String Truncate Transform on every call [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5496: API - Do not validate input length to String Truncate Transform on every call URL: https://github.com/apache/iceberg/pull/5496 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] API: Add Generate Symlink Manifest API [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5516: API: Add Generate Symlink Manifest API URL: https://github.com/apache/iceberg/pull/5516 -- 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 co

Re: [PR] Dell: Package dell module into runtime JARs. [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5060: Dell: Package dell module into runtime JARs. URL: https://github.com/apache/iceberg/pull/5060 -- 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] AWS: support configure region [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5046: AWS: support configure region URL: https://github.com/apache/iceberg/pull/5046 -- 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

Re: [PR] Flink: Refactoring StreamingReaderOperator to read data nonblocking [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5493: URL: https://github.com/apache/iceberg/pull/5493#issuecomment-2309064301 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 y

Re: [PR] Flink: Refactoring StreamingReaderOperator to read data nonblocking [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5493: Flink: Refactoring StreamingReaderOperator to read data nonblocking URL: https://github.com/apache/iceberg/pull/5493 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] Parquet: Set parquet bloom filter config with compatible column name [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5435: Parquet: Set parquet bloom filter config with compatible column name URL: https://github.com/apache/iceberg/pull/5435 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Reduce the number of equity-deletes using bloom filter [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5026: URL: https://github.com/apache/iceberg/pull/5026#issuecomment-2309063976 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 y

Re: [PR] API, Spark: Generate symlink manifest action [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5398: API, Spark: Generate symlink manifest action URL: https://github.com/apache/iceberg/pull/5398 -- 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] Flink: FlinkSQL supports partition transform by computed columns [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5001: Flink: FlinkSQL supports partition transform by computed columns URL: https://github.com/apache/iceberg/pull/5001 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [CORE] - Fix snapshot summary generating partition summary metrics for unpartitioned tables [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5009: URL: https://github.com/apache/iceberg/pull/5009#issuecomment-2309063950 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 y

Re: [PR] API, Spark: Generate symlink manifest action [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5398: URL: https://github.com/apache/iceberg/pull/5398#issuecomment-2309064267 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 y

Re: [PR] Chores: using bulk delete if it's possible [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5375: URL: https://github.com/apache/iceberg/pull/5375#issuecomment-2309064248 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 y

Re: [PR] Flink: FlinkSQL supports partition transform by computed columns [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5001: URL: https://github.com/apache/iceberg/pull/5001#issuecomment-2309063938 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 y

Re: [PR] Build: Do not let Iceberg build fail with `-DscalaVersion=2.13` [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5361: Build: Do not let Iceberg build fail with `-DscalaVersion=2.13` URL: https://github.com/apache/iceberg/pull/5361 -- 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] API: Support computed comlumns [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #4994: URL: https://github.com/apache/iceberg/pull/4994#issuecomment-2309063915 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 y

Re: [PR] Substitute the method of PropertyUtil#propertyAsLong for IcebergSource#propertyAsLong [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5346: Substitute the method of PropertyUtil#propertyAsLong for IcebergSource#propertyAsLong URL: https://github.com/apache/iceberg/pull/5346 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Build: Do not let Iceberg build fail with `-DscalaVersion=2.13` [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5361: URL: https://github.com/apache/iceberg/pull/5361#issuecomment-2309064233 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 y

Re: [PR] Format: Clarify valid position delete file path [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #4988: URL: https://github.com/apache/iceberg/pull/4988#issuecomment-2309063898 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 y

Re: [I] Can we specify the zorder field when creating a table? [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed issue #4927: Can we specify the zorder field when creating a table? URL: https://github.com/apache/iceberg/issues/4927 -- 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

Re: [PR] Docs: Add doc of the upsert option [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5334: Docs: Add doc of the upsert option URL: https://github.com/apache/iceberg/pull/5334 -- 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 commen

Re: [PR] Build: Do not specify scala-library version explicitly in Spark 3.2 and 3.3 build scripts [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5319: Build: Do not specify scala-library version explicitly in Spark 3.2 and 3.3 build scripts URL: https://github.com/apache/iceberg/pull/5319 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] Core : Catalog Tables Migration API [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5297: URL: https://github.com/apache/iceberg/pull/5297#issuecomment-2309064162 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 y

Re: [PR] Spark: Spark SQL Extensions for SnapshotRef DDL [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5209: URL: https://github.com/apache/iceberg/pull/5209#issuecomment-2309064115 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 y

Re: [PR] Spark: Spark SQL Extensions for SnapshotRef DDL [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5209: Spark: Spark SQL Extensions for SnapshotRef DDL URL: https://github.com/apache/iceberg/pull/5209 -- 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] Doc:Add parquet,orc,avro delete codec and level [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5158: URL: https://github.com/apache/iceberg/pull/5158#issuecomment-2309064100 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 y

Re: [PR] Flink: add sql partition functions [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5120: URL: https://github.com/apache/iceberg/pull/5120#issuecomment-2309064080 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 y

Re: [PR] support update/delete/merge into on hadoopTables using Spark [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5083: support update/delete/merge into on hadoopTables using Spark URL: https://github.com/apache/iceberg/pull/5083 -- 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

Re: [PR] Flink: upsert table join failed [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5061: Flink: upsert table join failed URL: https://github.com/apache/iceberg/pull/5061 -- 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.

Re: [PR] Flink: upsert table join failed [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5061: URL: https://github.com/apache/iceberg/pull/5061#issuecomment-2309064030 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 y

Re: [PR] Dell: Package dell module into runtime JARs. [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5060: URL: https://github.com/apache/iceberg/pull/5060#issuecomment-2309064009 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 y

Re: [PR] AWS: support configure region [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5046: URL: https://github.com/apache/iceberg/pull/5046#issuecomment-2309063992 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 y

Re: [PR] Reduce the number of equity-deletes using bloom filter [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5026: Reduce the number of equity-deletes using bloom filter URL: https://github.com/apache/iceberg/pull/5026 -- 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] Docs: use 'SET sql-client.execution.result-mode = tableau' instead of 'SET … [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on PR #5012: URL: https://github.com/apache/iceberg/pull/5012#issuecomment-2309063966 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 y

Re: [PR] [CORE] - Fix snapshot summary generating partition summary metrics for unpartitioned tables [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #5009: [CORE] - Fix snapshot summary generating partition summary metrics for unpartitioned tables URL: https://github.com/apache/iceberg/pull/5009 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] API: Support computed comlumns [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #4994: API: Support computed comlumns URL: https://github.com/apache/iceberg/pull/4994 -- 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] Format: Clarify valid position delete file path [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] closed pull request #4988: Format: Clarify valid position delete file path URL: https://github.com/apache/iceberg/pull/4988 -- 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: [I] Can we specify the zorder field when creating a table? [iceberg]

2024-08-25 Thread via GitHub
github-actions[bot] commented on issue #4927: URL: https://github.com/apache/iceberg/issues/4927#issuecomment-2309063872 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: [PR] API: implement types timestamp_ns and timestamptz_ns [iceberg]

2024-08-25 Thread via GitHub
rdblue commented on code in PR #9008: URL: https://github.com/apache/iceberg/pull/9008#discussion_r1730449310 ## format/spec.md: ## @@ -1050,8 +1050,8 @@ The 32-bit hash implementation is 32-bit Murmur3 hash, x86 variant, seeded with | **`time`** | `hashLong(microsecsF

Re: [PR] Introduces the new IcebergSink based on the new V2 Flink Sink Abstraction [iceberg]

2024-08-25 Thread via GitHub
stevenzwu commented on code in PR #10179: URL: https://github.com/apache/iceberg/pull/10179#discussion_r1730445602 ## flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergSink.java: ## @@ -0,0 +1,747 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] API: implement types timestamp_ns and timestamptz_ns [iceberg]

2024-08-25 Thread via GitHub
rdblue commented on code in PR #9008: URL: https://github.com/apache/iceberg/pull/9008#discussion_r1730443996 ## api/src/main/java/org/apache/iceberg/transforms/Timestamps.java: ## @@ -31,54 +33,159 @@ import org.apache.iceberg.util.DateTimeUtil; import org.apache.iceberg.util

Re: [PR] API: implement types timestamp_ns and timestamptz_ns [iceberg]

2024-08-25 Thread via GitHub
rdblue commented on code in PR #9008: URL: https://github.com/apache/iceberg/pull/9008#discussion_r1730429461 ## api/src/main/java/org/apache/iceberg/transforms/Timestamps.java: ## @@ -31,54 +33,159 @@ import org.apache.iceberg.util.DateTimeUtil; import org.apache.iceberg.util

Re: [PR] Core/RewriteFiles: Fixed dropping delete files that are still required [iceberg]

2024-08-25 Thread via GitHub
findepi commented on PR #10962: URL: https://github.com/apache/iceberg/pull/10962#issuecomment-2308940613 @jasonf20 the CI looks red. Please try rebasing the PR and make sure it's green. I am not aware of any pre-existing flakiness that could cause this. -- This is an automated message fr

Re: [I] ci security audit failed for sqlx [iceberg-rust]

2024-08-25 Thread via GitHub
Xuanwo closed issue #579: ci security audit failed for sqlx URL: https://github.com/apache/iceberg-rust/issues/579 -- 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

Re: [PR] fix: Update sqlx from 0.8.0 to 0.8.1 [iceberg-rust]

2024-08-25 Thread via GitHub
Xuanwo merged PR #584: URL: https://github.com/apache/iceberg-rust/pull/584 -- 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: [I] Support row filter & column masking in REST spec [iceberg]

2024-08-25 Thread via GitHub
amitgilad3 commented on issue #10909: URL: https://github.com/apache/iceberg/issues/10909#issuecomment-2308826430 No problem, always happy to have more people help, this is the initial proposal, please take a look and comment [proposal ](https://docs.google.com/document/d/1NHr32sMwr8TH_dUJj

Re: [I] Support row filter & column masking in REST spec [iceberg]

2024-08-25 Thread via GitHub
hereisharish commented on issue #10909: URL: https://github.com/apache/iceberg/issues/10909#issuecomment-2308821202 Hi @shohamyamin, @amitgilad3 we have been looking for a similar feature to enforce consistent data access policies for row filters and column masks across query engines, I'd l

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

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

[PR] chore(deps): Update typed-builder requirement from 0.19 to 0.20 [iceberg-rust]

2024-08-25 Thread via GitHub
dependabot[bot] opened a new pull request, #582: URL: https://github.com/apache/iceberg-rust/pull/582 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: #

Re: [PR] Build: Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1 [iceberg]

2024-08-25 Thread via GitHub
Fokko merged PR #11005: URL: https://github.com/apache/iceberg/pull/11005 -- 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

  1   2   >