Release 431 (27 Oct 2023)#
General#
Add support for SQL user-defined functions. (#19308)
Add support for CREATE FUNCTION and DROP FUNCTION statements. (#19308)
Add support for the
REPLACEmodifier to theCREATE TABLEstatement. (#13180)Disallow a
nulloffset for thelead()andlag()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 theexplicitPrepareparameter to is set tofalse. (#19541)
Delta Lake connector#
Replace the
hive.metastore-timeoutHive metastore configuration property with thehive.metastore.thrift.client.connect-timeoutandhive.metastore.thrift.client.read-timeoutproperties. (#19390)
Hive connector#
Add support for User-defined function management. (#19308)
Replace the
hive.metastore-timeoutHive metastore configuration property with thehive.metastore.thrift.client.connect-timeoutandhive.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 thehive.metastore.thrift.client.connect-timeoutandhive.metastore.thrift.client.read-timeoutproperties. (#19390)
Iceberg connector#
Memory connector#
Add support for User-defined function management. (#19308)