Re: [PR] Fix downgrading of schema [iceberg-python]

2023-12-02 Thread via GitHub
HonahX commented on code in PR #176: URL: https://github.com/apache/iceberg-python/pull/176#discussion_r1413005467 ## pyiceberg/table/__init__.py: ## @@ -1412,13 +1412,22 @@ def commit(self) -> None: """Apply the pending changes and commit.""" new_schema = self

Re: [PR] Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.2 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] closed pull request #9157: Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.2 URL: https://github.com/apache/iceberg/pull/9157 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[PR] Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.3 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] opened a new pull request, #9202: URL: https://github.com/apache/iceberg/pull/9202 Bumps [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) from 5.2.1 to 5.2.3. Changelog Sourced from https://github.com/apache/httpcompo

[PR] Build: Bump software.amazon.awssdk:bom from 2.21.29 to 2.21.37 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] opened a new pull request, #9204: URL: https://github.com/apache/iceberg/pull/9204 Bumps software.amazon.awssdk:bom from 2.21.29 to 2.21.37. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=softwa

[PR] Build: Bump org.xerial:sqlite-jdbc from 3.44.0.0 to 3.44.1.0 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] opened a new pull request, #9203: URL: https://github.com/apache/iceberg/pull/9203 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.44.0.0 to 3.44.1.0. Release notes Sourced from https://github.com/xerial/sqlite-jdbc/releases";>org.xerial

Re: [PR] Build: Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.2 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] commented on PR #9157: URL: https://github.com/apache/iceberg/pull/9157#issuecomment-1837369058 Superseded by #9202. -- 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

[PR] Build: Bump com.diffplug.spotless:spotless-plugin-gradle from 6.13.0 to 6.23.2 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] opened a new pull request, #9201: URL: https://github.com/apache/iceberg/pull/9201 Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.13.0 to 6.23.2. Commits See full diff in https://github.com/diffplug/spotless/co

[PR] Build: Bump actions/setup-java from 3 to 4 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] opened a new pull request, #9200: URL: https://github.com/apache/iceberg/pull/9200 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from https://github.com/actions/setup-java/releases";>actions/setup-java's releas

[PR] Build: Bump datamodel-code-generator from 0.24.2 to 0.25.1 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] opened a new pull request, #9199: URL: https://github.com/apache/iceberg/pull/9199 Bumps [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) from 0.24.2 to 0.25.1. Release notes Sourced from https://github.com/koxudaxi/datamodel-code-ge

[PR] Build: Bump mkdocs-material from 9.4.12 to 9.4.14 [iceberg]

2023-12-02 Thread via GitHub
dependabot[bot] opened a new pull request, #9198: URL: https://github.com/apache/iceberg/pull/9198 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.4.12 to 9.4.14. Release notes Sourced from https://github.com/squidfunk/mkdocs-material/releases";>mkdocs-

Re: [PR] CI: Bump Spark to 3.4.2 [iceberg-python]

2023-12-02 Thread via GitHub
Fokko merged PR #177: URL: https://github.com/apache/iceberg-python/pull/177 -- 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.

[PR] CI: Bump Spark to 3.4.2 [iceberg-python]

2023-12-02 Thread via GitHub
Fokko opened a new pull request, #177: URL: https://github.com/apache/iceberg-python/pull/177 The other link seems to be dead -- 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] Update table metadata [iceberg-python]

2023-12-02 Thread via GitHub
Fokko commented on code in PR #139: URL: https://github.com/apache/iceberg-python/pull/139#discussion_r1412914763 ## pyiceberg/table/__init__.py: ## @@ -350,6 +357,241 @@ class RemovePropertiesUpdate(TableUpdate): removals: List[str] +class TableMetadataUpdateContext: +

[PR] Fix downgrading of schema [iceberg-python]

2023-12-02 Thread via GitHub
Fokko opened a new pull request, #176: URL: https://github.com/apache/iceberg-python/pull/176 (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] Update table metadata [iceberg-python]

2023-12-02 Thread via GitHub
Fokko commented on code in PR #139: URL: https://github.com/apache/iceberg-python/pull/139#discussion_r1412913056 ## pyiceberg/table/__init__.py: ## @@ -350,6 +357,241 @@ class RemovePropertiesUpdate(TableUpdate): removals: List[str] +class TableMetadataUpdateContext: +

Re: [PR] Update table metadata [iceberg-python]

2023-12-02 Thread via GitHub
HonahX commented on code in PR #139: URL: https://github.com/apache/iceberg-python/pull/139#discussion_r1412909663 ## pyiceberg/table/__init__.py: ## @@ -350,6 +357,241 @@ class RemovePropertiesUpdate(TableUpdate): removals: List[str] +class TableMetadataUpdateContext:

Re: [PR] Build: Bump mypy-boto3-glue from 1.29.2 to 1.33.5 [iceberg-python]

2023-12-02 Thread via GitHub
dependabot[bot] commented on PR #172: URL: https://github.com/apache/iceberg-python/pull/172#issuecomment-1837309542 Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request `@dependabot recreate`. -- This

Re: [PR] Build: Bump mypy-boto3-glue from 1.29.2 to 1.33.5 [iceberg-python]

2023-12-02 Thread via GitHub
Fokko commented on PR #172: URL: https://github.com/apache/iceberg-python/pull/172#issuecomment-1837309531 @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] chore: Upgrade uuid manually and remove pinned version [iceberg-rust]

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

Re: [PR] feat: replace 'Builder' with 'TypedBuilder' for 'Snapshot' [iceberg-rust]

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

Re: [I] Discussion: Replace usage of `Builder` with `TypedBuilder` [iceberg-rust]

2023-12-02 Thread via GitHub
Fokko closed issue #88: Discussion: Replace usage of `Builder` with `TypedBuilder` URL: https://github.com/apache/iceberg-rust/issues/88 -- 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] Core: Scan only live entries for partitions table [iceberg]

2023-12-02 Thread via GitHub
Fokko commented on PR #8969: URL: https://github.com/apache/iceberg/pull/8969#issuecomment-1837293590 @vaultah I think we can do that: https://github.com/apache/iceberg/pull/9197 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] Core: Scan only live entries in partitions table (#8969) [iceberg]

2023-12-02 Thread via GitHub
Fokko opened a new pull request, #9197: URL: https://github.com/apache/iceberg/pull/9197 (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-mail

Re: [I] How to enable iceberg upsert operation!??? [iceberg]

2023-12-02 Thread via GitHub
github-actions[bot] commented on issue #7769: URL: https://github.com/apache/iceberg/issues/7769#issuecomment-1837287797 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: Scan only live entries for partitions table [iceberg]

2023-12-02 Thread via GitHub
vaultah commented on PR #8969: URL: https://github.com/apache/iceberg/pull/8969#issuecomment-1837286383 Hello, thanks for the fix! Will it be backported to 1.4.x? -- 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] Core: REST HttpClient connections config [iceberg]

2023-12-02 Thread via GitHub
danielcweeks merged PR #9195: URL: https://github.com/apache/iceberg/pull/9195 -- 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] Core: REST HttpClient connections config [iceberg]

2023-12-02 Thread via GitHub
danielcweeks commented on code in PR #9195: URL: https://github.com/apache/iceberg/pull/9195#discussion_r1412877063 ## core/src/main/java/org/apache/iceberg/rest/HTTPClient.java: ## @@ -72,6 +74,10 @@ public class HTTPClient implements RESTClient { static final String CLIENT_

Re: [PR] refactor: Removing type infromation in `Struct` literal. [iceberg-rust]

2023-12-02 Thread via GitHub
mobley-trent commented on code in PR #103: URL: https://github.com/apache/iceberg-rust/pull/103#discussion_r1412862537 ## crates/iceberg/src/spec/values.rs: ## @@ -554,13 +554,14 @@ impl From<&Literal> for JsonValue { PrimitiveLiteral::Decimal(_) => todo!(),

Re: [PR] refactor: Removing type infromation in `Struct` literal. [iceberg-rust]

2023-12-02 Thread via GitHub
mobley-trent commented on code in PR #103: URL: https://github.com/apache/iceberg-rust/pull/103#discussion_r1412862537 ## crates/iceberg/src/spec/values.rs: ## @@ -554,13 +554,14 @@ impl From<&Literal> for JsonValue { PrimitiveLiteral::Decimal(_) => todo!(),

Re: [PR] Spark: Bump Spark minor versions for 3.3 and 3.4 [iceberg]

2023-12-02 Thread via GitHub
ajantha-bhat commented on code in PR #9187: URL: https://github.com/apache/iceberg/pull/9187#discussion_r1412785945 ## spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestAddFilesProcedure.java: ## @@ -77,7 +77,7 @@ public void setupTempDirs() {