Skip to content

Commit 370c31b

Browse files
SPARK-3807: Add a test case to validate the fix.
1 parent 1f26805 commit 370c31b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,9 @@ class HiveQuerySuite extends HiveComparisonTest {
581581
clear()
582582
}
583583

584+
createQueryTest("select from thrift based table",
585+
"SELECT * from src_thrift")
586+
584587
// Put tests that depend on specific Hive settings before these last two test,
585588
// since they modify /clear stuff.
586589
}

0 commit comments

Comments
 (0)