docs/src/main/sphinx/release/release-0.148.md
ROWS BETWEEN UNBOUNDED PRECEDING AND 2 PRECEDING
would incorrectly use the first row as the window frame for the first two
rows rather than using an empty frame.AT TIME ZONE, e.g.
SELECT TIMESTAMP '2016-01-02 12:34:56' AT TIME ZONE 'America/Los_Angeles' AT TIME ZONE 'UTC'.task.writer-count configuration mismatches between coordinator and worker.node-scheduler.max-pending-splits-per-node-per-task config is not always
honored by node scheduler. This bug could stop the cluster from making further progress.colocated-joins-enabled to enable colocated joins by default for
connectors that expose node-partitioned data.array_agg function.JOIN and UNION.array_sort function.query.initial-hash-partitions to 100.query.max-memory-per-node to 10% of the Java heap.task.max-worker-threads to 2 times the number of cores.This release fixes several problems with large and negative intervals.
INTERVAL '-2-3' YEAR TO MONTH was interpreted as a negative interval of 21 months
rather than 27 months (positive 3 months was added to negative 24 months).INTERVAL DAY TO SECOND type in REST API. Previously, intervals greater than
2,147,483,647 milliseconds (about 24 days) were returned as the wrong value.INTERVAL YEAR TO MONTH type. Previously, intervals greater than
2,147,483,647 months were returned as the wrong value from the REST API
and parsed incorrectly when specified as a literal.PrestoInterval classes.:::{note} Older versions of the JDBC driver will misinterpret most negative intervals from new servers. Make sure to update the JDBC driver along with the server. :::
element_at function for map type.split_to_map function.zip function.map_union aggregation function.ROW syntax for constructing row types.REVOKE permission syntax.SMALLINT and TINYINT types.skip-cpu-check-regex config property which can be used to skip the CPU
time comparison for queries that match the given regex.check-cpu config property which can be used to disable CPU time comparison.NoClassDefFoundError for KMSClientProvider in HDFS client.REVOKE permission syntax.SMALLINT and TINYINTDELETE from unpartitioned tables.DECIMAL.varchar(n).jmx.history schema with in-memory periodic samples of values from JMX MBeans.VARCHAR, DATE, TIME and TIMESTAMP types.varchar(n) to the Redis, TPC-H, MongoDB, Local File
and Example HTTP connectors.