-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation to replace Apache Arrow DataFusion with Apache DataFusion #10130
Conversation
@@ -80,11 +80,10 @@ echo "" | |||
echo "---------------------------------------------------------" | |||
cat <<MAIL | |||
To: [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To: dev@arrow.apache.org | |
To: dev@datafusion.apache.org |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be updated too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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?