10.1. Release 0.132
General Changes
- Improve error messages for unresolved operators.
- Add support for creating constant arrays with more than 255 elements.
- Fix analyzer for queries with GROUP BY () such that errors are raised
during analysis rather than execution.
- Add resource_overcommit session property. This disables all memory
limits for the query. Instead it may be killed at any time, if the coordinator
needs to reclaim memory.
- Add support for transactional connectors.
- Add support for non-correlated scalar sub-queries.
- Add support for SQL binary literals.
- Add variant of random() that produces an integer number between 0 and a
specified upper bound.
- Perform bounds checks when evaluating abs().
- Improve accuracy of memory accounting for map_agg() and array_agg().
These functions will now appear to use more memory than before.
- Various performance optimizations for functions operating on ARRAY.
- Add server version to web UI.
CLI Changes
- Fix sporadic “Failed to disable interrupt character” error after exiting pager.
Hive Changes
- Report metastore and namenode latency in milliseconds rather than seconds in
JMX stats.
- Fix NullPointerException when inserting a null value for a partition column.
- Fix a correctness issue that can occur when any join depends on the output
of another outer join that has an inner side (or either side for the full outer
case) for which the connector declares that it has no data during planning.
- Improve CPU efficiency when writing data.