11.84. Release 0.150
Warning
The Hive bucketing optimizations are broken in this release. You shoulddisable them by adding hive.bucket-execution=false
to yourHive catalog properties.
General Changes
- Fix web UI bug that caused rendering to fail when a stage has no tasks.
- Fix failure due to ambiguity when calling
round()
ontinyint
arguments. - Fix race in exchange HTTP endpoint, which could cause queries to fail randomly.
- Add support for parsing timestamps with nanosecond precision in
date_parse()
. - Add CPU quotas to resource groups.
Hive Changes
- Add support for writing to bucketed tables.
- Add execution optimizations for bucketed tables.