Skip to content

Commit 2357d90

Browse files
committed
added one more test case.
1 parent d186035 commit 2357d90

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/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils with TestHiveSingleton {
731731
data.toDF("key", "value").registerTempTable("test")
732732
checkAnswer(
733733
sql("""FROM
734-
|(FROM test SELECT TRANSFORM(key, value) USING 'cat' AS (thing1 int, thing2 string)) t
734+
|(FROM test SELECT TRANSFORM(key, value) USING 'cat' AS (`thing1` int, thing2 string)) t
735735
|SELECT thing1 + 1
736736
""".stripMargin), (2 to 6).map(i => Row(i)))
737737
}

0 commit comments

Comments
 (0)