cuDF failure at: /opt/rapids/node/.cache/source/cudf/0820b596e5c87006d5cc7553042c1927fe7132e3/cpp/src/column/column_view.cpp:55: Null data pointer.
until this was added to doNotDispose in the outer call to scope, which I suppose makes sense given the reduction involving columns of this, but is also slightly annoying.
Was seeing
until
this
was added todoNotDispose
in the outer call toscope
, which I suppose makes sense given the reduction involving columns ofthis
, but is also slightly annoying.