Skip to content

Commit 172db80

Browse files
committed
Fix unit test.
1 parent 49bf1ac commit 172db80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ class HiveQuerySuite extends HiveComparisonTest with BeforeAndAfter {
615615

616616
assertResult(
617617
Array(
618-
Array("# Registered as a temporary table", null, null),
619618
Array("a", "IntegerType", null),
620619
Array("b", "StringType", null))
621620
) {

0 commit comments

Comments
 (0)