Skip to main content

Release 459 (25 Sep 2024)

General

  • Fix possible query failure when retry_policy is set to TASK and when adaptive join reordering is enabled. (#23407)

Docker image

  • Update Java runtime to Java 23. (#23482)

CLI

  • Display data sizes and rates with binary (1024-based) abbreviations such as KiB and MiB. Add flag --decimal-data-size to use decimal (1000-based) values and abbreviations such as KB and MB. (#13054)

BigQuery connector

  • Improve performance of queries that access only a subset of fields from nested data. (#23443)
  • Fix query failure when the bigquery.service-cache-ttl property isn't 0ms and case insensitive name matching is enabled. (#23481)

ClickHouse connector

  • Improve performance for queries involving conditions with varchar data. (#23516)

Delta Lake connector

Elasticsearch connector

  • Fix failures for count(*) queries with predicates containing non-ASCII strings. (#23425)

Hive connector

Hudi connector

Iceberg connector

Local file connector

OpenSearch connector

  • Fix failures for count(*) queries with predicates containing non-ASCII strings. (#23425)

SPI

  • Add ConnectorAccessControl argument to the ConnectorMetadata.getTableHandleForExecute method. (#23524)