forked from apache/datafusion
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typos (Datafusion -> DataFusion) (apache#1993)
* Fix typos (Datafusion -> DataFusion) * revert change to proto files
- Loading branch information
Showing
18 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,18 +21,18 @@ | |
|
||
## Sub-projects | ||
|
||
The Datafusion repo contains 2 different releasable sub-projects: Datafusion, Ballista | ||
The DataFusion repo contains 2 different releasable sub-projects: DataFusion, Ballista | ||
|
||
We use Datafusion release to drive the release for the other sub-projects. As a | ||
result, Datafusion version bump is required for every release while version | ||
We use DataFusion release to drive the release for the other sub-projects. As a | ||
result, DataFusion version bump is required for every release while version | ||
bumps for the Python binding and Ballista are optional. In other words, we can | ||
release a new version of Datafusion without releasing a new version of the | ||
release a new version of DataFusion without releasing a new version of the | ||
Python binding or Ballista. On the other hand, releasing a new version of the | ||
Python binding or Ballista always requires a new Datafusion version release. | ||
Python binding or Ballista always requires a new DataFusion version release. | ||
|
||
## Branching | ||
|
||
Datafusion currently only releases from the `master` branch. Given the project | ||
DataFusion currently only releases from the `master` branch. Given the project | ||
is still in early development state, we are not maintaining an active stable | ||
release backport branch. | ||
|
||
|
@@ -177,11 +177,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 Arrow DataFusion 5.1.0 RC0 | ||
Hi, | ||
I would like to propose a release of Apache Arrow Datafusion Implementation, | ||
I would like to propose a release of Apache Arrow DataFusion Implementation, | ||
version 5.1.0. | ||
This release candidate is based on commit: a5dd428f57e62db20a945e8b1895de91405958c4 [1] | ||
|
@@ -193,9 +193,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 Arrow 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 Arrow DataFusion 5.1.0 because... | ||
[1]: https://github.com/apache/arrow-datafusion/tree/a5dd428f57e62db20a945e8b1895de91405958c4 | ||
[2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-datafusion-5.1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,10 +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 Arrow DataFusion ${version} RC${rc} | ||
Hi, | ||
I would like to propose a release of Apache Arrow Datafusion Implementation, | ||
I would like to propose a release of Apache Arrow DataFusion Implementation, | ||
version ${version}. | ||
This release candidate is based on commit: ${release_hash} [1] | ||
|
@@ -98,9 +98,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/master/dev/release/README.md#verifying-release-candidates. | ||
[ ] +1 Release this as Apache Arrow Datafusion ${version} | ||
[ ] +1 Release this as Apache Arrow DataFusion ${version} | ||
[ ] +0 | ||
[ ] -1 Do not release this as Apache Arrow Datafusion ${version} because... | ||
[ ] -1 Do not release this as Apache Arrow DataFusion ${version} because... | ||
[1]: https://github.com/apache/arrow-datafusion/tree/${release_hash} | ||
[2]: ${url} | ||
|
@@ -129,4 +129,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 Arrow DataFusion ${version} ${rc}" ${distdir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.