From 3fc6e9fb4c77c447565cdac03aae9f49be541b8c Mon Sep 17 00:00:00 2001 From: jangorecki Date: Fri, 30 Apr 2021 13:03:16 +0200 Subject: [PATCH] polars chk fixes --- _report/report.R | 3 ++- polars/groupby-polars.py | 28 ++++++++++++++-------------- polars/join-polars.py | 20 ++++++++++---------- 3 files changed, 26 insertions(+), 25 deletions(-) diff --git a/_report/report.R b/_report/report.R index 6be39dcc..7c35503f 100644 --- a/_report/report.R +++ b/_report/report.R @@ -26,6 +26,7 @@ get_excluded_batch = function() { c( 1552478772L, 1552482879L # testing different data as 1e9_1e2_0_0 to test logical compression of measures , 1552454531L, 1555929111L, 1555754148L # dl11 testing + , 1619552039L, 1619596289L ## polars migration ) } @@ -72,7 +73,7 @@ clean_time = function(d) { ][task=="groupby" & solution=="spark" & batch<1548084547, "chk_time_sec" := NA_real_ # spark chk calculation speed up, NA to make validation work on bigger threshold ][task=="groupby" & question%in%old_advanced_groupby_questions & batch<1573882448, c("out_rows","out_cols","chk") := list(NA_integer_, NA_integer_, NA_character_) ][task=="groupby" & solution=="dask" & batch>=1609583373 & batch