We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f26805 commit 370c31bCopy full SHA for 370c31b
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala
@@ -581,6 +581,9 @@ class HiveQuerySuite extends HiveComparisonTest {
581
clear()
582
}
583
584
+ createQueryTest("select from thrift based table",
585
+ "SELECT * from src_thrift")
586
+
587
// Put tests that depend on specific Hive settings before these last two test,
588
// since they modify /clear stuff.
589
0 commit comments