04-30 15:35:24 e1dffc25a6 Add totalAvailableProcessors to ClusterStatsResource
[x] all checked
05-02 17:14:13 7df0eecf3a Hide support for PostgreSQL arrays behind a config switch
[x] all checked
05-01 06:19:25 eaa177f9c9 Extract MBeanServerModule
[x] all checked
05-02 10:36:24 0d155116f5 Improve Hive assume role config properties description
[x] all checked
05-01 17:51:42 ebcebd09a7 Make expression matcher symmetric for comparison expressions
[x] all checked
----
* Add support for assuming AWS role when accessing S3 or Glue. (:issue:`698`)
----
* Add support for coercions between ``DECIMAL``, ``DOUBLE``, and ``REAL`` for partition and table schema mismatch. (:issue:`352`)
---
* Support having tables with same name in different Blackhole schemas. (:issue:`550`)
-------
* Add initial and experimental support for late materialization.
This feature can be enabled via `experimental.work-processor-pipelines`
feature config or via `work_processor_pipelines` session config.
Simple select queries of type `SELECT ... FROM table ORDER BY cols LIMIT n` can
experience significant CPU and performance improvement. (:issue:`602`)
----
* Fix typo in Metastore recorder duration property name. (:issue:`711`)
* Add support for ``FETCH FIRST`` syntax. (:issue:`666`)
* Improve performance of ``JOIN`` queries involving join keys of different types. (:issue:`665`)
----
* Reduce compilation failures for expressions over types containing a extremely large number of nested types. (:issue:`537`)
CLI Changes
---
* Make the final query time consistent with query stats. (:issue:`692`)
Hive Connector Changes
---
* Ignore boolean column statistics when the count is ``-1``. (:issue:`241`)
Hive Connector Changes
---
* Prevent failures for ``information_schema`` queries when a table has an invalid storage format. (:issue:`568`)
-------
* Fix error reporting when query fails with due to running out of memory. (:issue:`696`)
PostgreSQL Connector Changes
---
* Support for the ``ARRAY`` type has been disabled by default. (:issue:`687`)
We might want to expand on this
Most helpful comment
568