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

ARROW-15683: [Website] [DataFusion] DataFusion 7.0.0 blog post #193

Merged
merged 8 commits into from
Feb 28, 2022

Conversation

matthewmturner
Copy link
Contributor

@matthewmturner matthewmturner commented Feb 14, 2022

@github-actions
Copy link

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:

@matthewmturner
Copy link
Contributor Author

FYI @alamb @xudong963

@alamb
Copy link
Contributor

alamb commented Feb 14, 2022

Thanks @matthewmturner ! I'll plan to take a look at this carefully this afternoon

@alamb alamb changed the title DataFusion 7.0.0 blog post ARROW-15683: [Website] [DataFusion] DataFusion 7.0.0 blog post Feb 14, 2022
@github-actions
Copy link

Copy link
Contributor

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

_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
_posts/2022-02-14-datafusion-7.0.0.md Outdated Show resolved Hide resolved
Copy link
Member

@xudong963 xudong963 left a comment

Choose a reason for hiding this comment

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

@@ -0,0 +1,154 @@
---
layout: post
title: Apache Arrow DataFusion 6.0.0 Release
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
title: Apache Arrow DataFusion 6.0.0 Release
title: Apache Arrow DataFusion 7.0.0 Release

Copy link
Contributor

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
Copy link
Member

Choose a reason for hiding this comment

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

🎉

Comment on lines 48 to 86
```
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
```
Copy link
Member

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

Suggested change
```
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

Copy link
Contributor Author

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)
Copy link
Member

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.

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.

Copy link
Contributor Author

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?

Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

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

---
layout: post
title: Apache Arrow DataFusion 7.0.0 Release
date: "2022-02-14 00:00:00"
Copy link
Contributor

Choose a reason for hiding this comment

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

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updating now

Copy link
Member

@houqp houqp left a 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
Copy link
Member

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:

Suggested change
- Better support for limiting resource usage
- Support for memory tracking and spilling to disk

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok will do

Copy link

@liukun4515 liukun4515 left a comment

Choose a reason for hiding this comment

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

LGTM
thanks @matthewmturner

@alamb
Copy link
Contributor

alamb commented Feb 27, 2022

Shall we publish this one now?

@matthewmturner
Copy link
Contributor Author

Let's do it!

@alamb alamb merged commit cc0b0b8 into apache:master Feb 28, 2022
@alamb
Copy link
Contributor

alamb commented Feb 28, 2022

🚀

@kou
Copy link
Member

kou commented Feb 28, 2022

Could you also update date in path?
("2022-02-17" in https://github.com/apache/arrow-site/blob/master/_posts/2022-02-17-datafusion-7.0.0.md )

@alamb
Copy link
Contributor

alamb commented Feb 28, 2022

Could you also update date in path?

Sorry about that. PR in #196

kou pushed a commit that referenced this pull request Mar 1, 2022
…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>
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.

7 participants