aokolnychyi commented on pull request #2343: URL: https://github.com/apache/iceberg/pull/2343#issuecomment-811314089
I don't have a good solution so far. This is what I considered: - Require a custom serializer to be registered for non-serializable byte buffer implementations. - Modify `SerializableByteBufferMap` to store byte arrays, which would mean eager conversion of byte buffers to arrays. -- 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]
