Fix handling of updated credentials for Google Cloud Storage (GCS). (#398)
Fix calculation of bucket number for timestamps that contain a non-zero
milliseconds value. Previously, data would be written into the wrong bucket,
or could be incorrectly skipped on read. (#366)
Allow writing ORC files compatible with Hive 2.0.0 to 2.2.0 by identifying
the writer as an old version of Hive (rather than Presto) in the files.
This can be enabled using the hive.orc.writer.use-legacy-version-number
configuration property. (#353)
Support dictionary filtering for Parquet v2 files using RLE_DICTIONARY encoding. (#251)