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 89d22f4 commit f338516Copy full SHA for f338516
sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
@@ -188,6 +188,7 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
188
"input42",
189
"input_dfs",
190
"metadata_export_drop",
191
+ "repair",
192
193
// Uses a serde that isn't on the classpath... breaks other tests.
194
"bucketizedhiveinputformat",
@@ -936,7 +937,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
936
937
"reduce_deduplicate_exclude_gby",
938
"reduce_deduplicate_exclude_join",
939
"reduce_deduplicate_extended",
- "repair",
940
"router_join_ppr",
941
"select_as_omitted",
942
"select_unquote_and",
0 commit comments