Skip to content

Commit f99e34e

Browse files
marmbrusrxin
authored andcommitted
[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.
1 parent 8a8d26f commit f99e34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import org.apache.spark.unsafe.types.{CalendarInterval, UTF8String}
3030
* for classes whose fields are entirely defined by constructor params but should not be
3131
* case classes.
3232
*/
33-
private[sql] trait DefinedByConstructorParams
33+
trait DefinedByConstructorParams
3434

3535

3636
/**

0 commit comments

Comments
 (0)