alamb commented on code in PR #479:
URL: https://github.com/apache/arrow-site/pull/479#discussion_r1504039836
##########
_posts/2024-02-27-comet-donation.md:
##########
@@ -0,0 +1,87 @@
+---
+layout: post
+title: "Announcing Apache Arrow DataFusion Comet"
+date: "2024-02-27 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
+The Apache Arrow PMC is pleased to announce the donation of the [Comet
project],
+a native Spark Accelerator built on [Apache Arrow DataFusion].
+
+Comet is a Apache Spark Accelerator that uses Apache Arrow DataFusion to
+accelerate Spark workloads. It is written in Rust and designed as a drop-in
+replacement for Spark's JVM based execution engine and offers significant
+performance improvements for some workloads as shown below.
+
+```text
+┌───────────────────────────┐
+│ Spark │
+│ Frontend / Optimizer │
+│ (JVM Based) │
+└───────────────────────────┘
+ │
+ ▼
+┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
+┃ Comet ┃
+┃ Execution Engine ┃
+┃ (Native Code) ┃
+┗━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
+```
+
Review Comment:
I felt we needed some sort of image, but this is pretty basic ASCII art...
If anyone has other ideas that would be appreciated
##########
_posts/2024-02-27-comet-donation.md:
##########
@@ -0,0 +1,87 @@
+---
+layout: post
+title: "Announcing Apache Arrow DataFusion Comet"
+date: "2024-02-27 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
+The Apache Arrow PMC is pleased to announce the donation of the [Comet
project],
+a native Spark Accelerator built on [Apache Arrow DataFusion].
+
+Comet is a Apache Spark Accelerator that uses Apache Arrow DataFusion to
+accelerate Spark workloads. It is written in Rust and designed as a drop-in
+replacement for Spark's JVM based execution engine and offers significant
+performance improvements for some workloads as shown below.
+
+```text
+┌───────────────────────────┐
+│ Spark │
+│ Frontend / Optimizer │
+│ (JVM Based) │
+└───────────────────────────┘
+ │
+ ▼
+┏━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
+┃ Comet ┃
+┃ Execution Engine ┃
+┃ (Native Code) ┃
+┗━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
+```
+
+**Figure 1**: With Comet, users interact with the same Spark ecosystem and
tools
+such as Spark SQL. However, the jobs are executed by Comet, which significantly
+faster than the JVM based executor due to its fast native execution.
+
+[Rust]: https://www.rust-lang.org/
+
+# Background
+
+Comet is one of a growing class of projects that aim to accelerate Spark using
+native columnar engines such as the proprietary [DataBricks Photon Engine] and
+the [Gluten project].
+
+Comet was originally implemented at Apple and the engineers who worked on the
+project are also significant contributors to Arrow and DataFusion. Now that
+Comet is part of Apache, we expect its development to accelerate and its
+community of contributors and users to grow.
+
+[Comet project]: https://github.com/apache/arrow-datafusion-comet
+[Apache Arrow DataFusion]: https://arrow.apache.org/datafusion
+[DataBricks Photon Engine]: https://www.databricks.com/product/photon
+[Gluten project]: https://incubator.apache.org/projects/gluten.html
+
+# Get Involved
+Comet is still in the early stages of development and we would love to have you
Review Comment:
It would be good to double check / make sure this is the right way to ask
people to get involved
--
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]