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
Is your feature request related to a problem? Please describe.
In #3711 we rely on spark.rapids.sql.test.enabled to control whether we throw an exception or just log it and fall back on CPU if the GpuOverrides application fails
Describe the solution you'd like
Provide an explicit switch to control this behavior
…ures (#3963)
This PR provides an option to tolerate GPU plan override failures (off by default) without having to toggle spark.rapids.sql.enabled before and after a problematic query.
Closes#3739
Signed-off-by: Gera Shegalov <gera@apache.org>
Is your feature request related to a problem? Please describe.
In #3711 we rely on spark.rapids.sql.test.enabled to control whether we throw an exception or just log it and fall back on CPU if the
GpuOverrides
application failsDescribe the solution you'd like
Provide an explicit switch to control this behavior
Describe alternatives you've considered
Additional context
#3711 (comment)
The text was updated successfully, but these errors were encountered: