Github
来源:PrestoDB
浏览 372
扫码
分享
2019-11-30 14:24:51
11.70. Release 0.160
General Changes
- Fix planning failure when query has multiple unions with identical underlying columns.
- Fix planning failure when multiple
IN
predicates contain an identical subquery. - Fix resource waste where coordinator floods rebooted workers if workercomes back before coordinator times out the query.
- Add Lambda Expressions.
Hive Changes
- Fix planning failure when inserting into columns of struct types with uppercase field names.
- Fix resource leak when using Kerberos authentication with impersonation.
- Fix creating external tables so that they are properly recognized by the Hive metastore.The Hive table property
EXTERNAL
is now set to TRUE
in addition to the settingthe table type. Any previously created tables need to be modified to have this property. - Add
bucket_execution_enabled
session property.