Skip to content

Commit 8c7250a

Browse files
committed
Fix compilation.
1 parent 82d0944 commit 8c7250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {
239239

240240
createQueryTest("modulus",
241241
"SELECT 11 % 10, IF((101.1 % 100.0) BETWEEN 1.01 AND 1.11, \"true\", \"false\"), " +
242-
"(101 / 2) % 10 FROM src LIMIT 1"))
242+
"(101 / 2) % 10 FROM src LIMIT 1")
243243

244244
test("Query expressed in SQL") {
245245
setConf("spark.sql.dialect", "sql")

0 commit comments

Comments
 (0)