mxm commented on issue #14850:
URL: https://github.com/apache/iceberg/issues/14850#issuecomment-3664933883

   @pvary Unfortunately, we only have access to `DataInputView` / 
`DataOutputView` interfaces in the deserialize / serialize methods of 
`TypeSerializer`. Those are backed by `DataInputDeserializer` / 
`DataOutputSerializer` classes, but require a runtime cast. So probably best to 
continue using the SerializerHelper class to fix this.


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