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
The output streams seem correct:
["", ""] -> present: null, length:64 1 0 (two zeros)
[None, ""] -> present: 255 64 (false, true), length: 64 0 0 (one zero)
["", None] -> present: 255 128 (true, false), length: 64 0 0 (one zero)
So this still might be a reader issue (maybe an assumption that data stream must be present for string column to not be full of nulls). @rgsl888prabhu any idea what could be the issue in the reader to cause this?
The following code reproduces the issue:
Looks like the issue is in the writer, since it reproes with both cuDF reader and pyarrow reader.
The text was updated successfully, but these errors were encountered: