Release 430 (20 Oct 2023)#
General#
Improve performance of queries with
GROUP BY. (#19302)Fix incorrect results for queries involving
ORDER BYand window functions with ordered frames. (#19399)Fix incorrect results for query involving an aggregation in a correlated subquery. (#19002)
Security#
Enforce authorization capability of client when receiving commands
RESETandSETforSESSION AUTHORIZATION. (#19217)
JDBC driver#
Add support for a
timezoneparameter to set the session timezone. (#19102)
Iceberg connector#
Add an option to require filters on partition columns. This can be enabled by setting the
iceberg.query-partition-filter-requiredconfiguration property or thequery_partition_filter_requiredsession property. (#17263)Improve performance when reading partition columns. (#19303)
Ignite connector#
Fix failure when a query contains
LIKEwithESCAPE. (#19464)
MariaDB connector#
Add support for table statistics. (#19408)
MongoDB connector#
Fix incorrect results when a query contains several
<>orNOT INpredicates. (#19404)
SPI#
Change the Java stack type for a
mapvalue toSqlMapand arowvalue toSqlRow, which do not implementBlock. (#18948)