Skip to content

Commit d9cbdab

Browse files
committed
Remove user specific tests
1 parent 65801cd commit d9cbdab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ class HiveCompatibilitySuite extends HiveQueryFileTest with BeforeAndAfter {
103103
"udf5",
104104
"udf_java_method",
105105
"create_merge_compressed",
106+
"database_location",
107+
"database_properties",
106108

107109
// DFS commands
108110
"symlink_text_input_format",

sql/hive/v0.12.0/src/main/scala/org/apache/spark/sql/hive/Shim12.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ private[hive] object HiveShim {
8080
def getAllPartitionsOf(client: Hive, tbl: Table) = client.getAllPartitionsForPruner(tbl)
8181

8282
def compatibilityBlackList = Seq(
83-
"database_location",
84-
"database_properties",
8583
"decimal_.*",
8684
"drop_partitions_filter2",
8785
"show_.*",

0 commit comments

Comments
 (0)