Yicong-Huang commented on PR #54406: URL: https://github.com/apache/spark/pull/54406#issuecomment-3939208634
Thanks @devin-petersohn. We are actively working on refactor serializers but decided to do it surgically and slowly to make sure not to introduce breaking behavior or regression. The goal is to reduce the number of serializes by extracting transformers and move data transformation logic out of serializers. You can follow https://issues.apache.org/jira/browse/SPARK-55388 and https://issues.apache.org/jira/browse/SPARK-55384 two umbrella tickets for the process. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
