andygrove opened a new pull request, #2015:
URL: https://github.com/apache/datafusion-ballista/pull/2015
# Which issue does this PR close?
N/A
# Rationale for this change
The top-level `README.md` has a "Performance" section showing Ballista vs
Apache Spark TPC-H comparison charts. Those numbers and images are very
outdated and no longer reflect the current state of the project, so they are
misleading to anyone landing on the repo page. Rather than leave stale claims
in the most prominent place a new user looks, remove them.
The same four charts were also embedded in `ballista/client/README.md`
(which is the crates.io README for the `ballista` crate) by linking to the
images in this repo, so they are removed there too. Otherwise deleting the
image files would leave that page rendering four broken images.
# What changes are included in this PR?
- Remove the "Performance" section from `README.md`
- Remove the "Performance" section from `ballista/client/README.md`
- Delete the four now-unreferenced chart images from
`docs/source/_static/images/`:
- `tpch_allqueries.png`
- `tpch_queries_compare.png`
- `tpch_queries_speedup_abs.png`
- `tpch_queries_speedup_rel.png`
No other file in the repo references these images.
# Are there any user-facing changes?
Documentation only. No API or behavior changes.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]