Reduce memory usage when scanning a large number of partitions, and add the
hive.max-partitions-for-eager-load configuration property to manage the
number of partitions that can be loaded into memory. (#14225)
Increase the default value of the hive.max-partitions-per-scan
configuration property to 1000000 from 100000. (#14225)
Utilize the hive.metastore.thrift.delete-files-on-drop configuration
property when dropping partitions and tables. Previously, it was only used
when dropping tables. (#13545)