Fix Parquet predicate pushdown for smallint, tinyint types. (#131)
Add support for Google Cloud Storage (GCS). Credentials can be provided globally using the
hive.gcs.json-key-file-path configuration property, or as a client-provided extra credential
named hive.gcs.oauth if the hive.gcs.use-access-token configuration property is enabled. (#124)
Allow creating tables with the external_location property pointing to an empty S3 directory. (#75)
Reduce GC pressure from Parquet reader by constraining the maximum column read size. (#58)
Reduce network utilization and latency for S3 when reading ORC or Parquet. (#142)