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

fix polars groupby script to polars==latest #244

Open ritchie46 opened 2 years ago

ritchie46 commented 2 years ago

Polars 0.13.0 had some breaking changes. This PR fixes the groupby script accordingly.

Edit: I will keep this on par with the db-benchmark ci we run on latest master branch. This will ensure latest polars runs as expected.

volvo007 commented 2 years ago

I found the same issue under polars == 0.13.25. And I used the same code in this branch to make the bench test running correctly.