You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcudf now supports string columns with more than 2GB of character data. There are many places in the C++ and Java code that assume offsets are 4 bytes, and large string support violates that assumption, so we disabled libcudf's large string support (see #2189). We need to find and update all of those places before enabling large-string support.
The text was updated successfully, but these errors were encountered:
libcudf now supports string columns with more than 2GB of character data. There are many places in the C++ and Java code that assume offsets are 4 bytes, and large string support violates that assumption, so we disabled libcudf's large string support (see #2189). We need to find and update all of those places before enabling large-string support.
The text was updated successfully, but these errors were encountered: