-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation to replace Apache Arrow DataFusion with Apache D…
…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
1 parent
92318c8
commit 5e75e0d
Showing
14 changed files
with
25 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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]. | ||
|
@@ -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: | ||
|
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,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]. | ||
|
@@ -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: | ||
|
@@ -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} |
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