Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] CastStrings_toIntegersWithBase hits mask_to_bools.cu:42: nullmask is null #1363

Closed
gerashegalov opened this issue Aug 23, 2023 · 0 comments · Fixed by #1364
Closed
Assignees
Labels
bug Something isn't working

Comments

@gerashegalov
Copy link
Collaborator

Caused by: ai.rapids.cudf.CudfException: CUDF failure at: /home/jenkins/agent/workspace/jenkins-spark-rapids-jni_nightly-dev-516-cuda11/thirdparty/cudf/cpp/src/transform/mask_to_bools.cu:42: nullmask is null
  at com.nvidia.spark.rapids.jni.CastStrings.toIntegersWithBase(Native Method)
  at com.nvidia.spark.rapids.jni.CastStrings.toIntegersWithBase(CastStrings.java:108)
  at org.apache.spark.sql.rapids.GpuConv.doColumnar(stringFunctions.scala:2071)
  at com.nvidia.spark.rapids.GpuTernaryExpression.$anonfun$columnarEval$8(GpuExpressions.scala:443)

Originally posted by @revans2 in NVIDIA/spark-rapids#8925 (comment)

@gerashegalov gerashegalov self-assigned this Aug 23, 2023
@gerashegalov gerashegalov added the bug Something isn't working label Aug 23, 2023
gerashegalov added a commit that referenced this issue Aug 23, 2023
Fixes #1363

- adds a unit test reproducing the issue
- adds a null_count check

Signed-off-by: Gera Shegalov <gera@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant