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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
