Closed beckernick closed 3 years ago
diff 20210315-env.txt 20210316-env.txt
46c46
< cudf=0.19.0a210315=cuda_10.2_py37_g325d5b800b_212
---
> cudf=0.19.0a210316=cuda_10.2_py37_g2f5901ffb4_216
48c48
< cuml=0.19.0a210315=cuda10.2_py37_gf5d86b957_106
---
> cuml=0.19.0a210316=cuda10.2_py37_g96eaf623e_109
57,58c57,58
< dask-cuda=0.19.0a210315=py37_41
< dask-cudf=0.19.0a210315=py37_g325d5b800b_212
---
> dask-cuda=0.19.0a210316=py37_42
> dask-cudf=0.19.0a210316=py37_g2f5901ffb4_216
102c102
< jupyter-server-proxy=3.0.0=pypi_0
---
> jupyter-server-proxy=3.0.1=pypi_0
116,117c116,117
< libcudf=0.19.0a210315=cuda10.2_g325d5b800b_212
< libcuml=0.19.0a210315=cuda10.2_gf5d86b957_106
---
> libcudf=0.19.0a210316=cuda10.2_g2f5901ffb4_216
> libcuml=0.19.0a210316=cuda10.2_g96eaf623e_109
139c139
< librmm=0.19.0a210315=cuda10.2_gcb81c80_40
---
> librmm=0.19.0a210316=cuda10.2_gdd718e2_41
219c219
< rmm=0.19.0a210315=cuda_10.2_py37_gcb81c80_40
---
> rmm=0.19.0a210316=cuda_10.2_py37_gdd718e2_41
254c254
< ucx-py=0.19.0a210315=py37_gcd9efd3_19
---
> ucx-py=0.19.0a210316=py37_gcd9efd3_20
Likely due to https://github.com/rapidsai/cudf/pull/7490
Likely will need to refactor queries for the updated null handling
In the failing commit, we get the following metadata dataframe inside get_session_id
after the following lines:
wcs_user_sk wcs_item_sk tstamp_inSec ... time_delta session_timeout_flag session_change_flag
0 0 0 0 ... <NA> <NA> <NA>
1 1 1 1 ... 1 False True
In the prior succeeding commit:
wcs_user_sk wcs_item_sk tstamp_inSec ... time_delta session_timeout_flag session_change_flag
0 0 0 0 ... <NA> False True
1 1 1 1 ... 1 False True
Local fix passing correctness checks. Will push a PR soon
Failing queries:
Tracebacks
Q02
Q04
8