Release 431 (27 Oct 2023)#
General#
- Add support for SQL routines. (#19308) 
- Add support for CREATE FUNCTION and DROP FUNCTION statements. (#19308) 
- Add support for the - REPLACEmodifier to the- CREATE TABLEstatement. (#13180)
- Disallow a - nulloffset for the- lead()and- lag()functions. (#19003)
- Improve performance of queries with short running splits. (#19487) 
Security#
JDBC driver#
- Improve latency for prepared statements for Trino versions that support - EXECUTE IMMEDIATEwhen the- explicitPrepareparameter to is set to- false. (#19541)
Delta Lake connector#
- Replace the - hive.metastore-timeoutHive metastore configuration property with the- hive.metastore.thrift.client.connect-timeoutand- hive.metastore.thrift.client.read-timeoutproperties. (#19390)
Hive connector#
- Add support for SQL routine management. (#19308) 
- Replace the - hive.metastore-timeoutHive metastore configuration property with the- hive.metastore.thrift.client.connect-timeoutand- hive.metastore.thrift.client.read-timeoutproperties. (#19390)
- Improve support for concurrent updates of table statistics in Glue. (#19463) 
- Fix Hive view translation failures involving comparisons between char and varchar fields. (#18337) 
Hudi connector#
- Replace the - hive.metastore-timeoutHive metastore configuration property with the- hive.metastore.thrift.client.connect-timeoutand- hive.metastore.thrift.client.read-timeoutproperties. (#19390)
Iceberg connector#
Memory connector#
- Add support for SQL routine management. (#19308)