-
Notifications
You must be signed in to change notification settings - Fork 3k
AWS: add skip name validation config for glue namespace #5041
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
AWS: add skip name validation config for glue namespace #5041
Conversation
aws/src/main/java/org/apache/iceberg/aws/glue/GlueTableOperations.java
Outdated
Show resolved
Hide resolved
aws/src/main/java/org/apache/iceberg/aws/glue/IcebergToGlueConverter.java
Outdated
Show resolved
Hide resolved
aws/src/main/java/org/apache/iceberg/aws/glue/IcebergToGlueConverter.java
Outdated
Show resolved
Hide resolved
aws/src/main/java/org/apache/iceberg/aws/glue/IcebergToGlueConverter.java
Show resolved
Hide resolved
jackye1995
left a comment
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.
thanks for the fix!
|
@amogh-jahagirdar any other comments? |
aws/src/main/java/org/apache/iceberg/aws/glue/GlueTableOperations.java
Outdated
Show resolved
Hide resolved
|
@jackye1995 just some indentation stuff, the logic and the docs look good to me. I think my comments should cover where I think the continuing indentation needs to be updated, but let me know if I missed places |
|
LGTM thanks for the contribution! |
|
@amogh-jahagirdar updated |
Add a configuration
awsProperties.glueCatalogSkipNameValidation()which allows characters like-in glue catalog namespacesTested with unittests.