Skip to content
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 duplicate logic for create/update Iceberg table in metastore #18500

Merged
merged 3 commits into from
Aug 3, 2023

Conversation

findepi
Copy link
Member

@findepi findepi commented Aug 2, 2023

No description provided.

findepi added 2 commits August 2, 2023 15:15
`AbstractMetastoreTableOperations.commitNewTable` sets `comment` table
parameter. Update it on table changes too.
Deduplicate logic for `AbstractMetastoreTableOperations.commitNewTable`
and `commitToExistingTable` for updating metastore `Table` from Iceberg
`TableMetadata`.
@findepi findepi added the no-release-notes This pull request does not require release notes entry label Aug 2, 2023
@findepi findepi requested review from wendigo, ebyhr and alexjo2144 August 2, 2023 13:16
@cla-bot cla-bot bot added the cla-signed label Aug 2, 2023
@github-actions github-actions bot added tests:hive iceberg Iceberg connector hive Hive connector labels Aug 2, 2023
The previous name was a left-over from previous implementation attempt.
@findepi findepi force-pushed the findepi/iceberg-moperations branch from e177613 to dbf6d8e Compare August 2, 2023 13:57
@findepi findepi merged commit d60b4d0 into trinodb:master Aug 3, 2023
@findepi findepi deleted the findepi/iceberg-moperations branch August 3, 2023 08:27
@github-actions github-actions bot added this to the 423 milestone Aug 3, 2023
@mosabua
Copy link
Member

mosabua commented Aug 3, 2023

I assume this is just a code cleanup and refactor with no bug fix or performance improvement aspect to add to the release notes @findepi

@ebyhr
Copy link
Member

ebyhr commented Aug 3, 2023

@mosabua Right, this PR contains no-release-notes label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector iceberg Iceberg connector no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

3 participants