Description
When syncing a Hudi table to HMS, we need to sync partition information by calling `add_partitions`. Such operation is expensive (40s per 1000 partitions). We should check if this can be improved.
When syncing a Hudi table to HMS, we need to sync partition information by calling `add_partitions`. Such operation is expensive (40s per 1000 partitions). We should check if this can be improved.