Release 377 (13 Apr 2022)
General
- Add support for standard SQL
trim syntax. (#11236)
- Fix incorrect results when queries execute in fault-tolerant mode. (#11870)
Hive connector
- Add support for
date type partition names with timestamp formatting. (#11873)
- Improve performance of queries that use Glue metadata. (#11869)
- Fix failure of the
sync_partition_metadata procedure when partition names
differ from partition paths on the file system. (#11864)
Iceberg connector
- Support setting Glue metastore catalog identifier with the
hive.metastore.glue.catalogid catalog configuration property. (#11520)
- Add support for materialized views when using Glue metastore. (#11780)
Kafka connector
- Add support for additional Kafka client properties specified with the
kafka.config.resources catalog configuration property. (#8743)
SQL Server connector
- Improve performance of queries involving joins by pushing computation to the
SQL Server database. (#11637)