hbgstc123 opened a new pull request, #6571: URL: https://github.com/apache/hudi/pull/6571
Fix KryoException when bulk insert into a not bucket index hudi table ### Change Logs Provide InternalTypeInfo instead of TypeInformation of RowData to transform method when adding SortOperator to flink pipeline. Because SortOperator now use kryo to serialize BinaryRowData object that it pass to flink collector which will cause KryoException see [https://github.com/apache/hudi/issues/6540](url). Use InternalTypeInfo will switch to a flink serializer to avoid KryoException. ### Impact no public API or user-facing feature change -- 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]
