Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/release/release-396.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* Improve performance when writing
[structural data types](structural-data-types) to Parquet files. ({issue}`13714`)
* Improve performance of queries that contain predicates involving `date_trunc`
on `date` or `timestamp` partition columns. ({issue}`14011`)
on `date`, `timestamp` or `timestamp with time zone` partition columns. ({issue}`14011`)
* Fix incorrect results from using the `[VERSION | TIMESTAMP] AS OF` clause when
the snapshot's schema differs from the current schema of the table. ({issue}`14064`)
* Prevent `No bucket node map` failures when inserting data. ({issue}`13960`)
Expand Down