Skip to content

Commit 6b2641f

Browse files
committed
address comments
1 parent 13da1cb commit 6b2641f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/encoders/ExpressionEncoder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ object ExpressionEncoder {
5555
inputObject
5656
} else {
5757
// For input object of non-flat type, we can't encode it to row if it's null, as Spark SQL
58-
// doesn't allow row to be null, only its columns can be null.
58+
// doesn't allow top-level row to be null, only its columns can be null.
5959
AssertNotNull(inputObject, Seq("top level non-flat input object"))
6060
}
6161
val serializer = ScalaReflection.serializerFor[T](nullSafeInput)

0 commit comments

Comments
 (0)