-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Remove unused code from the Iceberg module #23944
Conversation
|
||
// Convert Presto Nested Field to Iceberg NestedField | ||
Types.NestedField nestedField = toIcebergNestedField(prestoNestedField, columnNameToIdMapping("anonymous_row")); |
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.
Seems we shouldn't remove this.
2986d8c
to
de024f0
Compare
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
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.
Unrelated but should we rename this test file as TestIcebergRegisterAndUnregisterTableProcedure.java
Description
Remove unused code from the Iceberg module.
Motivation and Context
Found a few variables, methods & classes unused in the presto-iceberg module. Tried to do some clean up as part of this.
Impact
Code cleanup
Test Plan
CI Test Run
Contributor checklist
Release Notes