Skip to content

Version 9.0.0 release blog post#227

Merged
kou merged 23 commits into
apache:masterfrom
raulcd:blog-post-release-9.0.0
Aug 16, 2022
Merged

Version 9.0.0 release blog post#227
kou merged 23 commits into
apache:masterfrom
raulcd:blog-post-release-9.0.0

Conversation

@raulcd

@raulcd raulcd commented Aug 1, 2022

Copy link
Copy Markdown
Member

PR to start adding the blog post information for the Release 9.0.0

@github-actions

github-actions Bot commented Aug 1, 2022

Copy link
Copy Markdown

Thanks for opening a pull request!

Could you open an issue for this pull request on JIRA?
https://issues.apache.org/jira/browse/ARROW

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

See also:

Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated

## Ruby and C GLib notes

### Ruby

Copy link
Copy Markdown
Member Author

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?

Copy link
Copy Markdown
Member

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?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes, I will do!

Copy link
Copy Markdown
Member

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?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

OK. Done.
Take care!

Comment thread _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

Copy link
Copy Markdown
Member Author

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 <li.davidm96@gmail.com>
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
raulcd and others added 4 commits August 3, 2022 12:19
Co-authored-by: Matt Topol <zotthewizard@gmail.com>
Co-authored-by: Dominik Moritz <domoritz@gmail.com>
Co-authored-by: Larry White <ljw1001@gmail.com>

## C++ notes

STL-like iteration is now provided over chunked arrays ([ARROW-602](https://issues.apache.org/jira/browse/ARROW-602)).

Copy link
Copy Markdown
Member

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.

Comment thread _posts/2022-08-01-9.0.0-release.md
Comment thread _posts/2022-08-01-9.0.0-release.md
raulcd and others added 2 commits August 3, 2022 15:53
Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
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

Copy link
Copy Markdown
Member

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?

Copy link
Copy Markdown
Member

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.

Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md Outdated
Comment thread _posts/2022-08-01-9.0.0-release.md
Added info for ARROW-14182 and ARROW-15498 which improve hash join performance.
Comment thread _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))

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Typo: GArrowQunatileOptions --> GArrowQuantileOptions

Copy link
Copy Markdown
Member

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.

@kou

kou commented Aug 16, 2022

Copy link
Copy Markdown
Member

Can we publish this?

@raulcd

raulcd commented Aug 16, 2022

Copy link
Copy Markdown
Member Author

Can we publish this?

Yes, I think it's ready to publish.

@kou kou merged commit 0641251 into apache:master Aug 16, 2022
@kou

kou commented Aug 16, 2022

Copy link
Copy Markdown
Member

OK. Done.

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.