@@ -94,23 +94,23 @@ object MimaExcludes {
9494 // This `protected[sql]` method was removed in 1.3.1
9595 ProblemFilters .exclude[MissingMethodProblem ](
9696 " org.apache.spark.sql.SQLContext.checkAnalysis" ),
97- // These `private[sql]` class was removed in 1.4.0:
97+ // These `private[sql]` class were removed in 1.4.0:
9898 ProblemFilters .exclude[MissingClassProblem ](
9999 " org.apache.spark.sql.execution.AddExchange" ),
100100 ProblemFilters .exclude[MissingClassProblem ](
101- " org.spache .spark.sql.execution.AddExchange$" ),
101+ " org.apache .spark.sql.execution.AddExchange$" ),
102102 ProblemFilters .exclude[MissingClassProblem ](
103- " org.spache .spark.sql.parquet.PartitionSpec" ),
103+ " org.apache .spark.sql.parquet.PartitionSpec" ),
104104 ProblemFilters .exclude[MissingClassProblem ](
105- " org.spache .spark.sql.parquet.PartitionSpec$" ),
105+ " org.apache .spark.sql.parquet.PartitionSpec$" ),
106106 ProblemFilters .exclude[MissingClassProblem ](
107- " org.spache .spark.sql.parquet.Partition" ),
107+ " org.apache .spark.sql.parquet.Partition" ),
108108 ProblemFilters .exclude[MissingClassProblem ](
109- " org.spache .spark.sql.parquet.Partition$" ),
109+ " org.apache .spark.sql.parquet.Partition$" ),
110110 ProblemFilters .exclude[MissingClassProblem ](
111- " org.spache .spark.sql.parquet.ParquetRelation2$PartitionValues" ),
111+ " org.apache .spark.sql.parquet.ParquetRelation2$PartitionValues" ),
112112 ProblemFilters .exclude[MissingClassProblem ](
113- " org.spache .spark.sql.parquet.ParquetRelation2$PartitionValues$" ),
113+ " org.apache .spark.sql.parquet.ParquetRelation2$PartitionValues$" ),
114114 // These test support classes were moved out of src/main and into src/test:
115115 ProblemFilters .exclude[MissingClassProblem ](
116116 " org.apache.spark.sql.parquet.ParquetTestData" ),
0 commit comments