Github
来源:PrestoDB
浏览 414
扫码
分享
2019-11-30 14:26:20
11.134. Release 0.107
General Changes
- Added
query_max_memory
session property. Note: this session property cannotincrease the limit above the limit set by the query.max-memory
configuration option. - Fixed task leak caused by queries that finish early, such as a
LIMIT
queryor cancelled query, when the cluster is under high load. - Added
task.info-refresh-max-wait
to configure task info freshness. - Add support for
DELETE
to language and connector SPI. - Reenable error classification code for syntax errors.
- Fix out of bounds exception in
lower()
and upper()
when the string contains the code point U+10FFFF
.