Skip to content
Snippets Groups Projects
Commit f99e34e8 authored by Michael Armbrust's avatar Michael Armbrust Committed by Reynold Xin
Browse files

[SPARK-16724] Expose DefinedByConstructorParams

We don't generally make things in catalyst/execution private.  Instead they are just undocumented due to their lack of stability guarantees.

Author: Michael Armbrust <michael@databricks.com>

Closes #14356 from marmbrus/patch-1.
parent 8a8d26f1
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ import org.apache.spark.unsafe.types.{CalendarInterval, UTF8String} ...@@ -30,7 +30,7 @@ import org.apache.spark.unsafe.types.{CalendarInterval, UTF8String}
* for classes whose fields are entirely defined by constructor params but should not be * for classes whose fields are entirely defined by constructor params but should not be
* case classes. * case classes.
*/ */
private[sql] trait DefinedByConstructorParams trait DefinedByConstructorParams
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment