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 partition names that include special characters. (#11719)

  • Add support for date type partition names with timestamp formatting. (#11873)

  • Improve performance of queries that use Glue metadata. (#11869)

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)