-
Notifications
You must be signed in to change notification settings - Fork 3k
AWS: show old fields in Glue table #3888
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
Conversation
aws/src/main/java/org/apache/iceberg/aws/glue/IcebergToGlueConverter.java
Show resolved
Hide resolved
aws/src/main/java/org/apache/iceberg/aws/glue/IcebergToGlueConverter.java
Outdated
Show resolved
Hide resolved
|
Similar to the other PR, could you add integration tests for it? |
2ade318 to
f07370c
Compare
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
|
@natsukawa-kanou unit test failed, I think you need to fix old tests for this change |
|
thanks for the quick fix! overall looks good to me, running AWS integ test now. |
|
AWS integ test passes and CI passes, approving |
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, approved!
based on #3887
My organization wants to have Glue show old fields for Iceberg tables, so that people know what were the columns that were already used in the past and avoid adding the same name column.
@jackye1995 @yyanyy