Release 0.151
Fix performance regression for queries using
OUTER JOIN
.Fix query failure when using the aggregation function on
integer
type.Add flag
deprecated.legacy-array-agg
to restore legacy behavior (ignoreNULL
input). This flag will be removed in a future release.
- Add
shadow-writes.enabled
option which can be used to transformCREATE TABLE AS SELECT
queries to write to a temporary table (rather than the originally specified table).
Remove
getDataSourceName
fromConnectorSplitSource
.
Note