Skip to content

Commit

Permalink
Add Go notes
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Lubinitsky <[email protected]>
  • Loading branch information
kou and joellubi authored Jul 18, 2024
1 parent 0ff2eb6 commit 7e10c33
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _posts/2024-07-16-17.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,29 @@ Thanks for your contributions and participation in the project!

## Go Notes

### Bug Fixes

#### Arrow

- Prevent exposure of invalid Go pointers in CGO code ([GH-43062](https://github.com/apache/arrow/issues/43062))
- Fix memory leak for 0-length C array imports ([GH=41534](https://github.com/apache/arrow/issues/41534))
- Ensure statement handle is updated so stateless prepared statements work properly ([GH-41427](https://github.com/apache/arrow/issues/41427))

#### Parquet

- Fix memory leak in BufferedPageWriter ([GH-41697](https://github.com/apache/arrow/issues/41697))
- Fix performance regression in PooledBufferWriter ([GH-41541](https://github.com/apache/arrow/issues/41541))

### Enhancements

#### Arrow

- Arrow Schemas and Records can now be created from Protobuf messages ([GH-40494](https://github.com/apache/arrow/issues/40494))

#### Parquet

- Performance improvement for BitWriter VlqInt ([GH-41160](https://github.com/apache/arrow/pull/41160))

## Java notes

**Some changes are coming up in the next version, Arrow 18. Java 8 support will be removed. The version of the flight-core artifact with shaded gRPC will no longer be distributed.**
Expand Down

0 comments on commit 7e10c33

Please sign in to comment.