Release 0.256
Add configuration property
experimental.distinct-aggregation-spill-enabled
and session propertydistinct_aggregation_spill_enabled
to disable spilling for distinct aggregations.Add double quotes around the column domain values in the text query plan. Literal double quotes in values will be escaped with a backslash (
ab"c
->ab\"c
).Add support for zip() to take up to 7 arguments.
- Add
cumulativeTotalMemory
toQueryStatistics
.