Skip to content

Commit

Permalink
Combine Java, Go, Rust, reorder headers
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Jan 22, 2025
1 parent ab36859 commit 2b4cc03
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions _posts/2025-01-16-19.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,24 +132,34 @@ and `parquet::arrow::FileReader::GetRecordBatchReader()`.
([#44784](https://github.com/apache/arrow/issues/44784),
[#44808](https://github.com/apache/arrow/issues/44808))

## C# notes
## C# Notes

- The `PrimitiveArrayBuilder` constructor has been made public to allow writing
custom builders. ([#23995](https://github.com/apache/arrow/issues/23995))
- Improved the performance of looking up schema fields by name.
([#44575](https://github.com/apache/arrow/issues/44575))

## Java notes
## Java, Go, and Rust Notes

The Java project has moved to a separate repository outside the main Arrow
monorepo. For notes on the latest release of the Java implementation, see the
The Java, Go, and Rust Go projects have moved to separate repositories outside
the main Arrow monorepo.

- For notes on the latest release of the [Java implementation](https://github.com/apache/arrow-java), see the
latest [Arrow Java changelog][7].
- For notes on the latest release of the [Rust implementation](https://github.com/apache/arrow-rs) see the latest [Arrow Rust changelog][5].
- For notes on the
latest release of the [Go implementation](https://github.com/apache/arrow-go), see the latest [Arrow Go changelog][6]

## Linux Packaging Notes

- Debian: Fixed keyring format to support newer libapt (e.g., that used by
Trixie). ([#45118](https://github.com/apache/arrow/issues/45118))

## Python notes
## Python Notes

TODO

## Ruby and C GLib notes
## Ruby and C GLib Notes

### Ruby

Expand All @@ -173,17 +183,6 @@ TODO
listed in the 19.0.0 milestone](https://github.com/apache/arrow/issues?q=is%3Aclosed%20milestone%3A19.0.0%20label%3A%22Component%3A%20GLib%22)
for more details.

## Rust notes and Go notes

The Rust and Go projects have moved to separate repositories outside the main
Arrow monorepo. For notes on the latest release of the Rust implementation, see
the latest [Arrow Rust changelog][5]. For notes on the latest release of the Go
implementation, see the latest [Arrow Go changelog][6]

## Linux packages notes

- Debian: Fixed keyring format to support newer libapt (e.g., that used by
Trixie). ([#45118](https://github.com/apache/arrow/issues/45118))

[1]: https://github.com/apache/arrow/milestone/66?closed=1
[2]: {{ site.baseurl }}/release/19.0.0.html#contributors
Expand Down

0 comments on commit 2b4cc03

Please sign in to comment.