Release 316 (8 Jul 2019)#
General#
CLI#
Hive connector#
- Acquire S3 credentials from the default AWS locations if not configured explicitly. (#741) 
- Only allow using roles and grants with SQL standard based authorization. (#972) 
- Add support for - CSVfile format. (#920)
- Support reading from and writing to Hadoop encryption zones (Hadoop KMS). (#997) 
- Collect column statistics on write by default. This can be disabled using the - hive.collect-column-statistics-on-writeconfiguration property or the- collect_column_statistics_on_writesession property. (#981)
- Eliminate unused idle threads when using the metastore cache. (#1061) 
PostgreSQL connector#
MySQL connector#
- Export JMX statistics for various JDBC and connector operations. (#906). 
Redshift connector#
- Export JMX statistics for various JDBC and connector operations. (#906). 
SQL Server connector#
- Export JMX statistics for various JDBC and connector operations. (#906). 
TPC-H connector#
- Fix - SHOW TABLESfailure when used with a hidden schema. (#1005)
TPC-DS connector#
- Fix - SHOW TABLESfailure when used with a hidden schema. (#1005)
SPI#
- Add support for pushing simple column and row field reference expressions into connectors via the - ConnectorMetadata.applyProjection()method. (#676)