andygrove commented on code in PR #17: URL: https://github.com/apache/datafusion-benchmarks/pull/17#discussion_r1824587849
########## 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: The queries in this repo are the official queries as generated by the TPC-DS query generator provided by the TPC. I don't think that we should be changing them? -- 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]
