We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8ebad commit aeaa6aeCopy full SHA for aeaa6ae
1 file changed
src/include/cudf/list_offset_fixup.hpp
@@ -32,6 +32,9 @@ namespace sirius {
32
* columns use INT32 (cudf::size_type) offsets. A LIST whose offsets child is INT64 is misread
33
* by every list algorithm, collapsing the sublists.
34
*
35
+ * Workaround for the upstream cuCascade bug NVIDIA/cuCascade#147; remove this once the LIST
36
+ * offsets are no longer promoted to INT64 during reconstruction.
37
+ *
38
* This is the single, central place where that promotion is reversed: it walks the GPU table
39
* held by @p batch and rebuilds each LIST column (recursing into nested lists) with INT32
40
* offsets, moving the values child and null mask (no payload copy) and reallocating only the
0 commit comments