You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/01/29 16:01:18 UTC

[GitHub] [iceberg] stevenzwu opened a new issue #2184: Flink: move away from InternalSerializers for cloning RowData

stevenzwu opened a new issue #2184:
URL: https://github.com/apache/iceberg/issues/2184


   Right now, Flink code needs to use `InternalSerializers` to clone RowData. We should just avoid using `@Internal` classes as Flink is free to break the compatibility in minor releases. Ideally, Flink should provide a public API of `RowData#clone/deepCopy`.
   
   Some more context is provided by @openinx 
   https://github.com/apache/iceberg/pull/1956#discussion_r566796669


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org