Remove the deprecated.legacy-log-function configuration option. The legacy behavior
(reverse argument order) for the log() function is no longer available. (#36)
Remove the deprecated.legacy-array-agg configuration option. The legacy behavior
(ignoring nulls) for array_agg() is no longer available. (#77)
Improve performance of COALESCE expressions. (#35)
Improve error message for unsupported reduce_agg() state type. (#55)
Improve performance of queries involving SYSTEM table sampling and computations over the
columns of the sampled table. (#29)
Add hive.temporary-staging-directory-enabled configuration property and
temporary_staging_directory_enabled session property to control whether a temporary staging
directory should be used for write operations. (#70)
Add hive.temporary-staging-directory-path configuration property and
temporary_staging_directory_path session property to control the location of temporary
staging directory that is used for write operations. The ${USER} placeholder can be used to
use a different location for each user (e.g., /tmp/${USER}). (#70)