Back to Trino

Release 0.166

docs/src/main/sphinx/release/release-0.166.md

480687 B
Original Source

Release 0.166

General

  • Fix failure due to implicit coercion issue in IN expressions for certain combinations of data types (e.g., double and decimal).
  • Add query.max-length config flag to set the maximum length of a query. The default maximum length is 1MB.
  • Improve performance of {func}approx_percentile.

Hive

  • Include original exception from metastore for AlreadyExistsException when adding partitions.
  • Add support for the Hive JSON file format (org.apache.hive.hcatalog.data.JsonSerDe).

Cassandra

  • Add configuration properties for speculative execution.

SPI

  • Add peak memory reservation to SplitStatistics in split completion events.