13.80. Release 0.182
- Fix correctness issue that causes to return positive numbers for inverse correlations.
- Fix the query plan for tables that are partitioned on
TIMESTAMP
orDATE
columns. - Implement subtraction for all
TIME
and types. - Improve planning performance for queries that join multiple tables with a large number columns.
- Improve the performance of joins with only non-equality conditions by using a nested loops join instead of a hash join.
- Improve the performance of casting from
JSON
toARRAY
orMAP
types. - Add a new IPADDRESS type to represent IP addresses.
- Add support for column aliases in statements.
- Add a config option to reject queries during cluster initialization. Queries are rejected if the active worker count is less than the
query-manager.initialization-required-workers
property while the coordinator has been running for less thanquery-manager.initialization-timeout
. - Add . This connector provides a set of schemas to support the TPC Benchmark™ DS (TPC-DS).
- Fix an issue that would sometimes prevent queries from being cancelled when exiting from the pager.
- Fix reading decimal values in the optimized Parquet reader when they are backed by the
int32
orint64
types.