h2oai / db-benchmark

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

Improve exceptions descriptions on benchplot #75

Closed jangorecki closed 5 years ago

jangorecki commented 5 years ago

Confusing errors on benchplot. For example, in case of advanced queries, second plot on groupby report for dask we have "lack of memory to read data" even on 1e7 tabs, just because median function is not yet implemented in dask. Fortunately this is mentioned just next the confusing error "median not yet implemented", but still there should be no confusing messages there.