docs/src/main/sphinx/release/release-0.190.md
array_min and {func}array_max when arrays contain NaN.GROUPING that require implicit coercions
in expressions containing aggregate functions.DISTINCT aggregates over the same column.HAVING clause contains window functions.SHOW FUNCTIONS.BingTile type.approx_distinct function now supports a standard error
in the range of [0.0040625, 0.26000].ORDER BY in aggregation functions.dictionary-processing-joins-enabled
config property or the dictionary_processing_join session property.INTERVAL types.ST_Buffer geospatial function.DECIMAL type rather than DOUBLE.
This behavior can be enabled by setting the parse-decimal-literals-as-double
config property or the parse_decimal_literals_as_double session property to false.getPeakMemoryBytes() to QueryStats.hive.max-outstanding-splits-size for the maximum
amount of memory used to buffer splits for a single table scan. Additionally,
the default value is substantially higher than the previous hard-coded limit,
which can prevent certain queries from failing.RecordSink interface, which was difficult to use
correctly and had no advantages over the PageSink interface.:::{note}
This is a backwards incompatible change with the previous connector SPI.
If you have written a connector that uses the RecordSink interface,
you will need to update your code before deploying this release.
:::