We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2dd16f commit f07316dCopy full SHA for f07316d
sql/api/src/main/scala/org/apache/spark/sql/types/Metadata.scala
@@ -40,10 +40,10 @@ import org.apache.spark.util.ArrayImplicits._
40
* @since 1.3.0
41
*/
42
@Stable
43
-sealed class Metadata private[types](
+sealed class Metadata private[types] (
44
private[types] val map: Map[String, Any],
45
@transient private[types] val runtimeMap: Map[String, Any])
46
- extends Serializable {
+ extends Serializable {
47
48
/** No-arg constructor for kryo. */
49
protected def this() = this(null, null)
0 commit comments