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
Report needed documentation
The spark-rapids-jni jar will throw an AssertionError if data contains non-emtpy nulls. This needs to be reflected in the documentation
Describe the documentation you'd like
Inform the users that cudf will report incorrect results if the data contains non-empty nulls, but if they still want to proceed with the same data they should disable asserts by -da:ai.rapids.cudf.AssertEmptyNulls
The text was updated successfully, but these errors were encountered:
mattahrens
changed the title
[DOC] Update documentaion about assertion for non-emtpy nulls
[DOC] Update documentation about assertion for non-empty nulls
May 9, 2023
Report needed documentation
Report needed documentation
The spark-rapids-jni jar will throw an
AssertionError
if data contains non-emtpy nulls. This needs to be reflected in the documentationDescribe the documentation you'd like
Inform the users that cudf will report incorrect results if the data contains non-empty nulls, but if they still want to proceed with the same data they should disable asserts by
-da:ai.rapids.cudf.AssertEmptyNulls
The text was updated successfully, but these errors were encountered: