Github
来源:PrestoDB
浏览 444
扫码
分享
2019-11-30 14:26:08
11.126. Release 0.115
General Changes
- Fix an issue with hierarchical queue rules where queries could be rejected after being accepted.
- Add
sha1()
, sha256()
and sha512()
functions. - Add
power()
as an alias for pow()
. - Add support for
LIMIT ALL
syntax.
Hive Changes
- 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 elementschema name other than
array_element
in its Parquet-level schema.