Hi devs, I want to bring a discussion for PIP-22 [1].
In some cases, the schema on the file system may differ from the one in the metastore: 1. There is a database in the file system, but not in the metastore 2. There are tables in the file system, but not in metastore 3. The schema in the file system is different from the metastore 4. The partition in the file system is inconsistent with the metastore We lack a method to synchronize information from the file system to Metastore. This PIP aims to add repair_meta procedure to provide this method. [1] https://cwiki.apache.org/confluence/display/PAIMON/PIP-22%3A+Introduce+repair+metastore+procedure Best, Jingsong