-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename gcs.endpoint
to gcs.service.host
#1007
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Andre Luis Anastacio <[email protected]>
Co-authored-by: Andre Luis Anastacio <[email protected]>
Co-authored-by: Andre Luis Anastacio <[email protected]>
@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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
Co-authored-by: Kevin Liu <[email protected]>
Thanks @kevinjqliu, using |
Co-authored-by: Kevin Liu <[email protected]>
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