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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to