dengziming commented on code in PR #43396:
URL: https://github.com/apache/spark/pull/43396#discussion_r1363696812


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/encoders/ExpressionEncoder.scala:
##########
@@ -191,7 +191,7 @@ object ExpressionEncoder {
    * thread-safe. Note that multiple calls to `apply(..)` return the same 
actual [[InternalRow]]
    * object.  Thus, the caller should copy the result before making another 
call if required.
    */
-  class Serializer[T](private val expressions: Seq[Expression])

Review Comment:
   Thank you for reminding this @beliefer , it was modified by accident and I 
have reverted it, PTAL again.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to