awslabs / aws-glue-catalog-sync-agent-for-hive

Enables synchronizing metadata changes (Create/Drop table/partition) from Hive Metastore to AWS Glue Data Catalog
Apache License 2.0
33 stars 13 forks source link

Reusing table object from create table event to skip show create table #10

Open Aditya-Shah opened 3 years ago

Aditya-Shah commented 3 years ago

Issue #8:

The agent fails to perform a show create table on a kerberised cluster

Description of changes:

Reusing Hive Metastore API table object from the createTableEvent to create Hive Metadata table object. This allows us to skip firing a show create table against metastore.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

IanMeyers commented 2 years ago

can you please resolve conflicts and then I will merge?