Release 438 (1 Feb 2024)#
General#
- Add support for using types such as - char,- varchar,- uuid,- ip_address,- geometry, and others with the- reduce_agg()function. (#20452)
- Fix query failure when using - chartypes with the- reverse()function. (#20387)
- Fix potential query failure when using the - max_by()function on large datasets. (#20524)
- Fix query failure when querying data with deeply nested rows. (#20529) 
Security#
- Add support for access control with Open Policy Agent. (#19532) 
Delta Lake connector#
Hive connector#
- Add support for configuring the maximum number of values per page when writing to Parquet files with the - parquet.writer.page-value-countconfiguration property or the- parquet_writer_page_value_countsession property. (#20171)
Iceberg connector#
- Add support for - ALTER COLUMN ... DROP NOT NULLstatements. (#20315)
- Add support for configuring the maximum number of values per page when writing to Parquet files with the - parquet.writer.page-value-countconfiguration property or the- parquet_writer_page_value_countsession property. (#20171)
- Add support for - array,- mapand- rowtypes in the- migratetable procedure. (#17583)
Pinot connector#
- Add support for the - datetype. (#13059)
PostgreSQL connector#
- Add support for - ALTER COLUMN ... DROP NOT NULLstatements. (#20315)