[PR] Build: Bump mkdocs-material from 9.5.39 to 9.5.40 [iceberg]

2024-10-12 Thread via GitHub
dependabot[bot] opened a new pull request, #11309: URL: https://github.com/apache/iceberg/pull/11309 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.39 to 9.5.40. Release notes Sourced from https://github.com/squidfunk/mkdocs-material/releases";>mkdoc

[PR] Build: Bump mkdocs-macros-plugin from 1.2.0 to 1.3.5 [iceberg]

2024-10-12 Thread via GitHub
dependabot[bot] opened a new pull request, #11310: URL: https://github.com/apache/iceberg/pull/11310 Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) from 1.2.0 to 1.3.5. Changelog Sourced from https://github.com/fralau/mkdocs-macros-plugin/blob/master/C

[PR] Build: Bump software.amazon.awssdk:bom from 2.28.16 to 2.28.21 [iceberg]

2024-10-12 Thread via GitHub
dependabot[bot] opened a new pull request, #11311: URL: https://github.com/apache/iceberg/pull/11311 Bumps software.amazon.awssdk:bom from 2.28.16 to 2.28.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=soft

Re: [PR] Puffin: Add delete-vector-v1 blob type [iceberg]

2024-10-12 Thread via GitHub
emkornfield commented on code in PR #11238: URL: https://github.com/apache/iceberg/pull/11238#discussion_r1796204011 ## format/puffin-spec.md: ## @@ -123,6 +123,54 @@ The blob metadata for this blob may include following properties: - `ndv`: estimate of number of distinct va

Re: [PR] Puffin: Add delete-vector-v1 blob type [iceberg]

2024-10-12 Thread via GitHub
emkornfield commented on code in PR #11238: URL: https://github.com/apache/iceberg/pull/11238#discussion_r1798078991 ## format/puffin-spec.md: ## @@ -123,6 +123,44 @@ The blob metadata for this blob may include following properties: - `ndv`: estimate of number of distinct va

Re: [PR] API, Core: Add scan planning apis to REST Catalog [iceberg]

2024-10-12 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1798013229 ## .palantir/revapi.yml: ## @@ -1058,6 +1058,11 @@ acceptedBreaks: new: "method void org.apache.iceberg.encryption.PlaintextEncryptionManager::()" just

Re: [PR] API, Core: Add scan planning apis to REST Catalog [iceberg]

2024-10-12 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1797956652 ## api/src/main/java/org/apache/iceberg/expressions/ResidualEvaluator.java: ## @@ -89,6 +89,12 @@ public static ResidualEvaluator of(PartitionSpec spec, Expression e

Re: [PR] API, Core: Add scan planning apis to REST Catalog [iceberg]

2024-10-12 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1797931018 ## core/src/main/java/org/apache/iceberg/RESTPlanningMode.java: ## @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more con

Re: [PR] feat: Derive PartialEq for FileScanTask [iceberg-rust]

2024-10-12 Thread via GitHub
liurenjie1024 merged PR #660: URL: https://github.com/apache/iceberg-rust/pull/660 -- 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] API, Core: Add scan planning apis to REST Catalog [iceberg]

2024-10-12 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1797946507 ## core/src/main/java/org/apache/iceberg/ScanTasksIterable.java: ## @@ -0,0 +1,129 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

Re: [PR] API, Core: Add scan planning apis to REST Catalog [iceberg]

2024-10-12 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1797956652 ## api/src/main/java/org/apache/iceberg/expressions/ResidualEvaluator.java: ## @@ -89,6 +89,12 @@ public static ResidualEvaluator of(PartitionSpec spec, Expression e

Re: [PR] API, Core: Add scan planning apis to REST Catalog [iceberg]

2024-10-12 Thread via GitHub
rahil-c commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1797956080 ## core/src/main/java/org/apache/iceberg/RESTTable.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributo

Re: [PR] ci: Allow install a non-debian-packaged Python package [iceberg-rust]

2024-10-12 Thread via GitHub
liurenjie1024 merged PR #666: URL: https://github.com/apache/iceberg-rust/pull/666 -- 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] API, Core: Add scan planning apis to REST Catalog [iceberg]

2024-10-12 Thread via GitHub
amogh-jahagirdar commented on code in PR #11180: URL: https://github.com/apache/iceberg/pull/11180#discussion_r1797722022 ## core/src/main/java/org/apache/iceberg/rest/responses/FetchPlanningResultResponseParser.java: ## @@ -0,0 +1,138 @@ +/* + * Licensed to the Apache Software

Re: [PR] Core: Reimplement CharSequenceMap to obey Map contract [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #11308: URL: https://github.com/apache/iceberg/pull/11308#issuecomment-2408713077 draft - let me explore one more possible approach -- 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] Core: Map methods should return immutable collections [iceberg]

2024-10-12 Thread via GitHub
findepi commented on code in PR #11304: URL: https://github.com/apache/iceberg/pull/11304#discussion_r1797775137 ## api/src/main/java/org/apache/iceberg/util/CharSequenceMap.java: ## @@ -132,12 +133,12 @@ public Set keySet() { keySet.add(wrapper.get()); } -retu

Re: [PR] Puffin: Add delete-vector-v1 blob type [iceberg]

2024-10-12 Thread via GitHub
aokolnychyi commented on code in PR #11238: URL: https://github.com/apache/iceberg/pull/11238#discussion_r1797780887 ## format/puffin-spec.md: ## @@ -123,6 +123,54 @@ The blob metadata for this blob may include following properties: - `ndv`: estimate of number of distinct va

Re: [PR] Core: Update TableMetadataParser to close streams [iceberg]

2024-10-12 Thread via GitHub
findepi commented on code in PR #11220: URL: https://github.com/apache/iceberg/pull/11220#discussion_r1797751041 ## core/src/main/java/org/apache/iceberg/TableMetadataParser.java: ## @@ -122,13 +122,23 @@ public static void write(TableMetadata metadata, OutputFile outputFile) {

Re: [PR] Build: Bump com.google.errorprone:error_prone_annotations from 2.31.0 to 2.33.0 [iceberg]

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

Re: [PR] Build: Bump mkdocs-material from 9.5.38 to 9.5.39 [iceberg]

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

Re: [PR] Build: Bump junit-platform from 1.11.1 to 1.11.2 [iceberg]

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

Re: [PR] Build: Bump org.testcontainers:testcontainers from 1.20.1 to 1.20.2 [iceberg]

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

Re: [PR] Core: Map methods should return immutable collections [iceberg]

2024-10-12 Thread via GitHub
findepi commented on code in PR #11304: URL: https://github.com/apache/iceberg/pull/11304#discussion_r1797751372 ## api/src/main/java/org/apache/iceberg/util/CharSequenceMap.java: ## @@ -132,12 +133,12 @@ public Set keySet() { keySet.add(wrapper.get()); } -retu

Re: [PR] OpenAPI: Add endpoint for refreshing vended credentials [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #11281: URL: https://github.com/apache/iceberg/pull/11281#issuecomment-2408663585 cc @c-thiel -- 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 un

Re: [PR] Aliyun: Remove spring-boot dependency [iceberg]

2024-10-12 Thread via GitHub
findepi commented on code in PR #11291: URL: https://github.com/apache/iceberg/pull/11291#discussion_r1797752955 ## aliyun/src/test/java/org/apache/iceberg/aliyun/oss/mock/AliyunOSSMockLocalStore.java: ## @@ -121,8 +116,9 @@ void deleteBucket(String bucketName) throws IOExceptio

Re: [PR] REST: Docker file for Rest catalog adapter image [iceberg]

2024-10-12 Thread via GitHub
findepi commented on code in PR #11283: URL: https://github.com/apache/iceberg/pull/11283#discussion_r1797753299 ## build.gradle: ## @@ -954,6 +954,9 @@ project(':iceberg-snowflake') { project(':iceberg-open-api') { apply plugin: 'java-test-fixtures' + apply plugin: 'io.g

Re: [PR] Build: Bump datamodel-code-generator from 0.25.9 to 0.26.1 [iceberg]

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

Re: [PR] Build: Bump software.amazon.awssdk:bom from 2.28.11 to 2.28.16 [iceberg]

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

Re: [PR] Build: Bump io.netty:netty-buffer from 4.1.113.Final to 4.1.114.Final [iceberg]

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

Re: [PR] Build: Bump software.amazon.s3.accessgrants:aws-s3-accessgrants-java-plugin from 2.0.0 to 2.0.1 [iceberg]

2024-10-12 Thread via GitHub
findepi merged PR #9705: URL: https://github.com/apache/iceberg/pull/9705 -- 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

Re: [PR] Build: Bump calcite from 1.10.0 to 1.37.0 [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #10317: URL: https://github.com/apache/iceberg/pull/10317#issuecomment-2408665064 @dependabot rebase -- 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] Build: Bump parquet from 1.13.1 to 1.14.3 [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #11264: URL: https://github.com/apache/iceberg/pull/11264#issuecomment-2408665128 @dependabot rebase -- 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] Build: Bump net.snowflake:snowflake-jdbc from 3.18.0 to 3.19.0 [iceberg]

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

Re: [PR] Build: Bump jackson-bom from 2.14.2 to 2.18.0 [iceberg]

2024-10-12 Thread via GitHub
findepi merged PR #11226: URL: https://github.com/apache/iceberg/pull/11226 -- 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

[PR] Build: Bump org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.1 [iceberg]

2024-10-12 Thread via GitHub
dependabot[bot] opened a new pull request, #11307: URL: https://github.com/apache/iceberg/pull/11307 Bumps org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependenc

Re: [PR] Build: Bump org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.0 [iceberg]

2024-10-12 Thread via GitHub
dependabot[bot] closed pull request #11137: Build: Bump org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.0 URL: https://github.com/apache/iceberg/pull/11137 -- 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] Build: Bump jackson-bom from 2.14.2 to 2.17.2 [iceberg]

2024-10-12 Thread via GitHub
dependabot[bot] commented on PR #10651: URL: https://github.com/apache/iceberg/pull/10651#issuecomment-2408665532 Looks like these dependencies are up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] Build: Bump jackson-bom from 2.14.2 to 2.17.2 [iceberg]

2024-10-12 Thread via GitHub
dependabot[bot] closed pull request #10651: Build: Bump jackson-bom from 2.14.2 to 2.17.2 URL: https://github.com/apache/iceberg/pull/10651 -- 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: [PR] Build: Bump org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.0 [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #11137: URL: https://github.com/apache/iceberg/pull/11137#issuecomment-2408665258 @dependabot rebase -- 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] Build: Bump org.apache.hadoop.thirdparty:hadoop-shaded-guava from 1.2.0 to 1.3.0 [iceberg]

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

Re: [PR] Build: Bump org.apache.datasketches:datasketches-java from 6.0.0 to 6.1.0 [iceberg]

2024-10-12 Thread via GitHub
dependabot[bot] commented on PR #11137: URL: https://github.com/apache/iceberg/pull/11137#issuecomment-2408665405 Superseded by #11307. -- 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] Build: Bump jackson-bom from 2.14.2 to 2.17.2 [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #10651: URL: https://github.com/apache/iceberg/pull/10651#issuecomment-2408665439 @dependabot rebase -- 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] Build: Bump antlr from 4.9.3 to 4.13.2 [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #10867: URL: https://github.com/apache/iceberg/pull/10867#issuecomment-2408665341 @dependabot rebase -- 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] Core: Update TableMetadataParser to close streams [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #11220: URL: https://github.com/apache/iceberg/pull/11220#issuecomment-2408666274 @erik-grepr can you please review the build results? -- 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] Core: Map methods should return immutable collections [iceberg]

2024-10-12 Thread via GitHub
findepi commented on code in PR #11304: URL: https://github.com/apache/iceberg/pull/11304#discussion_r1797769651 ## api/src/main/java/org/apache/iceberg/util/CharSequenceMap.java: ## @@ -132,12 +133,12 @@ public Set keySet() { keySet.add(wrapper.get()); } -retu

[PR] Core: Reimplement CharSequenceMap to obey Map contract [iceberg]

2024-10-12 Thread via GitHub
findepi opened a new pull request, #11308: URL: https://github.com/apache/iceberg/pull/11308 The previous `CharSequenceMap` implementation did not follow general `Map` contract. For example, `Map.keySet()` should be a live view of the keys in the map, but it was a copy. This commit reimplem

Re: [PR] Core: Map methods should return immutable collections [iceberg]

2024-10-12 Thread via GitHub
anuragmantri commented on code in PR #11304: URL: https://github.com/apache/iceberg/pull/11304#discussion_r1797771433 ## api/src/main/java/org/apache/iceberg/util/CharSequenceMap.java: ## @@ -132,12 +133,12 @@ public Set keySet() { keySet.add(wrapper.get()); } -

Re: [PR] Core: Reimplement CharSequenceMap to obey Map contract [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #11308: URL: https://github.com/apache/iceberg/pull/11308#issuecomment-2408692023 A probably even better fix would be to use `Map` directly and perhaps using Guava's `Equivalence`. Guava doesn't plan to have transparent equivalence-based maps (https://github.com/goo

Re: [I] Iceberg Add Files (allow for parquet files with field id's) [iceberg-python]

2024-10-12 Thread via GitHub
kevinjqliu commented on issue #1227: URL: https://github.com/apache/iceberg-python/issues/1227#issuecomment-2408618644 Is this the error message you see? https://github.com/apache/iceberg-python/blob/7cf0c225c3cdb32ac5e390de06b7b0e4fe7de92e/pyiceberg/io/pyarrow.py#L2515-L2518 --

Re: [PR] Added support for ns #1169 [iceberg-python]

2024-10-12 Thread via GitHub
kevinjqliu commented on PR #1215: URL: https://github.com/apache/iceberg-python/pull/1215#issuecomment-2408621473 - [x] `Time64Type` with `us` precision. This was already supported by the previous code. - [ ] `Time64Type` with `ns` precision, `_downcast_ns_timestamp_to_us` not set. Shou

Re: [PR] [SIP] fix error running data fusion queries - Physical input schema should be the same as the one converted from logical input schema [iceberg-rust]

2024-10-12 Thread via GitHub
a-agmon commented on PR #664: URL: https://github.com/apache/iceberg-rust/pull/664#issuecomment-2408638786 > @a-agmon this's a draft PR, Does it works for you? Hey @FANNG1 , yesss, this works. note that I had to pin the latest arrow version to resolve some conflict cargo found

Re: [PR] feat(table): Implement converting Iceberg schema and types to Arrow [iceberg-go]

2024-10-12 Thread via GitHub
zeroshade commented on PR #168: URL: https://github.com/apache/iceberg-go/pull/168#issuecomment-2408641193 CC @Fokko @nastra please take a look when you have a chance. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [I] Iceberg Add Files (allow for parquet files with field id's) [iceberg-python]

2024-10-12 Thread via GitHub
MrDerecho commented on issue #1227: URL: https://github.com/apache/iceberg-python/issues/1227#issuecomment-2408657120 Yes, this is correct. -- 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: [PR] Iceberg/Comet integration POC [iceberg]

2024-10-12 Thread via GitHub
findepi commented on PR #9841: URL: https://github.com/apache/iceberg/pull/9841#issuecomment-2408653233 thanks @huaxingao for this additional explanation. This makes sense. Can you please replicate that information in the PR description as well? thanks! -- This is an automated message fro

[PR] ci: Allow install a non-debian-packaged Python package [iceberg-rust]

2024-10-12 Thread via GitHub
Xuanwo opened a new pull request, #666: URL: https://github.com/apache/iceberg-rust/pull/666 This PR will fix our CI. -- 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] API, Core: Add Schema#withUpdatedDoc and View#updateColumnDoc APIs [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9414: URL: https://github.com/apache/iceberg/pull/9414#issuecomment-2408754863 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [PR] AWS: Add Option to don't write non current columns in glue schema closes #7584 [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9420: URL: https://github.com/apache/iceberg/pull/9420#issuecomment-2408754867 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] Iceberg the condition function of org.apache.iceberg.expressions, not able to use time-related values as value [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9431: URL: https://github.com/apache/iceberg/issues/9431#issuecomment-2408754874 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Capture successful orphan file removal size in bytes [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9441: URL: https://github.com/apache/iceberg/issues/9441#issuecomment-2408754879 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Data: Errors in some file readers do not report the file in which they failed [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9458: URL: https://github.com/apache/iceberg/issues/9458#issuecomment-2408754951 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] Hive: Refactor hive-table commit operation to be used for other operations like view [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9461: URL: https://github.com/apache/iceberg/pull/9461#issuecomment-2408754956 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] manifest list missing error after commit failed exception [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9406: URL: https://github.com/apache/iceberg/issues/9406#issuecomment-2408754852 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] access failed from host to iceberg container [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9465: URL: https://github.com/apache/iceberg/issues/9465#issuecomment-2408754965 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] kerberos beeline insert iceberg fail error: Job commit failed: org.apache.iceberg.hive.RuntimeMetaException: Failed to connect to Hive Metastore [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9475: URL: https://github.com/apache/iceberg/issues/9475#issuecomment-2408754971 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] Pushed filters to Parquet file on best effort basis in Vectorized Reader [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9479: URL: https://github.com/apache/iceberg/pull/9479#issuecomment-2408754987 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] Speeding up rewrite_data_files encountered concurrent write issue. [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9521: URL: https://github.com/apache/iceberg/issues/9521#issuecomment-2408755058 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] `write.parquet.compression-codec` being set even if file-format is not parquet [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9490: URL: https://github.com/apache/iceberg/issues/9490#issuecomment-2408755008 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Cannot write nullable values to non-null column in the Iceberg Table [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9488: URL: https://github.com/apache/iceberg/issues/9488#issuecomment-2408755005 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] Spark 3.5: Fix testDeleteFileThenMetadataDelete failure due to table not refreshed [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9551: URL: https://github.com/apache/iceberg/pull/9551#issuecomment-2408755076 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] Two-level parquet read EOF error: org.apache.parquet.io.ParquetDecodingException: Can't read value in column [a, array] repeated int32 array = 2 at value 4 out of 4 in current page. repetition

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9497: URL: https://github.com/apache/iceberg/issues/9497#issuecomment-2408755015 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] Core: Fix setting updated parquet compression property [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9503: URL: https://github.com/apache/iceberg/pull/9503#issuecomment-2408755023 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] Recover dataset from the bug introduced by https://github.com/apache/iceberg/issues/8953 [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9509: URL: https://github.com/apache/iceberg/issues/9509#issuecomment-2408755031 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Enhancement of ViewMetadata [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9514: URL: https://github.com/apache/iceberg/issues/9514#issuecomment-2408755040 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] Spark: Fix reading 2 level array issue [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9515: URL: https://github.com/apache/iceberg/pull/9515#issuecomment-2408755049 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] Add update-statement support in the Flink engine [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9517: URL: https://github.com/apache/iceberg/issues/9517#issuecomment-2408755057 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] about report [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9560: URL: https://github.com/apache/iceberg/issues/9560#issuecomment-2408755094 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Apache Iceberg - Branch cannot be merged using the fast_forward procedure [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9553: URL: https://github.com/apache/iceberg/issues/9553#issuecomment-2408755083 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] about query snapshotId [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9558: URL: https://github.com/apache/iceberg/issues/9558#issuecomment-2408755091 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] flink has implemented the delete and update syntax support in batch mode in a later version. Will the iceberg community implement this feature [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9476: URL: https://github.com/apache/iceberg/issues/9476#issuecomment-2408754980 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Capture successful snapshot expiration deleted file sizes [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9442: URL: https://github.com/apache/iceberg/issues/9442#issuecomment-2408754885 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] Docs: Fix incorrect wget command in Flink documentation [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9483: URL: https://github.com/apache/iceberg/pull/9483#issuecomment-2408754994 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] Caused by: java.net.SocketException: Connection reset [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9444: URL: https://github.com/apache/iceberg/issues/9444#issuecomment-2408754890 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] If iceberg's parquet data file contains an array of time type, it cannot be read by spark library even after dropping this column [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9446: URL: https://github.com/apache/iceberg/issues/9446#issuecomment-2408754894 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] Spark 3.4: Cleanup the code branch for merge distribution mode conf which is no longer needed [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9561: URL: https://github.com/apache/iceberg/pull/9561#issuecomment-2408755100 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] The topic of Indicator Monitoring [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9581: URL: https://github.com/apache/iceberg/issues/9581#issuecomment-2408755106 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Cannot drop table with AWS Glue Catalog [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9586: URL: https://github.com/apache/iceberg/issues/9586#issuecomment-2408755116 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Performance optimization [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9588: URL: https://github.com/apache/iceberg/issues/9588#issuecomment-2408755123 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] `latestOffset` call in SparkMicroBatchStream limits files and records based on the startTs and not last processed snapshot [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9593: URL: https://github.com/apache/iceberg/issues/9593#issuecomment-2408755134 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Core: complete task JSON serialization for other types (like data task, manifest task) [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9597: URL: https://github.com/apache/iceberg/issues/9597#issuecomment-2408755140 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Spark's optimizer miss-merges Iceberg's two different refs because their canonicalized forms are same. [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9450: URL: https://github.com/apache/iceberg/issues/9450#issuecomment-2408754909 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] Spark: Fix SparkTable to use name and effective snapshotID for comparing [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9455: URL: https://github.com/apache/iceberg/pull/9455#issuecomment-2408754930 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [PR] Spark: Support min/max/count push down for Identity partition columns [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9457: URL: https://github.com/apache/iceberg/pull/9457#issuecomment-2408754944 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [PR] Spark 3.5: Add deleted_snapshots_count to result of expire_snapshots procedure [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9605: URL: https://github.com/apache/iceberg/pull/9605#issuecomment-2408755146 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] add manifest path to all_entries meta table [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9608: URL: https://github.com/apache/iceberg/issues/9608#issuecomment-2408755154 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] Core: Supports limiting the count of manifests to merge when committing [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9609: URL: https://github.com/apache/iceberg/pull/9609#issuecomment-2408755163 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] RewriteManifest with more options [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9615: URL: https://github.com/apache/iceberg/issues/9615#issuecomment-2408755169 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] Spark 3.5: Support specifying filter in RewriteManifestsProcedure [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9447: URL: https://github.com/apache/iceberg/pull/9447#issuecomment-2408754895 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [PR] Build: Extract Gradle version from `gradle-wrapper.properties` [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on PR #9448: URL: https://github.com/apache/iceberg/pull/9448#issuecomment-2408754900 This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull

Re: [I] Fix header links with underscores in title. [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9617: URL: https://github.com/apache/iceberg/issues/9617#issuecomment-2408755178 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.

[PR] [SIP] fix error running data fusion queries - Physical input schema should be the same as the one converted from logical input schema [iceberg-rust]

2024-10-12 Thread via GitHub
FANNG1 opened a new pull request, #664: URL: https://github.com/apache/iceberg-rust/pull/664 fixes: #655 -- 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-

  1   2   >