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
REPLACE
modifier to theCREATE TABLE
statement. (#13180)Disallow a
null
offset 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 IMMEDIATE
when theexplicitPrepare
parameter to is set tofalse
. (#19541)
Delta Lake connector#
Replace the
hive.metastore-timeout
Hive metastore configuration property with thehive.metastore.thrift.client.connect-timeout
andhive.metastore.thrift.client.read-timeout
properties. (#19390)
Hive connector#
Add support for SQL routine management. (#19308)
Replace the
hive.metastore-timeout
Hive metastore configuration property with thehive.metastore.thrift.client.connect-timeout
andhive.metastore.thrift.client.read-timeout
properties. (#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-timeout
Hive metastore configuration property with thehive.metastore.thrift.client.connect-timeout
andhive.metastore.thrift.client.read-timeout
properties. (#19390)
Iceberg connector#
Memory connector#
Add support for SQL routine management. (#19308)