docs/src/main/sphinx/release/release-0.90.md
:::{warning} This release has a memory leak and should not be used. :::
JOIN and GROUP BY over the same
key columns.task.writer-count to configure the number of writers per task.UNKNOWN.approx_distinct documentation with correct standard error bounds.compiler.interpreter-enabled=true
to the coordinator and worker config properties. Enabling this option will
allow certain queries to run slowly rather than failing./client/jdbc conformance. In particular, all unimplemented
methods now throw SQLException rather than UnsupportedOperationException.bool_and and {func}bool_or aggregation functions.every as an alias for {func}bool_and.year_of_week function.regexp_extract_all function.map_agg aggregation function.JSON to ARRAY or MAP types.VALUES clause./sql/set-session, {doc}/sql/reset-session and {doc}/sql/show-session.EXPLAIN (TYPE DISTRIBUTED) output and include additional
information such as output layout, task placement policy and partitioning functions.hive.assume-canonical-partition-keys=true
to the coordinator and worker config properties.getColumnTypes to RecordSink.Slice for table writer fragments.ConnectorPageSink which is a more efficient interface for column-oriented sources.:::{note} This is a backwards incompatible change with the previous connector SPI. If you have written a connector, you will need to update your code before deploying this release. :::