xudong963 commented on a change in pull request #160:
URL: https://github.com/apache/arrow-site/pull/160#discussion_r751962167
##########
File path: _posts/2021-11-8-datafusion-6.0.0.md
##########
@@ -0,0 +1,132 @@
+---
+layout: post
+title: Apache Arrow DataFusion 6.0.0 Release
+date: "2021-11-8 00:00:00"
+author: pmc
+categories: [release]
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+# Introduction
+
+[DataFusion](https://arrow.apache.org/datafusion/) is an embedded
+query engine which leverages the unique features of
+[Rust](https://www.rust-lang.org/) and [Apache
+Arrow](https://arrow.apache.org/) to provide a system that is high
+performance, easy to connect, easy to embed, and high quality.
+
+The Apache Arrow team is pleased to announce the DataFusion 6.0.0 release.
This covers 4 months of development work
+and includes 122 commits from the following 28 distinct contributors.
+
+```
+# TODO update when we have a final 6.0 tag
+git shortlog -sn 5.0.0..87c8eaa datafusion datafusion-cli datafusion-examples
+ 28 Andrew Lamb
+ 25 Jiayu Liu
+ 9 rdettai
+ 8 QP Hou
+ 5 carlos
+ 4 Daniël Heres
+ 4 Guillaume Balaine
+ 4 Matthew Turner
+ 4 Carlos
+ 3 Francis Du
+ 3 Jon Mease
+ 3 Nga Tran
+ 3 Marco Neumann
+ 2 Andy Grove
+ 2 Ruihang Xia
+ 2 Yijie Shen
+ 2 baishen
+ 1 Krisztián Szűcs
+ 1 Antoine Wendlinger
+ 1 Qingping Hou
+ 1 Conner Murphy
+ 1 Taehoon Moon
+ 1 Tiphaine Ruy
+ 1 Jason Tianyi Wang
+ 1 adsharma
+ 1 Mike Seddon
+ 1 Nan Zhu
+ 1 Patrick More
Review comment:
```suggestion
git shortlog -sn 5.0.0..7824a8d datafusion datafusion-cli
datafusion-examples
28 Andrew Lamb
26 Jiayu Liu
13 xudong963
9 rdettai
9 QP Hou
6 Matthew Turner
5 Daniël Heres
4 Guillaume Balaine
3 Francis Du
3 Marco Neumann
3 Jon Mease
3 Nga Tran
2 Yijie Shen
2 Ruihang Xia
2 Liang-Chi Hsieh
2 baishen
2 Andy Grove
2 Jason Tianyi Wang
1 Nan Zhu
1 Antoine Wendlinger
1 Krisztián Szűcs
1 Mike Seddon
1 Conner Murphy
1 Patrick More
1 Taehoon Moon
1 Tiphaine Ruy
1 adsharma
1 lichuan6
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]