Skip to content

Commit

Permalink
apply scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Mar 22, 2024
1 parent 3c78e7a commit b20cb94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
|('Spark SQL ', 10, 1.2), (NULL, NULL, NULL), ('', 0, 0.0), ('苹果手机', NULL, 3.999999)
|, ('Spark SQL ', 10, 1.2), (NULL, NULL, NULL), ('', 0, 0.0), ('苹果手机', NULL, 3.999999)
|""".stripMargin)
checkSparkAnswerAndOperator(s"""
checkSparkAnswerAndOperator("""
|select
|md5(col),
|hash(col), hash(col, 1), hash(col, 0), hash(col, a, b), hash(b, a, col),
Expand Down

0 comments on commit b20cb94

Please sign in to comment.