Skip to content
Snippets Groups Projects
Commit 88e54218 authored by gatorsmile's avatar gatorsmile Committed by Yin Huai
Browse files

[SPARK-14892][SQL][TEST] Disable the HiveCompatibilitySuite test case for...

[SPARK-14892][SQL][TEST] Disable the HiveCompatibilitySuite test case for INPUTDRIVER and OUTPUTDRIVER.

#### What changes were proposed in this pull request?
Disable the test case involving INPUTDRIVER and OUTPUTDRIVER, which are not supported

#### How was this patch tested?
N/A

Author: gatorsmile <gatorsmile@gmail.com>

Closes #12662 from gatorsmile/disableInOutDriver.
parent c7758ba3
No related branches found
No related tags found
No related merge requests found
......@@ -451,7 +451,10 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"alter_merge_2",
// TOUCH is not supported
"touch"
"touch",
// INPUTDRIVER and OUTPUTDRIVER are not supported
"inoutdriver"
)
/**
......@@ -641,7 +644,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
"index_serde",
"infer_bucket_sort_dyn_part",
"innerjoin",
"inoutdriver",
"input",
"input0",
"input1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment