Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 16, 2024
1 parent 290c536 commit 876e236
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1285,8 +1285,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
s"SELECT CASE WHEN id > 2 THEN 3333 ELSE NULL END FROM $table")
checkSparkAnswerAndOperator(
s"SELECT CASE WHEN id > 2 THEN id + 1 ELSE NULL END FROM $table")
checkSparkAnswerAndOperator(
s"SELECT CASE WHEN id > 2 THEN id + 1 END FROM $table")
checkSparkAnswerAndOperator(s"SELECT CASE WHEN id > 2 THEN id + 1 END FROM $table")
checkSparkAnswerAndOperator(
s"SELECT CASE WHEN id > 2 THEN 3333 WHEN id > 1 THEN 2222 ELSE 1111 END FROM $table")
checkSparkAnswerAndOperator(
Expand Down

0 comments on commit 876e236

Please sign in to comment.