Closed raghavsethi closed 6 years ago
* Add :func:`spooky_hash_v2_32` and :func:`spooky_hash_v2_64` functions.
* Preserve field names when unnesting columns of type ``ROW``.
General
-------
* Fix a bug that could cause ``PartitionedOutputOperator``s to hold onto significant amount of memory eventually causing full garbage collection pauses and out of memory exceptions.
* Add a cluster memory leak detector that logs the queries that have possibly leaked (e.g., has accounted for memory usage incorrectly) memory on some worker(s).
* Make the cluster out of memory killer more resilient to memory accounting leaks. Previously, memory accounting leaks on the workers could effectively disable the out of memory killer.
CLI Changes
-----------
* Fix the creation of the cli history file on fresh installations.
Hive Connector Changes
----------------
* Improve stripe size estimation for the optimized ORC writer. This reduces the number of cases where tiny ORC stripes will be written.
Please add:
a669b1137a16a3727d9e14420b048ed5ccc53376
Update esri-geometry-api to version 2.2.0 (from 2.1.0)
Hive Connector Changes
----------------
* Collect column level statistics on table write (INSERT, CREATE TABLE AS SELECT). Disabled by default. Can be enabled by setting the "hive.collect-column-statistics-on-write" connector property.
* Pull data size statistics from the metastore for VARCHAR, VARBINARY and CHAR columns
General
* Limit the number of stages in a query to 100. The limit can be adjusted with
``query.max-stage-count`` config and ``query_max_stage_count`` session property.
Thrift Connector Changes
------------------------
* Include error message from remote server in remote exceptions.
General Changes
---------------
* Add experimental support for running on Linux ppc64le.
Hive Connector Changes
----------------------
* Remove size limit for writing bucketed sorted tables.
* Allow using writer scaling with Parquet.
General
---------
* Improve planning time for queries over tables with high number of columns.
* Extend support for correlated subqueries, including single row correlated subquery with complex expression over a correlated column reference.
* Fix aggregation push down through left outer join optimization for aggregations over columns from the left side join relation.
Andrii Rosa
Dain Sundstrom
David Phillips
Gerlou Shyy
Grzegorz Kokosiński
Haozhun Jin
Jiexi Lin
Maria Basmanova
Martin Traverso
Nezih Yigitbasi
Wenlei Xie
Yi He
yingsu00