Skip to content

Commit

Permalink
Modify the default value of spark.rapids.sql.explain as NOT_ON_GPU
Browse files Browse the repository at this point in the history
Signed-off-by: sinkinben <sinkinben@outlook.com>
  • Loading branch information
sinkinben committed Jun 14, 2022
1 parent 04991c6 commit de67451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ object RapidsConf {
"values are ALL: print everything, NONE: print nothing, NOT_ON_GPU: print only parts of " +
"a query that did not go on the GPU")
.stringConf
.createWithDefault("NONE")
.createWithDefault("NOT_ON_GPU")

val SHIMS_PROVIDER_OVERRIDE = conf("spark.rapids.shims-provider-override")
.internal()
Expand Down

0 comments on commit de67451

Please sign in to comment.