-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: Support setting description for Glue table #9530
AWS: Support setting description for Glue table #9530
Conversation
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 change @lkokhreidze !
can you please also update the integ test for TestGlueCatalogTable#testCreateTable to assert the description being set ?
aws/src/main/java/org/apache/iceberg/aws/glue/IcebergToGlueConverter.java
Show resolved
Hide resolved
Thanks for the review @singhpk234! I've addressed your comments. |
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, Thanks @lkokhreidze !
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.
This looks good to me, thanks @lkokhreidze ! Thanks @singhpk234 for the review! I'll merge after the CI completes.
@lkokhreidze Could you run spotless |
Thanks @amogh-jahagirdar and apologies, should have done it beforehand. Pushed the changes |
No problem at all @lkokhreidze thanks for the contribution, thanks @singhpk234 for the review! |
Fixes #9462