Remove the legacy Parquet reader, along with the
parquet.optimized-reader.enabled and
parquet.optimized-nested-reader.enabled configuration properties. (#18639)
Improve performance for line-oriented Hive formats. (#18703)
Improve performance of reading JSON files. (#18709)
Remove the legacy Parquet reader, along with the
parquet.optimized-reader.enabled and
parquet.optimized-nested-reader.enabled configuration properties. (#18639)
Fix incorrect reporting of written bytes for uncompressed text files, which
prevented the target_max_file_size session property from working. (#18701)
Remove the legacy Parquet reader, along with the
parquet.optimized-reader.enabled and
parquet.optimized-nested-reader.enabled configuration properties. (#18639)
Add support for CASCADE option in DROP SCHEMA statements. (#18689)
Remove the legacy Parquet reader, along with the
parquet.optimized-reader.enabled and
parquet.optimized-nested-reader.enabled configuration properties. (#18639)
Fix potential incorrect query results when a query involves a predicate on a
timestamp with time zone column. (#18588)
Introduce the getNewTableWriterScalingOptions and
getInsertWriterScalingOptions methods to ConnectorMetadata, which enable
connectors to limit writer scaling. (#18561)