Re: [I] Tracking issues of iceberg rust v0.3.0 Release [iceberg-rust]

2024-08-20 Thread via GitHub
sdd commented on issue #543: URL: https://github.com/apache/iceberg-rust/issues/543#issuecomment-2301263639 🙌🏼 -- 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

[I] Data files which are still useful are mistakenly cleaned up when trying to expire a specified snapshot [iceberg]

2024-08-20 Thread via GitHub
hantangwangd opened a new issue, #10982: URL: https://github.com/apache/iceberg/issues/10982 ### Apache Iceberg version 1.6.0 (latest release) ### Query engine None ### Please describe the bug 🐞 When using the policy of `IncrementalFileCleanup` to expire a s

Re: [I] Support writes to Bucket Partitioned Tables [iceberg-python]

2024-08-20 Thread via GitHub
Xuanwo commented on issue #1074: URL: https://github.com/apache/iceberg-python/issues/1074#issuecomment-2301214591 I'm willing to help with the release about pyiceberg_core. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] Expose Bucket Transform to Python Binding [iceberg-rust]

2024-08-20 Thread via GitHub
Xuanwo commented on code in PR #556: URL: https://github.com/apache/iceberg-rust/pull/556#discussion_r1724448667 ## bindings/python/src/transform.rs: ## @@ -0,0 +1,75 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. S

Re: [PR] Flink: backport PR #10777 from 1.19 to 1.18 for sink test refactoring. [iceberg]

2024-08-20 Thread via GitHub
pvary commented on code in PR #10965: URL: https://github.com/apache/iceberg/pull/10965#discussion_r1724446110 ## flink/v1.18/flink/src/main/java/org/apache/iceberg/flink/FlinkCatalogFactory.java: ## @@ -70,6 +70,7 @@ public class FlinkCatalogFactory implements CatalogFactory {

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

2024-08-20 Thread via GitHub
szehon-ho commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1724439431 ## format/spec.md: ## @@ -323,16 +327,17 @@ Partition field IDs must be reused if an existing partition spec contains an equ Partition Transforms -| Tran

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

2024-08-20 Thread via GitHub
szehon-ho commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1724437103 ## format/spec.md: ## @@ -444,28 +456,28 @@ The schema of a manifest file is a struct called `manifest_entry` with the follo `data_file` is a struct with the fo

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

2024-08-20 Thread via GitHub
wgtmac commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1724434645 ## format/spec.md: ## @@ -198,6 +199,9 @@ Notes: - Timestamp values _with time zone_ represent a point in time: values are stored as UTC and do not retain a sour

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

2024-08-20 Thread via GitHub
wgtmac commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1724433920 ## format/spec.md: ## @@ -190,6 +190,7 @@ Supported primitive types are defined in the table below. Primitive types added | | **`uuid`** | U

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

2024-08-20 Thread via GitHub
wgtmac commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1724431803 ## format/spec.md: ## @@ -444,28 +456,28 @@ The schema of a manifest file is a struct called `manifest_entry` with the follo `data_file` is a struct with the follo

Re: [PR] website: Update links for 0.3.0 [iceberg-rust]

2024-08-20 Thread via GitHub
liurenjie1024 merged PR #573: URL: https://github.com/apache/iceberg-rust/pull/573 -- 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] Data: Add a util to read write partition stats [iceberg]

2024-08-20 Thread via GitHub
ajantha-bhat commented on PR #10176: URL: https://github.com/apache/iceberg/pull/10176#issuecomment-2301167087 Thanks @RussellSpitzer for the review. I have updated the comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Data: Add a util to read write partition stats [iceberg]

2024-08-20 Thread via GitHub
ajantha-bhat commented on code in PR #10176: URL: https://github.com/apache/iceberg/pull/10176#discussion_r1724417472 ## data/src/jmh/java/org/apache/iceberg/PartitionStatsGeneratorBenchmark.java: ## @@ -0,0 +1,131 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

Re: [PR] Data: Add a util to read write partition stats [iceberg]

2024-08-20 Thread via GitHub
ajantha-bhat commented on code in PR #10176: URL: https://github.com/apache/iceberg/pull/10176#discussion_r1724415060 ## data/src/main/java/org/apache/iceberg/data/PartitionStatsGenerator.java: ## @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

Re: [I] Tracking issues of iceberg rust v0.3.0 Release [iceberg-rust]

2024-08-20 Thread via GitHub
Xuanwo closed issue #543: Tracking issues of iceberg rust v0.3.0 Release URL: https://github.com/apache/iceberg-rust/issues/543 -- 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.

[PR] website: Update links for 0.3.0 [iceberg-rust]

2024-08-20 Thread via GitHub
Xuanwo opened a new pull request, #573: URL: https://github.com/apache/iceberg-rust/pull/573 (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 unsubscribe, e-

Re: [PR] Bump griffe from 1.1.0 to 1.1.1 [iceberg-python]

2024-08-20 Thread via GitHub
Fokko merged PR #1081: URL: https://github.com/apache/iceberg-python/pull/1081 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceber

Re: [PR] Bump mkdocs-autorefs from 1.0.1 to 1.1.0 [iceberg-python]

2024-08-20 Thread via GitHub
Fokko merged PR #1082: URL: https://github.com/apache/iceberg-python/pull/1082 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceber

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

2024-08-20 Thread via GitHub
wgtmac commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1724281964 ## format/spec.md: ## @@ -198,6 +199,9 @@ Notes: - Timestamp values _with time zone_ represent a point in time: values are stored as UTC and do not retain a sour

Re: [PR] add aliyun bundle jar [iceberg]

2024-08-20 Thread via GitHub
justinmclean commented on PR #10971: URL: https://github.com/apache/iceberg/pull/10971#issuecomment-2300012553 See https://infra.apache.org/licensing-howto.html. Anything that ends up in the jar (which is probably not all dependencies) would need to be mentioned in LICENSE and possibly NOTI

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

2024-08-20 Thread via GitHub
Kontinuation commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1724130005 ## format/spec.md: ## @@ -373,6 +378,13 @@ Notes: 3. Strings are truncated to a valid UTF-8 string with no more than `L` code points. 4. In contrast to string

Re: [I] about table properties [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3410: URL: https://github.com/apache/iceberg/issues/3410#issuecomment-2299973824 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] Outdated object-store-file-layout documentation [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3401: Outdated object-store-file-layout documentation URL: https://github.com/apache/iceberg/issues/3401 -- 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: [I] After merging small files, the number of files is still large [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3409: After merging small files, the number of files is still large URL: https://github.com/apache/iceberg/issues/3409 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] about table properties [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3410: about table properties URL: https://github.com/apache/iceberg/issues/3410 -- 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] commit snap of merge small files and normal java job has complict [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3417: commit snap of merge small files and normal java job has complict URL: https://github.com/apache/iceberg/issues/3417 -- 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] Should do the best efforts to release hive table lock [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3336: Should do the best efforts to release hive table lock URL: https://github.com/apache/iceberg/issues/3336 -- 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 s

Re: [I] The incremental consumption should keep the order of data [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3371: The incremental consumption should keep the order of data URL: https://github.com/apache/iceberg/issues/3371 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

Re: [I] While I tring to select table1 join table2,if fields of table2 was choosed, error like "java.lang.ArrayIndexOutOfBoundsException: 6" occurred [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3395: While I tring to select table1 join table2,if fields of table2 was choosed, error like "java.lang.ArrayIndexOutOfBoundsException: 6" occurred URL: https://github.com/apache/iceberg/issues/3395 -- This is an automated message from the Apache Git Servi

Re: [I] Hive: Bug when runing SQL with multiple table join [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3393: URL: https://github.com/apache/iceberg/issues/3393#issuecomment-2299973724 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] In upsert mode & PARTITIONED, insert TIMESTAMP value throws java.lang.ArrayIndexOutOfBoundsException [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3356: URL: https://github.com/apache/iceberg/issues/3356#issuecomment-2299973653 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] The tools that hadoopCatalog and hiveCatalog convert to each other [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3362: URL: https://github.com/apache/iceberg/issues/3362#issuecomment-2299973692 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] The incremental consumption should keep the order of data [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3371: URL: https://github.com/apache/iceberg/issues/3371#issuecomment-2299973712 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] how to peroform record level delete for parquet in java [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3342: how to peroform record level delete for parquet in java URL: https://github.com/apache/iceberg/issues/3342 -- 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: [I] How to fall back the current schema version to the previous one? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3306: How to fall back the current schema version to the previous one? URL: https://github.com/apache/iceberg/issues/3306 -- 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] Include provided catalog impl as known types [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3289: URL: https://github.com/apache/iceberg/issues/3289#issuecomment-2299973527 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] How to disable snapshot at table level? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3290: How to disable snapshot at table level? URL: https://github.com/apache/iceberg/issues/3290 -- 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: [I] JdbcCatalog should work with any SQL dialect and advanced jdbc-wrappers like Jooq [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3291: JdbcCatalog should work with any SQL dialect and advanced jdbc-wrappers like Jooq URL: https://github.com/apache/iceberg/issues/3291 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] When trying to use Flink SQL to operate on Iceberg tables in parallel, tell me that Metadata.json is in a different location from the current metadata. [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3280: URL: https://github.com/apache/iceberg/issues/3280#issuecomment-2299973491 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] Is alter table supported or not in iceberg-hive? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3247: URL: https://github.com/apache/iceberg/issues/3247#issuecomment-2299973405 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] Pluggable Procedures [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3254: URL: https://github.com/apache/iceberg/issues/3254#issuecomment-2299973430 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] Is alter table supported or not in iceberg-hive? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3247: Is alter table supported or not in iceberg-hive? URL: https://github.com/apache/iceberg/issues/3247 -- 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 specif

Re: [I] Pluggable Procedures [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3254: Pluggable Procedures URL: https://github.com/apache/iceberg/issues/3254 -- 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] Update Nessie to 1.0.0 [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3243: Update Nessie to 1.0.0 URL: https://github.com/apache/iceberg/issues/3243 -- 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] Issue on Hive 3 vectorization with complex type [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3241: Issue on Hive 3 vectorization with complex type URL: https://github.com/apache/iceberg/issues/3241 -- 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: [I] Extend DeleteOrphanFiles use cases [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3212: URL: https://github.com/apache/iceberg/issues/3212#issuecomment-2299973347 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] Extend DeleteOrphanFiles use cases [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3212: Extend DeleteOrphanFiles use cases URL: https://github.com/apache/iceberg/issues/3212 -- 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: [I] No metrics from S3FileIO [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3205: URL: https://github.com/apache/iceberg/issues/3205#issuecomment-2299973307 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] Support ZSTD compression codec for Avro files [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3206: URL: https://github.com/apache/iceberg/issues/3206#issuecomment-2299973324 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] Write fails with class cast exception. [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3202: Write fails with class cast exception. URL: https://github.com/apache/iceberg/issues/3202 -- 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: [I] Write fails with class cast exception. [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3202: URL: https://github.com/apache/iceberg/issues/3202#issuecomment-2299973289 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] No metrics from S3FileIO [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3205: No metrics from S3FileIO URL: https://github.com/apache/iceberg/issues/3205 -- 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: [I] In CDC to Iceberg, why data files is still growing rapidly when finished Expire Snapshots & Compact data files [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3447: URL: https://github.com/apache/iceberg/issues/3447#issuecomment-2299973859 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] Does anyone know the maven dependency of flink1.12+iceberg0.12.0? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3166: URL: https://github.com/apache/iceberg/issues/3166#issuecomment-2299973235 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] ORC: support metadata column structs with vectorization [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3192: URL: https://github.com/apache/iceberg/issues/3192#issuecomment-2299973255 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] ORC: support metadata column structs with vectorization [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3192: ORC: support metadata column structs with vectorization URL: https://github.com/apache/iceberg/issues/3192 -- 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: [I] Flink reads iceberg in real time and reports errors [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3156: Flink reads iceberg in real time and reports errors URL: https://github.com/apache/iceberg/issues/3156 -- 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 spe

Re: [I] In CDC to Iceberg, why data files is still growing rapidly when finished Expire Snapshots & Compact data files [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3447: In CDC to Iceberg, why data files is still growing rapidly when finished Expire Snapshots & Compact data files URL: https://github.com/apache/iceberg/issues/3447 -- This is an automated message from the Apache Git Service. To respond to the message, ple

Re: [I] the document error of sort order evolution [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3150: URL: https://github.com/apache/iceberg/issues/3150#issuecomment-2299973195 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] Flink reads iceberg in real time and reports errors [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3156: URL: https://github.com/apache/iceberg/issues/3156#issuecomment-2299973214 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] flink +iceberg +s3 Data is written in real time [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3129: URL: https://github.com/apache/iceberg/issues/3129#issuecomment-2299973126 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] how create iceberg hive catalog kerberos [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3128: how create iceberg hive catalog kerberos URL: https://github.com/apache/iceberg/issues/3128 -- 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: [I] how create iceberg hive catalog kerberos [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3128: URL: https://github.com/apache/iceberg/issues/3128#issuecomment-2299973103 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] Doc: missing Spark doc for some system tables [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3465: URL: https://github.com/apache/iceberg/issues/3465#issuecomment-2299973873 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] iceberg HiveCatalog insert exception of GSS initiate failed [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3127: URL: https://github.com/apache/iceberg/issues/3127#issuecomment-2299973080 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] commit snap of merge small files and normal java job has complict [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3417: URL: https://github.com/apache/iceberg/issues/3417#issuecomment-2299973844 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] Doc: missing Spark doc for some system tables [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3465: Doc: missing Spark doc for some system tables URL: https://github.com/apache/iceberg/issues/3465 -- 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] iceberg HiveCatalog insert exception of GSS initiate failed [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3127: iceberg HiveCatalog insert exception of GSS initiate failed URL: https://github.com/apache/iceberg/issues/3127 -- 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: [I] Outdated object-store-file-layout documentation [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3401: URL: https://github.com/apache/iceberg/issues/3401#issuecomment-2299973784 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] How to get Data file from a query [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3396: URL: https://github.com/apache/iceberg/issues/3396#issuecomment-2299973773 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] After merging small files, the number of files is still large [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3409: URL: https://github.com/apache/iceberg/issues/3409#issuecomment-2299973805 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] While I tring to select table1 join table2,if fields of table2 was choosed, error like "java.lang.ArrayIndexOutOfBoundsException: 6" occurred [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3395: URL: https://github.com/apache/iceberg/issues/3395#issuecomment-2299973756 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] How to get Data file from a query [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3396: How to get Data file from a query URL: https://github.com/apache/iceberg/issues/3396 -- 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: [I] After deleting some parquet in one partition, then read iceberg will throw out error [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3394: URL: https://github.com/apache/iceberg/issues/3394#issuecomment-2299973743 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] After deleting some parquet in one partition, then read iceberg will throw out error [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3394: After deleting some parquet in one partition, then read iceberg will throw out error URL: https://github.com/apache/iceberg/issues/3394 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] Hive: Bug when runing SQL with multiple table join [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3393: Hive: Bug when runing SQL with multiple table join URL: https://github.com/apache/iceberg/issues/3393 -- 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 spec

Re: [I] The tools that hadoopCatalog and hiveCatalog convert to each other [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3362: The tools that hadoopCatalog and hiveCatalog convert to each other URL: https://github.com/apache/iceberg/issues/3362 -- 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 t

Re: [I] Support manually make snapshot base on existing snapshot [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3361: Support manually make snapshot base on existing snapshot URL: https://github.com/apache/iceberg/issues/3361 -- 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: [I] how to peroform record level delete for parquet in java [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3342: URL: https://github.com/apache/iceberg/issues/3342#issuecomment-2299973639 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] In upsert mode & PARTITIONED, insert TIMESTAMP value throws java.lang.ArrayIndexOutOfBoundsException [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3356: In upsert mode & PARTITIONED, insert TIMESTAMP value throws java.lang.ArrayIndexOutOfBoundsException URL: https://github.com/apache/iceberg/issues/3356 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] How to fall back the current schema version to the previous one? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3306: URL: https://github.com/apache/iceberg/issues/3306#issuecomment-2299973592 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] Can spark operates iceberg table created by hive? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3295: Can spark operates iceberg table created by hive? URL: https://github.com/apache/iceberg/issues/3295 -- 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: [I] JdbcCatalog should work with any SQL dialect and advanced jdbc-wrappers like Jooq [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3291: URL: https://github.com/apache/iceberg/issues/3291#issuecomment-2299973555 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] Can spark operates iceberg table created by hive? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3295: URL: https://github.com/apache/iceberg/issues/3295#issuecomment-2299973572 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] How to disable snapshot at table level? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3290: URL: https://github.com/apache/iceberg/issues/3290#issuecomment-2299973542 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] Glue catalog namespace cannot set description [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3286: Glue catalog namespace cannot set description URL: https://github.com/apache/iceberg/issues/3286 -- 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] Include provided catalog impl as known types [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3289: Include provided catalog impl as known types URL: https://github.com/apache/iceberg/issues/3289 -- 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: [I] Glue catalog namespace cannot set description [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3286: URL: https://github.com/apache/iceberg/issues/3286#issuecomment-2299973511 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] How can Iceberg support automatic compression and automatic merging of small files from Flink SQL? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3266: URL: https://github.com/apache/iceberg/issues/3266#issuecomment-2299973463 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] When trying to use Flink SQL to operate on Iceberg tables in parallel, tell me that Metadata.json is in a different location from the current metadata. [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3280: When trying to use Flink SQL to operate on Iceberg tables in parallel, tell me that Metadata.json is in a different location from the current metadata. URL: https://github.com/apache/iceberg/issues/3280 -- This is an automated message from the Apache G

Re: [I] How can Iceberg support automatic compression and automatic merging of small files from Flink SQL? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3266: How can Iceberg support automatic compression and automatic merging of small files from Flink SQL? URL: https://github.com/apache/iceberg/issues/3266 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [I] Update Nessie to 1.0.0 [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3243: URL: https://github.com/apache/iceberg/issues/3243#issuecomment-2299973389 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] Support ZSTD compression codec for Avro files [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3206: Support ZSTD compression codec for Avro files URL: https://github.com/apache/iceberg/issues/3206 -- 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] FLINK:use ROW_NUMBER() over() get error [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3201: FLINK:use ROW_NUMBER() over() get error URL: https://github.com/apache/iceberg/issues/3201 -- 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: [I] FLINK:use ROW_NUMBER() over() get error [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3201: URL: https://github.com/apache/iceberg/issues/3201#issuecomment-2299973275 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] Does anyone know the maven dependency of flink1.12+iceberg0.12.0? [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3166: Does anyone know the maven dependency of flink1.12+iceberg0.12.0? URL: https://github.com/apache/iceberg/issues/3166 -- 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] the document error of sort order evolution [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3150: the document error of sort order evolution URL: https://github.com/apache/iceberg/issues/3150 -- 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: [I] beeline query iceberg table error [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3146: URL: https://github.com/apache/iceberg/issues/3146#issuecomment-2299973178 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] Read ORC table with nested partition column can lead to ArrayIndexOutOfBoundsException [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] commented on issue #3139: URL: https://github.com/apache/iceberg/issues/3139#issuecomment-2299973166 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] Read ORC table with nested partition column can lead to ArrayIndexOutOfBoundsException [iceberg]

2024-08-20 Thread via GitHub
github-actions[bot] closed issue #3139: Read ORC table with nested partition column can lead to ArrayIndexOutOfBoundsException URL: https://github.com/apache/iceberg/issues/3139 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

  1   2   3   >