You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
Description
Simply put, we no longer store metadata for mixed-hive tables on AMS, but instead retrieve it through information in HMS and the properties of base tables. The related logic for table creation, updates, deletions, and queries has all been modified.
The base/change of mixed-hive table is still HadoopTable.
When creating a table, remove the logic registered in AMS.
When loading a table, first retrieve the root location from HMS, then load the base table based on the root location + "/base".
When obtaining a list of tables, pull visible Hive tables from HMS and filter out non-mixed-Hive tables via the Arctic flag.
When deleting a table, no longer delete metadata from AMS.
Search before asking
Description
Simply put, we no longer store metadata for mixed-hive tables on AMS, but instead retrieve it through information in HMS and the properties of base tables. The related logic for table creation, updates, deletions, and queries has all been modified.
The base/change of mixed-hive table is still HadoopTable.
Parent issue
#1061
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: