lhjzmn opened a new pull request #2532: URL: https://github.com/apache/hudi/pull/2532
To synchronize the hudi meta information to the Hive metastore, it is not necessary to use both JDBC and metastoreClient. Now modified some methods, unified use metastoreClient to synchronize, mainly the createTable, updateTableDefinition, addPartitionsToTable and updatePartitionsToTable methods of the HoodieHiveClient class. At the same time, a new class DLASchemaUtil was created to isolate the synchronization of DLA tables. please review tihs pull, thanks. For the first time, I only submitted part of the code, in order to test whether it passed ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
