-
Notifications
You must be signed in to change notification settings - Fork 122
Version 9.0.0 release blog post #227
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
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? Then could you also rename pull request title in the following format? See also: |
_posts/2022-08-01-9.0.0-release.md
Outdated
|
|
||
| ## Ruby and C GLib notes | ||
|
|
||
| ### Ruby |
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.
@kou can you add the release 9.0.0 ruby notes?
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.
@mrkn Could you work on this?
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.
Yes, I will do!
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.
@kou I've got cold so I cannot do this soon. Could you do this instead?
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.
OK. Done.
Take care!
_posts/2022-08-01-9.0.0-release.md
Outdated
|
|
||
| The Apache Arrow team is pleased to announce the 9.0.0 release. This covers | ||
| over 3 months of development work and includes [**473 resolved issues**][1] | ||
| from [**YYY distinct contributors**][2]. See the Install Page to learn how to |
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.
I'll update accordingly once the release is published
Co-authored-by: David Li <[email protected]>
Co-authored-by: Matt Topol <[email protected]>
Co-authored-by: Dominik Moritz <[email protected]>
Co-authored-by: Larry White <[email protected]>
|
|
||
| ## C++ notes | ||
|
|
||
| STL-like iteration is now provided over chunked arrays ([ARROW-602](https://issues.apache.org/jira/browse/ARROW-602)). |
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.
I think release blogs/changelogs are most effective when the highlights/most significant changes come first. This is probably not the most important change in the C++ library in this release.
Co-authored-by: Neal Richardson <[email protected]>
| The C++ compute and execution engine is now officially named "Acero", though | ||
| its C++ namespaces have not changed. | ||
|
|
||
| New light-weight data holder abstractions have been introduced in order |
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.
It's cool that we're talking about (internal?) refactorings, but shouldn't we also mention the hash-join performance improvements? @boshek @westonpace are you still planning to write a blog post about this?
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.
I added some brief notes in 4fee7a0 but I believe a blog post will eventually also be written.
Added info for ARROW-14182 and ARROW-15498 which improve hash join performance.
_posts/2022-08-01-9.0.0-release.md
Outdated
|
|
||
| Vala is now supported. ([ARROW-15671](https://issues.apache.org/jira/browse/ARROW-15671)). See [`c_glib/example/vala/`](https://github.com/apache/arrow/tree/apache-arrow-9.0.0/c_glib/example/vala) for examples. | ||
|
|
||
| `GArrowQunatileOptions` is added. ([ARROW-16623](https://issues.apache.org/jira/browse/ARROW-16623)) |
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.
Typo: GArrowQunatileOptions --> GArrowQuantileOptions
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.
Good catch! I've fixed it.
|
Can we publish this? |
Yes, I think it's ready to publish. |
|
OK. Done. |
PR to start adding the blog post information for the Release 9.0.0