Add support for metastore caching on tables that have not been analyzed, which
can be enabled with the hive.metastore-cache.cache-missing-stats and
hive.metastore-cache.cache-missing-partitions configuration properties. (#21822)
Fix under-accounting of memory usage when writing strings to Parquet files. (#21745)
Fix failure when translating Hive views that contain EXISTS clauses. (#21829)