Back to Trino

Release 0.82

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

480356 B
Original Source

Release 0.82

  • Presto now supports the {ref}row-type type, and all Hive structs are converted to ROWs, instead of JSON encoded VARCHARs.
  • Add {func}current_timezone function.
  • Improve planning performance for queries with thousands of columns.
  • Fix a regression that was causing excessive memory allocation and GC pressure in the coordinator.