h2oai / db-benchmark

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

py-polars fix chck #191

Closed ritchie46 closed 3 years ago

ritchie46 commented 3 years ago

As discussed in https://github.com/ritchie46/polars/issues/357 this PR casts the results to i64 to mitigate overflowing issues.

jangorecki commented 3 years ago

Thanks you