Skip to content
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

Merged
merged 16 commits into from
Jul 19, 2024
Merged

Website: Add blog post for 17.0.0 #537

merged 16 commits into from
Jul 19, 2024

Conversation

raulcd
Copy link
Member

@raulcd raulcd commented Jul 17, 2024

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

Copy link
Member Author

@raulcd raulcd left a 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

_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
Comment on lines 62 to 67
## 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.

Copy link
Member

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 <[email protected]>
@mapleFU
Copy link
Member

mapleFU commented Jul 17, 2024

Parquet Part LGTM, Thanks Raul!

_posts/2024-07-16-17.0.0-release.md Outdated Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Outdated Show resolved Hide resolved
_posts/2024-07-16-17.0.0-release.md Show resolved Hide resolved
Comment on lines +48 to +55
## 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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 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).

kou and others added 7 commits July 18, 2024 17:41
Co-authored-by: Bryce Mecum <[email protected]>
Co-authored-by: Adam Reeve <[email protected]>
Co-authored-by: Joel Lubinitsky <[email protected]>
Co-authored-by: Dane Pitkin <[email protected]>
@kou
Copy link
Member

kou commented Jul 18, 2024

Thanks all.
I've merged all suggestions except Flight UCX's one because it seems that we need a discussion about it: apache/arrow#43297 (comment)

Copy link
Member Author

@raulcd raulcd left a 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!

@raulcd raulcd merged commit ab4042b into apache:main Jul 19, 2024
1 check passed
@raulcd raulcd deleted the blog-17.0.0 branch July 19, 2024 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.