Back to Trino

Release 0.115

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

480539 B
Original Source

Release 0.115

General

  • Fix an issue with hierarchical queue rules where queries could be rejected after being accepted.
  • Add {func}sha1, {func}sha256 and {func}sha512 functions.
  • Add {func}power as an alias for {func}pow.
  • Add support for LIMIT ALL syntax.

Hive

  • Fix a race condition which could cause queries to finish without reading all the data.
  • Fix a bug in Parquet reader that causes failures while reading lists that has an element schema name other than array_element in its Parquet-level schema.