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


##########
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:
   No worries, latest version of the tpc-ds generator also generated this query 
wrong for me, so I think it is some bug in the param substitution in the dsqgen 
executable



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