h2oai / db-benchmark

reproducible benchmark of database-like ops
https://h2oai.github.io/db-benchmark
Mozilla Public License 2.0
325 stars 88 forks source link

groupby q7 should not decompose complex expression #213

Open jangorecki opened 3 years ago

jangorecki commented 3 years ago

pandas, dask and polars (fyi @ritchie46) needs to be adjusted to not decompose q7 query. explained in: https://github.com/h2oai/db-benchmark/issues/212#issuecomment-842145078

ritchie46 commented 3 years ago

I will look into this.

ritchie46 commented 3 years ago

@jangorecki is it still allowed to sort before the aggregation in q8?

jangorecki commented 3 years ago

I think that not all solutions allows sorting during aggregation, so yes.