Skip to content

Commit

Permalink
SPARK-3807: Add a test case to validate the fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragaggarwal committed Oct 10, 2014
1 parent 1f26805 commit 370c31b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@ class HiveQuerySuite extends HiveComparisonTest {
clear()
}

createQueryTest("select from thrift based table",
"SELECT * from src_thrift")

// Put tests that depend on specific Hive settings before these last two test,
// since they modify /clear stuff.
}
Expand Down

0 comments on commit 370c31b

Please sign in to comment.