We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef074a commit 6f7b8f6Copy full SHA for 6f7b8f6
1 file changed
tools/src/main/scala/org/apache/spark/tools/GenerateMIMAIgnore.scala
@@ -99,7 +99,9 @@ object GenerateMIMAIgnore {
99
// Heuristic to remove JVM classes that do not correspond to user-facing classes in Scala
100
name.contains("anon") ||
101
name.endsWith("$class") ||
102
- name.contains("$sp")
+ name.contains("$sp") ||
103
+ name.contains("hive") ||
104
+ name.contains("Hive")
105
}
106
107
/**
0 commit comments