geserdugarov commented on PR #12796: URL: https://github.com/apache/hudi/pull/12796#issuecomment-2670396962
> @geserdugarov The changes I propose is for trying to align the ser/de performance with the Flink internal `RowDataSerializer` for RowData. And for the performance lost, I suggest you can check the benchmark stability firstly, and make sure there is no extra variables. Rechecked your proposed changes, and removed `rowDataInfo` in 70904b13a204e9ea917e73514a82d018bb30ec3d. But implementation of `HoodieFlinkInternalRow` constructors with `StringData`, but still lead to worse performance. I propose to research it under [HUDI-9055](https://issues.apache.org/jira/browse/HUDI-9055). -- 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]
