Rename gcs.endpoint to gcs.service.host#1007
Merged
kevinjqliu merged 9 commits intoapache:mainfrom Nov 6, 2024
Merged
Conversation
ndrluis
reviewed
Aug 9, 2024
ndrluis
reviewed
Aug 9, 2024
ndrluis
reviewed
Aug 9, 2024
ndrluis
reviewed
Aug 9, 2024
Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me>
Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me>
Collaborator
|
@Fokko, I can solve the missing import. Do you mind? Edit: I discovered that I don't have the permissions to add the commit to your branch. |
kevinjqliu
approved these changes
Nov 5, 2024
Contributor
kevinjqliu
left a comment
There was a problem hiding this comment.
LGTM! Follows the java convention https://iceberg.apache.org/javadoc/0.14.1/constant-values.html
wdyt about using get_first_property_value
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
Contributor
Author
|
Thanks @kevinjqliu, using |
kevinjqliu
reviewed
Nov 5, 2024
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
kevinjqliu
approved these changes
Nov 6, 2024
sungwy
pushed a commit
to sungwy/iceberg-python
that referenced
this pull request
Dec 7, 2024
* Rename `gcs.endpoint` to `gcs.service.host` To make it in line with Java: https://github.com/apache/iceberg/blob/6ee6d1327d3811dbd5795c4e87efdc41b7a58eaa/gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java#L32 * Import Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me> * Use `deprecation_message` instead Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me> * Use `deprecation_message` instead Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me> * Fix message * Update pyiceberg/io/fsspec.py Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com> * Update pyiceberg/io/fsspec.py Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com> * Update pyiceberg/io/pyarrow.py Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com> --------- Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me> Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
sungwy
pushed a commit
to sungwy/iceberg-python
that referenced
this pull request
Dec 7, 2024
* Rename `gcs.endpoint` to `gcs.service.host` To make it in line with Java: https://github.com/apache/iceberg/blob/6ee6d1327d3811dbd5795c4e87efdc41b7a58eaa/gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java#L32 * Import Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me> * Use `deprecation_message` instead Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me> * Use `deprecation_message` instead Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me> * Fix message * Update pyiceberg/io/fsspec.py Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com> * Update pyiceberg/io/fsspec.py Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com> * Update pyiceberg/io/pyarrow.py Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com> --------- Co-authored-by: Andre Luis Anastacio <ndrluis@proton.me> Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To make it in line with Java:
https://github.com/apache/iceberg/blob/6ee6d1327d3811dbd5795c4e87efdc41b7a58eaa/gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java#L32