Skip to content

Commit

Permalink
Update _posts/2023-10-11-14.0.0-release.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Topol <[email protected]>
  • Loading branch information
raulcd and zeroshade authored Oct 13, 2023
1 parent aed4b42 commit 795d11b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _posts/2023-10-11-14.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ Thanks for your contributions and participation in the project!

## Columnar Format Notes

A `VariableShapeTensorType` was added to the Arrow specification as a canonical extension type. ([GH-24868](https://github.com/apache/arrow/issues/24868)).

Motivated by recent innovations in DuckDB and Meta's Velox engine, new "view" data types were added to the Arrow columnar format spec.

* 16-byte StringView and BinaryView data type which enables better buffer reuse, faster "false" string comparisons (due to maintaining a prefix) and short string inlining. ([GH-35627](https://github.com/apache/arrow/issues/35627)).
* ListView and LargeListView types for more performant "out-of-order" building and processing of lists and better buffer reuse ([GH-37876](https://github.com/apache/arrow/issues/37876)).

## Arrow Flight RPC notes

A new RPC method was added to allow polling for completion in long-running queries as an alternative to the blocking GetFlightInfo call ([GH-36155](https://github.com/apache/arrow/issues/36155)). Also, `app_metadata` was added to `FlightInfo` and `FlightEndpoint` ([GH-37635](https://github.com/apache/arrow/issues/37635)).
Expand Down

0 comments on commit 795d11b

Please sign in to comment.