Skip to content

Commit 5e75e0d

Browse files
Update documentation to replace Apache Arrow DataFusion with Apache DataFusion (#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]>
1 parent 92318c8 commit 5e75e0d

File tree

14 files changed

+25
-27
lines changed

14 files changed

+25
-27
lines changed

.asf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ notifications:
2626
pullrequests: [email protected]
2727
jira_options: link label worklog
2828
github:
29-
description: "Apache Arrow DataFusion SQL Query Engine"
29+
description: "Apache DataFusion SQL Query Engine"
3030
homepage: https://arrow.apache.org/datafusion
3131
labels:
3232
- arrow

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
under the License.
1818
-->
1919

20-
# DataFusion
20+
# Apache DataFusion
2121

2222
[![Crates.io][crates-badge]][crates-url]
2323
[![Apache licensed][license-badge]][license-url]
@@ -40,7 +40,7 @@
4040

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

43-
DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in
43+
Apache DataFusion is a very fast, extensible query engine for building high-quality data-centric systems in
4444
[Rust](http://rustlang.org), using the [Apache Arrow](https://arrow.apache.org)
4545
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.
4646

benchmarks/src/bin/parquet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use structopt::StructOpt;
2525
static ALLOC: snmalloc_rs::SnMalloc = snmalloc_rs::SnMalloc;
2626

2727
#[derive(Debug, Clone, StructOpt)]
28-
#[structopt(name = "Benchmarks", about = "Apache Arrow Rust Benchmarks.")]
28+
#[structopt(name = "Benchmarks", about = "Apache DataFusion Rust Benchmarks.")]
2929
enum ParquetBenchCmd {
3030
/// Benchmark sorting parquet files
3131
Sort(sort::RunOpt),

datafusion/core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
//! The following presentations offer high level overviews of the
178178
//! different components and how they interact together.
179179
//!
180-
//! - [Apr 2023]: The Apache Arrow DataFusion Architecture talks
180+
//! - [Apr 2023]: The Apache DataFusion Architecture talks
181181
//! - _Query Engine_: [recording](https://youtu.be/NVKujPxwSBA) and [slides](https://docs.google.com/presentation/d/1D3GDVas-8y0sA4c8EOgdCvEjVND4s2E7I6zfs67Y4j8/edit#slide=id.p)
182182
//! - _Logical Plan and Expressions_: [recording](https://youtu.be/EzZTLiSJnhY) and [slides](https://docs.google.com/presentation/d/1ypylM3-w60kVDW7Q6S99AHzvlBgciTdjsAfqNP85K30)
183183
//! - _Physical Plan and Execution_: [recording](https://youtu.be/2jkWU3_w6z0) and [slides](https://docs.google.com/presentation/d/1cA2WQJ2qg6tx6y4Wf8FH2WVSm9JQ5UgmBWATHdik0hg)

datafusion/proto/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
under the License.
1818
-->
1919

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

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

datafusion/substrait/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
under the License.
1818
-->
1919

20-
# Apache Arrow DataFusion Substrait
20+
# Apache DataFusion Substrait
2121

2222
This crate contains a [Substrait] producer and consumer for Apache Arrow
2323
[DataFusion] plans. See [API Docs] for details and examples.

dev/release/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,11 @@ Send the email output from the script to [email protected]. The email should
199199

200200
```
201201
202-
Subject: [VOTE][DataFusion] Release Apache Arrow DataFusion 5.1.0 RC0
202+
Subject: [VOTE][DataFusion] Release Apache DataFusion 5.1.0 RC0
203203
204204
Hi,
205205
206-
I would like to propose a release of Apache Arrow DataFusion Implementation,
207-
version 5.1.0.
206+
I would like to propose a release of Apache DataFusion version 5.1.0.
208207
209208
This release candidate is based on commit: a5dd428f57e62db20a945e8b1895de91405958c4 [1]
210209
The proposed release artifacts and signatures are hosted at [2].
@@ -215,9 +214,9 @@ and vote on the release.
215214
216215
The vote will be open for at least 72 hours.
217216
218-
[ ] +1 Release this as Apache Arrow DataFusion 5.1.0
217+
[ ] +1 Release this as Apache DataFusion 5.1.0
219218
[ ] +0
220-
[ ] -1 Do not release this as Apache Arrow DataFusion 5.1.0 because...
219+
[ ] -1 Do not release this as Apache DataFusion 5.1.0 because...
221220
222221
Here is my vote:
223222

dev/release/create-tarball.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@ echo ""
8080
echo "---------------------------------------------------------"
8181
cat <<MAIL
8282
83-
Subject: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion ${version} RC${rc}
83+
Subject: [VOTE][RUST][DataFusion] Release Apache DataFusion ${version} RC${rc}
8484
Hi,
8585
86-
I would like to propose a release of Apache Arrow DataFusion Implementation,
87-
version ${version}.
86+
I would like to propose a release of Apache DataFusion version ${version}.
8887
8988
This release candidate is based on commit: ${release_hash} [1]
9089
The proposed release tarball and signatures are hosted at [2].
@@ -98,9 +97,9 @@ encouraged to test the release and vote with "(non-binding)".
9897
9998
The standard verification procedure is documented at https://github.com/apache/arrow-datafusion/blob/main/dev/release/README.md#verifying-release-candidates.
10099
101-
[ ] +1 Release this as Apache Arrow DataFusion ${version}
100+
[ ] +1 Release this as Apache DataFusion ${version}
102101
[ ] +0
103-
[ ] -1 Do not release this as Apache Arrow DataFusion ${version} because...
102+
[ ] -1 Do not release this as Apache DataFusion ${version} because...
104103
105104
Here is my vote:
106105
@@ -133,4 +132,4 @@ gpg --armor --output ${tarball}.asc --detach-sig ${tarball}
133132
echo "Uploading to apache dist/dev to ${url}"
134133
svn co --depth=empty https://dist.apache.org/repos/dist/dev/arrow ${SOURCE_TOP_DIR}/dev/dist
135134
svn add ${distdir}
136-
svn ci -m "Apache Arrow DataFusion ${version} ${rc}" ${distdir}
135+
svn ci -m "Apache DataFusion ${version} ${rc}" ${distdir}

dev/release/release-tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cp -r ${tmp_dir}/dev/* ${tmp_dir}/release/${release_version}/
6565
svn add ${tmp_dir}/release/${release_version}
6666

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

7070
echo "Clean up"
7171
rm -rf ${tmp_dir}

docs/source/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</div>
1818
{% endfor %}
1919
<div class="footer-item">
20-
<p>Apache Arrow DataFusion, Arrow DataFusion, Apache, the Apache feather logo, and the Apache Arrow DataFusion project logo</p>
20+
<p>Apache DataFusion, Apache, the Apache feather logo, and the Apache DataFusion project logo</p>
2121
<p>are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.</p>
2222
</div>
2323
</div>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# -- Project information -----------------------------------------------------
3535

36-
project = 'Apache Arrow DataFusion'
36+
project = 'Apache DataFusion'
3737
copyright = '2019-2024, Apache Software Foundation'
3838
author = 'Apache Software Foundation'
3939

docs/source/contributor-guide/communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
We welcome participation from everyone and encourage you to join us, ask
2323
questions, and get involved.
2424

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

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
.. image:: _static/images/2x_bgwhite_original.png
1919
:alt: DataFusion Logo
2020

21-
=======================
22-
Apache Arrow DataFusion
23-
=======================
21+
=================
22+
Apache DataFusion
23+
=================
2424

2525
.. Code from https://buttons.github.io/
2626
.. raw:: html

docs/source/library-user-guide/profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Profiling Cookbook
2121

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

2424
## MacOS
2525

0 commit comments

Comments
 (0)