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
loc_scan_missing_dirs.md recommends dropping both partitions and tables that don’t point to any hdfs directories.
However, mysql_missing_parts.sql generates cleanup statements only for partitions and not for tables.
Can we also include statements for dropping empty tables from the backend directly in mysql_missing_parts.sql
The text was updated successfully, but these errors were encountered:
mckempanna
changed the title
mysql_missing_parts.sql should include corresponding backend mysql statements to drop tables as well
mysql_missing_parts.sql should include corresponding backend mysql statements to drop empty tables as well
Oct 30, 2023
loc_scan_missing_dirs.md recommends dropping both partitions and tables that don’t point to any hdfs directories.
However, mysql_missing_parts.sql generates cleanup statements only for partitions and not for tables.
Can we also include statements for dropping empty tables from the backend directly in mysql_missing_parts.sql
The text was updated successfully, but these errors were encountered: