Release 367 (22 Dec 2021)#
General#
- Capture lineage details for columns from - WITHclauses and subqueries. (#10272)
- Improve - CREATE VIEWerror message when table or materialized view already exists. (#10186)
- Disallow query retries when connectors cannot perform them safely. (#10064) 
- Improve performance when query retries are enabled by adding support for dynamic filtering. (#10274) 
- Fix failure in - min_byand- max_byaggregation execution. (#10347)
- Fix planning failure for queries that access fields of - rowtypes by index (- ROW(...)[n]) or that select all row fields (- ROW(..).*). (#10321)
- Fix bug where certain queries which use broadcast joins could hang and never complete. (#10344) 
- Fix failure when row or array in - VALUESclause contains nulls. (#10141)
Security#
Web UI#
- Improve user experience by introducing a new landing page for logout flow when Oauth2 authentication is used. (#10299) 
Hive connector#
Iceberg connector#
- Prevent data loss during - DROP SCHEMAwhen schema location contains files but not tables. (#9767)
SPI#
- Fix - ClassNotFoundExceptionwhen using aggregation with a custom state type. (#10341)