xkrogen commented on pull request #31461:
URL: https://github.com/apache/spark/pull/31461#issuecomment-772861163


   I believe we're talking about these methods on `UserDefinedType`:
   ```
     def serialize(obj: UserType): Any
     def deserialize(datum: Any): UserType
   ```
   They use `Any` so it doesn't _look_ like they require use of internal Spark 
APIs, but based on my understanding of @viirya's PR they are expecting types 
such as `InternalRow` 


----------------------------------------------------------------
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.

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