JackKelly opened a new pull request, #15437: URL: https://github.com/apache/datafusion/pull/15437
## Rationale for this change The link from [the datafusion docs](https://docs.rs/datafusion/46.0.1/datafusion/index.html#execution) to the paper "Encapsulation of parallelism in the Volcano query processing system" was broken. ## What changes are included in this PR? This PR changes the link from https://w6113.github.io/files/papers/volcanoparallelism-89.pdf (which is broken) to https://doi.org/10.1145/93605.98720 (which should "never" break). A free PDF is available at the new link. The Volcano paper is cited twice in the `datafusion` codebase. PR #14497 fixed one of the two citations. This new PR fixes the other citation :slightly_smiling_face:. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org