Skip to main content

Release 415 (28 Apr 2023)

General

  • Improve performance of aggregations with variable file sizes. (#11361)
  • Perform missing permission checks for table arguments to table functions. (#17279)

Web UI

  • Add CPU planning time to the query details page. (#15318)

Delta Lake connector

  • Add support for commenting on tables and columns with an id and name column mapping mode. (#17139)
  • Add support for BETWEEN predicates in table check constraints. (#17120)

Hive connector

  • Improve performance of queries with selective filters on primitive fields in row columns. (#15163)

Iceberg connector

  • Improve performance of queries with filters when Bloom filter indexes are present in Parquet files. (#17192)
  • Fix failure when trying to use DROP TABLE on a corrupted table. (#12318)

Kafka connector

  • Add support for Protobuf oneof types when using the Confluent table description provider. (#16836)

SPI

  • Expose planningCpuTime in QueryStatistics. (#15318)