-
Notifications
You must be signed in to change notification settings - Fork 241
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
[DOC] behavior of spark.rapids.sql.enabled #7
Labels
documentation
Improvements or additions to documentation
Milestone
Comments
The reason for this is that |
gerashegalov
pushed a commit
to gerashegalov/spark-rapids
that referenced
this issue
Nov 18, 2022
Include 321db shim in pom
tgravescs
pushed a commit
to tgravescs/spark-rapids
that referenced
this issue
Nov 30, 2023
Signed-off-by: spark-rapids automation <[email protected]>
nvliyuan
referenced
this issue
in nvliyuan/yuali-spark-rapids
May 6, 2024
* A hacky approach for regexpr rewrite Signed-off-by: Haoyang Li <[email protected]> * Use contains instead for that case Signed-off-by: Haoyang Li <[email protected]> * add config to switch Signed-off-by: Haoyang Li <[email protected]> * Rewrite some rlike expression to StartsWith/EndsWith/Contains Signed-off-by: Haoyang Li <[email protected]> * clean up Signed-off-by: Haoyang Li <[email protected]> * wip Signed-off-by: Haoyang Li <[email protected]> * wip Signed-off-by: Haoyang Li <[email protected]> * add tests and config Signed-off-by: Haoyang Li <[email protected]> * support range filter Signed-off-by: Haoyang Li <[email protected]> --------- Signed-off-by: Haoyang Li <[email protected]>
sperlingxx
pushed a commit
to sperlingxx/spark-rapids
that referenced
this issue
May 9, 2024
* A hacky approach for regexpr rewrite Signed-off-by: Haoyang Li <[email protected]> * Use contains instead for that case Signed-off-by: Haoyang Li <[email protected]> * add config to switch Signed-off-by: Haoyang Li <[email protected]> * Rewrite some rlike expression to StartsWith/EndsWith/Contains Signed-off-by: Haoyang Li <[email protected]> * clean up Signed-off-by: Haoyang Li <[email protected]> * wip Signed-off-by: Haoyang Li <[email protected]> * wip Signed-off-by: Haoyang Li <[email protected]> * add tests and config Signed-off-by: Haoyang Li <[email protected]> * support range filter Signed-off-by: Haoyang Li <[email protected]> --------- Signed-off-by: Haoyang Li <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Report needed documentation
Report needed documentation
If I created a dataframe (without executing) I can't change that the plugin is enabled or disabled after the fact (with the same df reference). I can only get the change to take effect after recreating df.
It would be good to document why this is happening, so the user can plan for it.
With the plugin enabled:
With the plugin disabled, df still shows a GPU plan:
If I recreate it, we are back to the CPU:
The text was updated successfully, but these errors were encountered: