Release 0.182
Fix the EXPLAIN query plan for tables that are partitioned on or
DATE
columns.Implement subtraction for all
TIME
andTIMESTAMP
types.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 to
ARRAY
orMAP
types.Add a new type to represent IP addresses.
Add support for column aliases in
CREATE TABLE AS
statements.Add a config option to reject queries during cluster initialization. Queries are rejected if the active worker count is less than the property while the coordinator has been running for less than
query-manager.initialization-timeout
.Add TPCDS Connector. 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.