Update documentation to replace Apache Arrow DataFusion with Apache DataFusion#10130
Update documentation to replace Apache Arrow DataFusion with Apache DataFusion#10130alamb merged 4 commits intoapache:mainfrom
Conversation
| @@ -80,11 +80,10 @@ echo "" | |||
| echo "---------------------------------------------------------" | |||
| cat <<MAIL | |||
| To: [email protected] | |||
There was a problem hiding this comment.
| To: dev@arrow.apache.org | |
| To: dev@datafusion.apache.org |
There was a problem hiding this comment.
This mailing list isn't active yet. This PR is just to update references to the product name.
There was a problem hiding this comment.
There is a 24 hour waiting period between requesting a new mailing list and when it is created. I think the mailing lists will be active tomorrow
| @@ -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. | |||
There was a problem hiding this comment.
| The standard verification procedure is documented at https://github.com/apache/arrow-datafusion/blob/main/dev/release/README.md#verifying-release-candidates. | |
| The standard verification procedure is documented at https://github.com/apache/datafusion/blob/main/dev/release/README.md#verifying-release-candidates. |
There was a problem hiding this comment.
The repo hasn't been renamed yet.
| @@ -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 | |||
There was a problem hiding this comment.
Should this be updated too?
There was a problem hiding this comment.
Not yet. There will be a separate PR after the repo is renamed for updating the release aspects.
Co-authored-by: Phillip LeBlanc <[email protected]>
comphead
left a comment
There was a problem hiding this comment.
Thanks @andygrove awesome
|
We should have separate PR on repo specific things, like paths, but this gonna be when code moved to the new repo, imho |
I have filed #10134 to track this |
alamb
left a comment
There was a problem hiding this comment.
Thank you @andygrove (and @comphead and @phillipleblanc for the reviews)
| @@ -80,11 +80,10 @@ echo "" | |||
| echo "---------------------------------------------------------" | |||
| cat <<MAIL | |||
| To: [email protected] | |||
There was a problem hiding this comment.
There is a 24 hour waiting period between requesting a new mailing list and when it is created. I think the mailing lists will be active tomorrow
Which issue does this PR close?
Part of #9691
Rationale for this change
DataFusion is now a top-level project
What changes are included in this PR?
Documentation changes only.
There are no changes to links or release process yet.
Are these changes tested?
No
Are there any user-facing changes?