Skip to content

Commit

Permalink
Update spark/src/main/scala/org/apache/comet/shims/ShimQueryPlanSerde…
Browse files Browse the repository at this point in the history
….scala

Co-authored-by: advancedxy <[email protected]>
  • Loading branch information
viirya and advancedxy authored Apr 17, 2024
1 parent a447471 commit 8328391
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ trait ShimQueryPlanSerde {
if (evalMode.isEmpty) {
true
} else {
// scalastyle:off caselocale
evalMode.head.toString.toLowerCase == "legacy"
// scalastyle:on caselocale
"legacy".equalsIgnoreCase(evalMode.head.toString)
}
}

Expand Down

0 comments on commit 8328391

Please sign in to comment.