08-23 12:11:05 b6fb1451f8 Support IN predicate for complex type values with nulls
[x] all checked
08-14 19:41:17 de4679af77 Use field names to map field to underlying data for structs in ORC
[x] all checked
08-24 11:13:42 ec2f4db199 Fix handling of thread interruption in JDBC driver
[x] all checked
08-13 16:49:39 fcf66b6134 Rename pre-existing FunctionInvoker to InterpretedFunctionInvoker
[x] all checked
08-22 04:02:00 d7ccd894f8 Remove TableScanNode originalConstraint
[x] all checked
08-20 20:46:40 a9ace9e65f Fix truncated print for ProjectionNode in PlanPrinter
[x] all checked
08-24 15:31:14 7546f9198c Add per table column_ranges system table in Raptor
[x] all checked
08-21 08:17:12 e1ab5bf7d5 Add WorkProcessor#transformProcessor method
[x] all checked
08-16 16:48:33 7ec5210b77 Add bing_tiles_around variant taking radius in kilometers
[x] all checked
08-22 11:28:36 f95ed89a10 Use EOF-terminated rule for path specification
[x] all checked
08-16 15:52:26 b4bbeedac0 Update docs with new memory-related configs
[x] all checked
08-27 02:08:15 abd65e37cc Replace usage of deprecated TreeTraverser
[x] all checked
08-24 16:17:43 e8f962d304 Separate EXCEEDED_MEMORY_LIMIT error into local and global
[x] all checked
08-27 07:51:19 789753c218 Propagate stats/costs across fragments in EXPLAIN
[x] all checked
08-15 14:12:50 b813033e0a Use catalog field instead of hardcoded catalog
[x] all checked
08-26 22:20:11 900b011531 Fix more test failures due to ExceededMemoryLimitException message
[x] all checked
--------
* Add the geometry_union_agg spatial aggregation function to union the input geometries.
-------
* Optimized scalar correlated subquery to eliminate unnecessary data shuffle
Web UI Changes
--------------
* Fix the kill query button in the live plan and stage performance UIs.
* Improve numerical stability for :func:`covar_samp`, :func:`corr`, :func:`regr_slope` and :func:`regr_intercept`.
-------
* Support EXPLAIN (TYPE IO, FORMAT JSON) that shows input tables with constraints and output table in JSON format.
Kudu Connector
----------------
* Introduce Apache Kudu Connector
General
---------
* Add the convex_hull_agg spatial aggregation function to compute the convex hull of the input geometries.
Kafka connector
----------------
* Support for Avro formatted Kafka messages.
* Support for backward compatible Avro schema evolution.
---------
* Add bing_tiles_around variant taking radius in kilometers
* Fix incorrect predicate pushdown when grouping sets contain the empty grouping set (#11296).
* Fix ``X-Forwarded-Proto`` header handling for ``/`` path
Just want to make sure this isn't missed:
----
* ORC struct columns are now mapped by name rather than ordinal. This correctly handles missing/extra struct fields in the ORC file.
cc @dain #11001
--------
* Remove table scan original constraint information from EXPLAIN queries
```
checkCanCreateSchema, checkCanDropSchema, and checkCanRenameSchema.* Print statistic and cost estimates in EXPLAIN (TYPE DISTRIBUTED) and EXPLAIN ANALYZE plans
-------
* Support ROW/ARRAY/MAP values with NULLs in EQUAL and NOT_EQUAL operators
--------
* Every Raptor table now has a hidden system table which contains min/max values of every
BIGINT, DATE, TIMESTAMP and BOOLEAN column. A table named `example` will have a
column range system table named `example$column_ranges`.
Web UI Changes
--------------
* Fix kill query button in live plan and stage UI.
-------
* Improve statistics estimation for expressions that involve NOT/OR
* Fix potential negative nulls fraction estimates for expressions that involve NOT/OR
-------
* Improve memory accounting when reading ORC files. Previously, local buffers
and object overhead of StreamReader was not tracked.
```
min_by and :func:max_bySPI
Most helpful comment