-
Notifications
You must be signed in to change notification settings - Fork 237
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
Support BitLength and OctetLength #4611
Conversation
build |
sql-plugin/src/main/330+/scala/com/nvidia/spark/rapids/shims/v2/Spark33XShims.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/330+/scala/com/nvidia/spark/rapids/shims/v2/Spark33XShims.scala
Outdated
Show resolved
Hide resolved
build |
@pytest.mark.skipif(is_before_spark_330(), | ||
reason="octet_length and bit_length only available in 330+") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pytest.mark.skipif(is_before_spark_330(), | |
reason="octet_length and bit_length only available in 330+") |
Also should remove the (now unnecessary) import change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it was removed now.
build |
build |
sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuOverrides.scala
Outdated
Show resolved
Hide resolved
build |
@tgravescs do you plan on handling updating the 2.x explain or do we need to start enforcing it on new PRs? |
Signed-off-by: sperlingxx lovedreamf@gmail.com
Closes #4142
This PR is to provide GPU overrides for Spark SQL functions:
BitLength
andOctetLength