Skip to content

Commit d18ee39

Browse files
cloud-fanyhuang-db
authored andcommitted
[INFRA][MINOR] Update mima exclude
### What changes were proposed in this pull request? This is a followup of apache#50797 , to exclde these private packages from mima check. ### Why are the changes needed? mima shouldn't check private APIs ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? N/A ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#51038 from cloud-fan/mima. Authored-by: Wenchen Fan <wenchen@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
1 parent 85e81c1 commit d18ee39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

project/MimaExcludes.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ object MimaExcludes {
5050
ProblemFilters.exclude[Problem]("org.spark_project.jetty.*"),
5151
ProblemFilters.exclude[Problem]("org.sparkproject.jetty.*"),
5252
ProblemFilters.exclude[Problem]("org.apache.spark.internal.*"),
53+
ProblemFilters.exclude[Problem]("org.apache.spark.kafka010.*"),
5354
ProblemFilters.exclude[Problem]("org.apache.spark.unused.*"),
5455
ProblemFilters.exclude[Problem]("org.apache.spark.unsafe.*"),
5556
ProblemFilters.exclude[Problem]("org.apache.spark.memory.*"),
@@ -60,11 +61,16 @@ object MimaExcludes {
6061
ProblemFilters.exclude[Problem]("org.apache.spark.sql.errors.*"),
6162
ProblemFilters.exclude[Problem]("org.apache.spark.sql.classic.*"),
6263
ProblemFilters.exclude[Problem]("org.apache.spark.sql.connect.*"),
64+
ProblemFilters.exclude[Problem]("org.apache.spark.sql.scripting.*"),
65+
ProblemFilters.exclude[Problem]("org.apache.spark.types.variant.*"),
66+
ProblemFilters.exclude[Problem]("org.apache.spark.ui.flamegraph.*"),
6367
// DSv2 catalog and expression APIs are unstable yet. We should enable this back.
6468
ProblemFilters.exclude[Problem]("org.apache.spark.sql.connector.catalog.*"),
6569
ProblemFilters.exclude[Problem]("org.apache.spark.sql.connector.expressions.*"),
6670
// Avro source implementation is internal.
6771
ProblemFilters.exclude[Problem]("org.apache.spark.sql.v2.avro.*"),
72+
ProblemFilters.exclude[Problem]("org.apache.spark.sql.avro.*"),
73+
6874

6975
// SPARK-43169: shaded and generated protobuf code
7076
ProblemFilters.exclude[Problem]("org.sparkproject.spark_core.protobuf.*"),

0 commit comments

Comments
 (0)