[HUDI-2990] Sync to HMS when deleting partitions (#4291)
This commit is contained in:
@@ -287,6 +287,11 @@ public class HoodieDLAClient extends AbstractSyncHoodieClient {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dropPartitionsToTable(String tableName, List<String> partitionsToDrop) {
|
||||
throw new UnsupportedOperationException("Not support dropPartitionsToTable yet.");
|
||||
}
|
||||
|
||||
public Map<List<String>, String> scanTablePartitions(String tableName) {
|
||||
String sql = constructShowPartitionSQL(tableName);
|
||||
Statement stmt = null;
|
||||
|
||||
Reference in New Issue
Block a user