Rachelint commented on PR #13681:
URL: https://github.com/apache/datafusion/pull/13681#issuecomment-2613929079

   I think this pr is ready now
   
   Q6 in h2o:
   
   - `result in main`
   ```
   Q6: SELECT id4, id5, MEDIAN(v3) AS median_v3, STDDEV(v3) AS sd_v3 FROM x 
GROUP BY id4, id5;
   Query 6 iteration 1 took 9584.7 ms and returned 10000 rows
   Query 6 iteration 2 took 9606.6 ms and returned 10000 rows
   Query 6 iteration 3 took 9584.6 ms and returned 10000 rows
   ```
   
   - `result in this pr`
   ```
   Q6: SELECT id4, id5, MEDIAN(v3) AS median_v3, STDDEV(v3) AS sd_v3 FROM x 
GROUP BY id4, id5;
   Query 6 iteration 1 took 6558.1 ms and returned 10000 rows
   Query 6 iteration 2 took 6473.9 ms and returned 10000 rows
   Query 6 iteration 3 took 6494.3 ms and returned 10000 rows
   ```


-- 
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