onursatici commented on code in PR #17:
URL: 
https://github.com/apache/datafusion-benchmarks/pull/17#discussion_r1825678308


##########
tpcds/queries-spark/q35.sql:
##########
@@ -7,19 +7,19 @@ select
   cd_marital_status,
   cd_dep_count,
   count(*) cnt1,
+  min(cd_dep_count),
   max(cd_dep_count),
-  stddev_samp(cd_dep_count),
-  stddev_samp(cd_dep_count),
+  avg(cd_dep_count),

Review Comment:
   I think the query generator has a bug in this case, see 
https://github.com/apache/datafusion/blob/main/datafusion/core/tests/tpc-ds/35.sql
 as another generated version that correctly substituted the aggregations



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