andygrove opened a new pull request, #1644: URL: https://github.com/apache/datafusion-ballista/pull/1644
# Which issue does this PR close? None. # Rationale for this change The NYC Taxi benchmark runs a single aggregation query against an unpartitioned dataset, which doesn't meaningfully exercise a distributed query engine. TPC-H and TPC-DS provide standardized, scalable workloads with joins, subqueries, and well-defined scale factors, so they are better suited for benchmarking Ballista. # What changes are included in this PR? - Delete `benchmarks/src/bin/nyctaxi.rs` - Remove the NYC Taxi section from `benchmarks/README.md` - Replace `nyctaxi` example paths in the Python user guide with generic ones # Are there any user-facing changes? The `nyctaxi` benchmark binary is removed. -- 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]
