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
Describe the bug
When writing an empty table, whose number of rows is 0, via cuDF ORC writer, it will throw a CUDA exception: for_each: failed to synchronize: cudaErrorInvalidConfiguration: invalid configuration argument.
If there exists empty string columns, the build_dictionaries method inside writer::impl::write will lead to a segmentation fault.
Steps/Code to reproduce bug
Writes an empty table through cudf::io::orc_chunked_writer.
The text was updated successfully, but these errors were encountered:
Describe the bug
When writing an empty table, whose number of rows is 0, via cuDF ORC writer, it will throw a CUDA exception:
for_each: failed to synchronize: cudaErrorInvalidConfiguration: invalid configuration argument
.If there exists empty string columns, the
build_dictionaries
method insidewriter::impl::write
will lead to a segmentation fault.Steps/Code to reproduce bug
Writes an empty table through
cudf::io::orc_chunked_writer
.The text was updated successfully, but these errors were encountered: