Skip to content

Commit 915b690

Browse files
committed
Fix merge issue causing compilation failure.
1 parent 701dcd2 commit 915b690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ class SQLQuerySuite extends QueryTest with BeforeAndAfterAll {
665665
sql("SELECT key, value FROM testData WHERE key BETWEEN 9 and 7"),
666666
Seq()
667667
)
668+
}
668669

669670
test("cast boolean to string") {
670671
// TODO Ensure true/false string letter casing is consistent with Hive in all cases.

0 commit comments

Comments
 (0)