-
Notifications
You must be signed in to change notification settings - Fork 110
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
ARROW-15683: [Website] [DataFusion] DataFusion 7.0.0 blog post #193
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: |
FYI @alamb @xudong963 |
Thanks @matthewmturner ! I'll plan to take a look at this carefully this afternoon |
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.
Thank you @matthewmturner this is looking good -- I'll also send a note to the mailing list / slack channel highlighting this as well
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.
Thanks @matthewmturner
@@ -0,0 +1,154 @@ | |||
--- | |||
layout: post | |||
title: Apache Arrow DataFusion 6.0.0 Release |
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.
title: Apache Arrow DataFusion 6.0.0 Release | |
title: Apache Arrow DataFusion 7.0.0 Release |
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.
that is a great catch. 🦅 👁️ 👍
|
||
DataFusion's SQL, `DataFrame`, and manual `PlanBuilder` API let users access a sophisticated query optimizer and execution engine capable of fast, resource efficient, and parallel execution that takes optimal advantage of todays multicore hardware. Being written in Rust means DataFusion can offer *both* the safety of dynamic languages as well as the resource efficiency of a compiled language. | ||
|
||
The Apache Arrow team is pleased to announce the DataFusion 7.0.0 release. This covers 4 months of development work |
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.
🎉
``` | ||
44 Andrew Lamb | ||
24 Kun Liu | ||
23 Jiayu Liu | ||
12 xudong.w | ||
11 Yijie Shen | ||
9 Matthew Turner | ||
7 Liang-Chi Hsieh | ||
5 Lin Ma | ||
5 Carlos | ||
4 Stephen Carman | ||
4 James Katz | ||
4 Dmitry Patsura | ||
4 QP Hou | ||
3 dependabot[bot] | ||
3 Remzi Yang | ||
3 Yang | ||
3 ic4y | ||
3 Daniël Heres | ||
2 Andy Grove | ||
2 Raphael Taylor-Davies | ||
2 Jason Tianyi Wang | ||
2 Dan Harris | ||
2 Sergey Melnychuk | ||
1 Nitish Tiwari | ||
1 Dom | ||
1 Eduard Karacharov | ||
1 Javier Goday | ||
1 Boaz | ||
1 Marko Mikulicic | ||
1 Max Burke | ||
1 Carol (Nichols || Goulding) | ||
1 Phillip Cloud | ||
1 Rich | ||
1 Toby Hede | ||
1 Will Jones | ||
1 r.4ntix | ||
1 rdettai | ||
``` |
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.
Carlos and xudong.w both are me, lol
``` | |
44 Andrew Lamb | |
24 Kun Liu | |
23 Jiayu Liu | |
12 xudong.w | |
11 Yijie Shen | |
9 Matthew Turner | |
7 Liang-Chi Hsieh | |
5 Lin Ma | |
5 Carlos | |
4 Stephen Carman | |
4 James Katz | |
4 Dmitry Patsura | |
4 QP Hou | |
3 dependabot[bot] | |
3 Remzi Yang | |
3 Yang | |
3 ic4y | |
3 Daniël Heres | |
2 Andy Grove | |
2 Raphael Taylor-Davies | |
2 Jason Tianyi Wang | |
2 Dan Harris | |
2 Sergey Melnychuk | |
1 Nitish Tiwari | |
1 Dom | |
1 Eduard Karacharov | |
1 Javier Goday | |
1 Boaz | |
1 Marko Mikulicic | |
1 Max Burke | |
1 Carol (Nichols || Goulding) | |
1 Phillip Cloud | |
1 Rich | |
1 Toby Hede | |
1 Will Jones | |
1 r.4ntix | |
1 rdettai | |
``` | |
44 Andrew Lamb | |
24 Kun Liu | |
23 Jiayu Liu | |
17 xudong.w | |
11 Yijie Shen | |
9 Matthew Turner | |
7 Liang-Chi Hsieh | |
5 Lin Ma | |
4 Stephen Carman | |
4 James Katz | |
4 Dmitry Patsura | |
4 QP Hou | |
3 dependabot[bot] | |
3 Remzi Yang | |
3 Yang | |
3 ic4y | |
3 Daniël Heres | |
2 Andy Grove | |
2 Raphael Taylor-Davies | |
2 Jason Tianyi Wang | |
2 Dan Harris | |
2 Sergey Melnychuk | |
1 Nitish Tiwari | |
1 Dom | |
1 Eduard Karacharov | |
1 Javier Goday | |
1 Boaz | |
1 Marko Mikulicic | |
1 Max Burke | |
1 Carol (Nichols || Goulding) | |
1 Phillip Cloud | |
1 Rich | |
1 Toby Hede | |
1 Will Jones | |
1 r.4ntix | |
1 rdettai |
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.
Carlos and xudong.w both are me, lol
sry, meant to update that. thx for catching.
- [DataFusion-ObjectStore-s3](https://github.com/datafusion-contrib/datafusion-objectstore-s3) | ||
- New Features | ||
- [DataFusion-Streams](https://github.com/datafusion-contrib/datafusion-streams) | ||
- [Arrow2](https://github.com/jorgecarleitao/arrow2) |
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.
👍
1 rdettai | ||
``` | ||
|
||
The following section highlights some of the improvements in this release. Of course, many other bug fixes and improvements have also been made and we refer you to the complete [changelog](https://github.com/apache/arrow-datafusion/blob/7.0.0/datafusion/CHANGELOG.md) for the full detail. |
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.
The link of the changelog is invalid.
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 thought it would be valid once officially published - @alamb can you confirm?
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.
That is correct -- I will create a 7.0.0
tag in the datafusion-repo once it has been published
Right now, you can preview the log here:
https://github.com/apache/arrow-datafusion/blob/7.0.0-rc2/datafusion/CHANGELOG.md
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.
https://github.com/apache/arrow-datafusion/releases/tag/7.0.0 is now available, so the change log link now works:
https://github.com/apache/arrow-datafusion/blob/7.0.0/datafusion/CHANGELOG.md
--- | ||
layout: post | ||
title: Apache Arrow DataFusion 7.0.0 Release | ||
date: "2022-02-14 00:00:00" |
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.
date: "2022-02-14 00:00:00" | |
date: "2022-02-17 00:00:00" |
I plan to release 7.0.0 in about 1 hour (after the required 72 hour voting time period has elapsed)
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.
Updating now
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, thanks @matthewmturner !
- Arrow’s dyn scalar kernels are now used to enable efficient operations on `DictionaryArray`s [#1685](https://github.com/apache/arrow-datafusion/pull/1685) | ||
- Switch from `std::sync::Mutex` to `parking_lot::Mutex` [#1720](https://github.com/apache/arrow-datafusion/pull/1720) | ||
- New Features | ||
- Better support for limiting resource usage |
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.
Perhaps rephrase this as the following since it's a pretty major feature:
- Better support for limiting resource usage | |
- Support for memory tracking and spilling to disk |
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 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.
LGTM
thanks @matthewmturner
Shall we publish this one now? |
Let's do it! |
🚀 |
Could you also update date in path? |
Sorry about that. PR in #196 |
…lished date As suggested by @kou in #193 (comment) Closes #196 from alamb/alamb/fix_date: Authored-by: Andrew Lamb <andrew@nerdnetworks.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
related: apache/datafusion#1587
based on crowd sourced content https://docs.google.com/document/d/17uB1GIN58xOehQP5XpJH8J3qA7KDS1WQJzyHzW7L1kU/edit?usp=sharing