aboutsummaryrefslogtreecommitdiff
path: root/project/MimaExcludes.scala
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-11-04 09:32:30 -0800
committerReynold Xin <rxin@databricks.com>2015-11-04 09:32:30 -0800
commitcd1df662386c599a9d0968b9fc14f27b0883d285 (patch)
treeb12f97308d921829ec4c928b9fae05e4858d536f /project/MimaExcludes.scala
parent27feafccbd6945b000ca51b14c57912acbad9031 (diff)
downloadspark-cd1df662386c599a9d0968b9fc14f27b0883d285.tar.gz
spark-cd1df662386c599a9d0968b9fc14f27b0883d285.tar.bz2
spark-cd1df662386c599a9d0968b9fc14f27b0883d285.zip
[SPARK-11485][SQL] Make DataFrameHolder and DatasetHolder public.
These two classes should be public, since they are used in public code. Author: Reynold Xin <rxin@databricks.com> Closes #9445 from rxin/SPARK-11485.
Diffstat (limited to 'project/MimaExcludes.scala')
-rw-r--r--project/MimaExcludes.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala
index eeef96c378..90dc947d4e 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -161,6 +161,9 @@ object MimaExcludes {
"org.apache.spark.sql.UDFRegistration.org$apache$spark$sql$UDFRegistration$$builder$23"),
ProblemFilters.exclude[MissingMethodProblem](
"org.apache.spark.sql.UDFRegistration.org$apache$spark$sql$UDFRegistration$$builder$24")
+ ) ++ Seq(
+ // SPARK-11485
+ ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.sql.DataFrameHolder.df")
)
case v if v.startsWith("1.5") =>
Seq(