Add error_type and error_code columns to system.runtime.queries. (#2249)
Rename experimental.work-processor-pipelines configuration property to experimental.late-materialization.enabled
and rename work_processor_pipelines session property to late_materialization. (#2275)
Fix incorrect query results when reading timestamp values from ORC files written by
Hive 3.1 or later. (#2099)
Fix a CDH 5.x metastore compatibility issue resulting in failure when analyzing or inserting
into a table with date columns. (#556)
Reduce number of metastore calls when fetching partitions. (#1921)
Support reading from insert-only transactional tables. (#576)
Deprecate parquet.fail-on-corrupted-statistics (previously known as hive.parquet.fail-on-corrupted-statistics).
Setting this configuration property to false may hide correctness issues, leading to incorrect query results.
Session property parquet_fail_with_corrupted_statistics is deprecated as well.
Both configuration and session properties will be removed in a future version. (#2129)
Improve concurrency when updating table or partition statistics. (#2154)
Allow converting unsupported types to VARCHAR by setting the session property
unsupported_type_handling or configuration property unsupported-type-handling
to CONVERT_TO_VARCHAR. (#1182)