Skip to content

Commit

Permalink
Add Flight notes from review
Browse files Browse the repository at this point in the history
Co-authored-by: David Li <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
3 people committed Jan 22, 2025
1 parent 8a3119b commit 3dbaa09
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _posts/2025-01-16-19.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,14 @@ The Azure filesystem now supports SAS token authentication (GH-44308).

### Flight RPC

The UCX backend has been deprecated and is scheduled for removal (GH-45079).
- The precision of a Timestamp (used for timeouts) is now nanoseconds on all
platforms; previously it was platform-dependent.
([#44679](https://github.com/apache/arrow/issues/44679))
- The Python bindings now support various new fields that were added to
FlightEndpoint/FlightInfo (like `expiration_time`).
([#36954](https://github.com/apache/arrow/issues/36954))
- The UCX backend has been deprecated and is scheduled for removal.
([GH-45079](https://github.com/apache/arrow/issues/)).

### Memory management

Expand Down

0 comments on commit 3dbaa09

Please sign in to comment.