-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website: Add blog post for 17.0.0 #537
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, if you could help add the highlights for the blog post. See in the description both the Release notes and the milestone issues for 17.0.0
Co-authored-by: David Li <li.davidm96@gmail.com>
_posts/2024-07-16-17.0.0-release.md
Outdated
## 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.** | ||
|
||
- Basic support for ListView (GH-41287) and StringView (GH-40339) has been added. These types should still be considered experimental. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @vibhatha anything else to add?
Co-authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com>
Parquet Part LGTM, Thanks Raul! |
## Arrow Flight RPC notes | ||
|
||
- Flight SQL was formally stabilized (GH-39204). | ||
- Flight SQL added a bulk ingestion command (GH-38255). | ||
- The JDBC Flight SQL driver now accepts "catalog" as a connection parameter (GH-41947). | ||
- "Stateless" prepared statements are now supported (GH-37220, GH-41262). | ||
- Java added `FlightStatusCode.RESOURCE_EXHAUSTED` (GH-35888). | ||
- C++ has some basic support for logging with OpenTelemetry (GH-39898). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Arrow Flight RPC notes | |
- Flight SQL was formally stabilized (GH-39204). | |
- Flight SQL added a bulk ingestion command (GH-38255). | |
- The JDBC Flight SQL driver now accepts "catalog" as a connection parameter (GH-41947). | |
- "Stateless" prepared statements are now supported (GH-37220, GH-41262). | |
- Java added `FlightStatusCode.RESOURCE_EXHAUSTED` (GH-35888). | |
- C++ has some basic support for logging with OpenTelemetry (GH-39898). | |
## Arrow Flight RPC notes | |
**The experimental UCX backend will be removed in 18.0.0.** | |
- Flight SQL was formally stabilized (GH-39204). | |
- Flight SQL added a bulk ingestion command (GH-38255). | |
- The JDBC Flight SQL driver now accepts "catalog" as a connection parameter (GH-41947). | |
- "Stateless" prepared statements are now supported (GH-37220, GH-41262). | |
- Java added `FlightStatusCode.RESOURCE_EXHAUSTED` (GH-35888). | |
- C++ has some basic support for logging with OpenTelemetry (GH-39898). |
Co-authored-by: Bryce Mecum <petridish@gmail.com>
Co-authored-by: Adam Reeve <adreeve@gmail.com>
Co-authored-by: Joel Lubinitsky <33523178+joellubi@users.noreply.github.com>
Co-authored-by: Dane Pitkin <dpitkin.oss@gmail.com>
Co-authored-by: Rossi Sun <zanmato1984@gmail.com>
Co-authored-by: Adam Reeve <adreeve@gmail.com>
Thanks all. |
Co-authored-by: Dane Pitkin <dpitkin.oss@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM I am merging the blog post and will announce the release
Thanks everyone involved!
Release blog post for 17.0.0.
Release notes are here: https://arrow.apache.org/release/17.0.0.html
Issues on the milestone are here: https://github.com/apache/arrow/milestone/62?closed=1