2010YOUY01 commented on code in PR #16003:
URL: https://github.com/apache/datafusion/pull/16003#discussion_r2081536976


##########
benchmarks/queries/h2o/groupby.sql:
##########
@@ -1,10 +1,19 @@
 SELECT id1, SUM(v1) AS v1 FROM x GROUP BY id1;
+

Review Comment:
   It's a hack: before, the runner is using `\n` to separate queries inside the 
file.
   This PR added some window queries, and they are formatted to multi-lines to 
look better, and thus they're all changed to be using `\n\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]

Reply via email to