HeartSaVioR opened a new pull request #24050: [MINOR][SQL] Deduplicate codes reading from/writing to unsafe object URL: https://github.com/apache/spark/pull/24050 ## What changes were proposed in this pull request? IntelliJ found lots of code duplication among some Unsafe classes, and code duplications occur from reading from/writing to unsafe object. This patch deduplicates code block around reading from/writing to unsafe object among various classes. ## How was this patch tested? Existing tests.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
