Change default location of the http-request.log to /var/log/presto. Previously,
the log would be located in /var/lib/presto/data/var/log by default. (#919)
Fix listing tables and views from Hive 2.3+ Metastore on certain databases,
including Derby and Oracle. This fixes SHOW TABLES, SHOW VIEWS and
reading from information_schema.tables table. (#833)
Fix handling of Avro tables with avro.schema.url defined in Hive
SERDEPROPERTIES. (#898)
Fix regression that caused ORC bloom filters to be ignored. (#921)
Add support for reading LZ4 and ZSTD compressed Parquet data. (#910)
Add support for writing ZSTD compressed ORC data. (#910)
Add support for configuring ZSTD and LZ4 as default compression methods via the
hive.compression-codec configuration option. (#910)
Do not allow inserting into text format tables that have a header or footer. (#891)
Add textfile_skip_header_line_count and textfile_skip_footer_line_count table properties
for text format tables that specify the number of header and footer lines. (#845)
Add hive.max-splits-per-second configuration property to allow throttling
the split discovery rate, which can reduce load on the file system. (#534)
Support overwriting unpartitioned tables for insert queries. (#924)