Add support for changing column comments when using the Glue catalog. (#19076)
Reduce data read from Parquet files for queries with filters. (#19032)
Improve performance of reading text files. (#18959)
Allow changing a column's type from double to varchar in Hive tables. (#18930)
Remove legacy Hive readers and writers. The *_native_reader_enabled and
*_native_writer_enabled session properties and *.native-reader.enabled and
*.native-writer.enabled configuration properties are removed. (#18241)
Remove support for S3 Select. The s3_select_pushdown_enabled session
property and the hive.s3select* configuration properties are removed. (#18241)
Remove support for disabling optimized symlink listing. The
optimize_symlink_listing session property and
hive.optimize-symlink-listing configuration property are removed. (#18241)
Fix incompatibility with Hive OpenCSV deserialization. As a result, when the
escape character is explicitly set to ", a \ (backslash) must be used
instead. (#18918)
Fix performance regression when reading CSV files on AWS S3. (#18976)
Fix failure when creating a table with a varchar(0) column. (#18811)