andygrove commented on code in PR #1195:
URL:
https://github.com/apache/datafusion-ballista/pull/1195#discussion_r1984173175
##########
benchmarks/src/bin/tpch.rs:
##########
@@ -1534,6 +1562,86 @@ mod tests {
Ok(())
}
+ // Our queries do not have the LIMIT clause, so we need to apply it
+ // before comparing the results with the expected results.
Review Comment:
I don't remember why the queries don't contain limit clauses but I think
they should, to match the TPC-H specification.
--
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]