Skip to content

Commit

Permalink
Update documentation to replace Apache Arrow DataFusion with Apache D…
Browse files Browse the repository at this point in the history
…ataFusion (#10130)

* Update documentation to replace Apache Arrow DataFusion with Apache DataFusion

* Update documentation to replace Apache Arrow DataFusion with Apache DataFusion

* Update documentation to replace Apache Arrow DataFusion with Apache DataFusion

* Update datafusion/proto/README.md

Co-authored-by: Phillip LeBlanc <[email protected]>

---------

Co-authored-by: Phillip LeBlanc <[email protected]>
  • Loading branch information
andygrove and phillipleblanc committed Apr 18, 2024
1 parent 92318c8 commit 5e75e0d
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ notifications:
pullrequests: [email protected]
jira_options: link label worklog
github:
description: "Apache Arrow DataFusion SQL Query Engine"
description: "Apache DataFusion SQL Query Engine"
homepage: https://arrow.apache.org/datafusion
labels:
- arrow
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
-->

# DataFusion
# Apache DataFusion

[![Crates.io][crates-badge]][crates-url]
[![Apache licensed][license-badge]][license-url]
Expand All @@ -40,7 +40,7 @@

<img src="./docs/source/_static/images/2x_bgwhite_original.png" width="512" alt="logo"/>

DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in
Apache DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in
[Rust](http://rustlang.org), using the [Apache Arrow](https://arrow.apache.org)
in-memory format. [Python Bindings](https://github.com/apache/arrow-datafusion-python) are also available. DataFusion offers SQL and Dataframe APIs, excellent [performance](https://benchmark.clickhouse.com/), built-in support for CSV, Parquet, JSON, and Avro, extensive customization, and a great community.

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/src/bin/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use structopt::StructOpt;
static ALLOC: snmalloc_rs::SnMalloc = snmalloc_rs::SnMalloc;

#[derive(Debug, Clone, StructOpt)]
#[structopt(name = "Benchmarks", about = "Apache Arrow Rust Benchmarks.")]
#[structopt(name = "Benchmarks", about = "Apache DataFusion Rust Benchmarks.")]
enum ParquetBenchCmd {
/// Benchmark sorting parquet files
Sort(sort::RunOpt),
Expand Down
2 changes: 1 addition & 1 deletion datafusion/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
//! The following presentations offer high level overviews of the
//! different components and how they interact together.
//!
//! - [Apr 2023]: The Apache Arrow DataFusion Architecture talks
//! - [Apr 2023]: The Apache DataFusion Architecture talks
//! - _Query Engine_: [recording](https://youtu.be/NVKujPxwSBA) and [slides](https://docs.google.com/presentation/d/1D3GDVas-8y0sA4c8EOgdCvEjVND4s2E7I6zfs67Y4j8/edit#slide=id.p)
//! - _Logical Plan and Expressions_: [recording](https://youtu.be/EzZTLiSJnhY) and [slides](https://docs.google.com/presentation/d/1ypylM3-w60kVDW7Q6S99AHzvlBgciTdjsAfqNP85K30)
//! - _Physical Plan and Execution_: [recording](https://youtu.be/2jkWU3_w6z0) and [slides](https://docs.google.com/presentation/d/1cA2WQJ2qg6tx6y4Wf8FH2WVSm9JQ5UgmBWATHdik0hg)
Expand Down
4 changes: 2 additions & 2 deletions datafusion/proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
under the License.
-->

# `datafusion-proto`: Apache Arrow DataFusion Protobuf Serialization / Deserialization
# `datafusion-proto`: Apache DataFusion Protobuf Serialization / Deserialization

This crate contains code to convert Apache Arrow [DataFusion] plans to and from
This crate contains code to convert Apache [DataFusion] plans to and from
bytes, which can be useful for sending plans over the network, for example
when building a distributed query engine.

Expand Down
2 changes: 1 addition & 1 deletion datafusion/substrait/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
under the License.
-->

# Apache Arrow DataFusion Substrait
# Apache DataFusion Substrait

This crate contains a [Substrait] producer and consumer for Apache Arrow
[DataFusion] plans. See [API Docs] for details and examples.
Expand Down
9 changes: 4 additions & 5 deletions dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,11 @@ Send the email output from the script to [email protected]. The email should

```
To: [email protected]
Subject: [VOTE][DataFusion] Release Apache Arrow DataFusion 5.1.0 RC0
Subject: [VOTE][DataFusion] Release Apache DataFusion 5.1.0 RC0
Hi,
I would like to propose a release of Apache Arrow DataFusion Implementation,
version 5.1.0.
I would like to propose a release of Apache DataFusion version 5.1.0.
This release candidate is based on commit: a5dd428f57e62db20a945e8b1895de91405958c4 [1]
The proposed release artifacts and signatures are hosted at [2].
Expand All @@ -215,9 +214,9 @@ and vote on the release.
The vote will be open for at least 72 hours.
[ ] +1 Release this as Apache Arrow DataFusion 5.1.0
[ ] +1 Release this as Apache DataFusion 5.1.0
[ ] +0
[ ] -1 Do not release this as Apache Arrow DataFusion 5.1.0 because...
[ ] -1 Do not release this as Apache DataFusion 5.1.0 because...
Here is my vote:
Expand Down
11 changes: 5 additions & 6 deletions dev/release/create-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ echo ""
echo "---------------------------------------------------------"
cat <<MAIL
To: [email protected]
Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion ${version} RC${rc}
Subject: [VOTE][RUST][DataFusion] Release Apache DataFusion ${version} RC${rc}
Hi,
I would like to propose a release of Apache Arrow DataFusion Implementation,
version ${version}.
I would like to propose a release of Apache DataFusion version ${version}.
This release candidate is based on commit: ${release_hash} [1]
The proposed release tarball and signatures are hosted at [2].
Expand All @@ -98,9 +97,9 @@ encouraged to test the release and vote with "(non-binding)".
The standard verification procedure is documented at https://github.com/apache/arrow-datafusion/blob/main/dev/release/README.md#verifying-release-candidates.
[ ] +1 Release this as Apache Arrow DataFusion ${version}
[ ] +1 Release this as Apache DataFusion ${version}
[ ] +0
[ ] -1 Do not release this as Apache Arrow DataFusion ${version} because...
[ ] -1 Do not release this as Apache DataFusion ${version} because...
Here is my vote:
Expand Down Expand Up @@ -133,4 +132,4 @@ gpg --armor --output ${tarball}.asc --detach-sig ${tarball}
echo "Uploading to apache dist/dev to ${url}"
svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow ${SOURCE_TOP_DIR}/dev/dist
svn add ${distdir}
svn ci -m "Apache Arrow DataFusion ${version} ${rc}" ${distdir}
svn ci -m "Apache DataFusion ${version} ${rc}" ${distdir}
2 changes: 1 addition & 1 deletion dev/release/release-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cp -r ${tmp_dir}/dev/* ${tmp_dir}/release/${release_version}/
svn add ${tmp_dir}/release/${release_version}

echo "Commit release"
svn ci -m "Apache Arrow DataFusion ${version}" ${tmp_dir}/release
svn ci -m "Apache DataFusion ${version}" ${tmp_dir}/release

echo "Clean up"
rm -rf ${tmp_dir}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
{% endfor %}
<div class="footer-item">
<p>Apache Arrow DataFusion, Arrow DataFusion, Apache, the Apache feather logo, and the Apache Arrow DataFusion project logo</p>
<p>Apache DataFusion, Apache, the Apache feather logo, and the Apache DataFusion project logo</p>
<p>are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

# -- Project information -----------------------------------------------------

project = 'Apache Arrow DataFusion'
project = 'Apache DataFusion'
copyright = '2019-2024, Apache Software Foundation'
author = 'Apache Software Foundation'

Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributor-guide/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
We welcome participation from everyone and encourage you to join us, ask
questions, and get involved.

All participation in the Apache Arrow DataFusion project is governed by the
All participation in the Apache DataFusion project is governed by the
Apache Software Foundation's [code of
conduct](https://www.apache.org/foundation/policies/conduct.html).

Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
.. image:: _static/images/2x_bgwhite_original.png
:alt: DataFusion Logo

=======================
Apache Arrow DataFusion
=======================
=================
Apache DataFusion
=================

.. Code from https://buttons.github.io/
.. raw:: html
Expand Down
2 changes: 1 addition & 1 deletion docs/source/library-user-guide/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Profiling Cookbook

The section contains examples how to perform CPU profiling for Apache Arrow DataFusion on different operating systems.
The section contains examples how to perform CPU profiling for Apache DataFusion on different operating systems.

## MacOS

Expand Down

0 comments on commit 5e75e0d

Please sign in to comment.