geoffreyclaude commented on code in PR #15560:
URL: https://github.com/apache/datafusion/pull/15560#discussion_r2027075194
##########
benchmarks/src/sort_tpch.rs:
##########
@@ -163,7 +172,7 @@ impl RunOpt {
r#"
SELECT l_shipmode, l_comment, l_partkey
FROM lineitem
- ORDER BY l_shipmode;
+ ORDER BY l_shipmode
Review Comment:
removed trailing `;` to allow appending `LIMIT n`
--
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]