LuciferYang commented on PR #37293: URL: https://github.com/apache/spark/pull/37293#issuecomment-1210106036
Very good suggestion. For dependency conditions: - `that ByteBufferInputStream is backed by only one byte buffer`: I think we don't rely on this because the data is processed after 'slice', if not, please correct me - `that byte buffer is backed by JVM heap`: https://github.com/apache/spark/pull/37293#discussion_r938030249 is discussing this now For `rewrite the page deserialisation logic`, sorry that I haven't done in-depth research, do you have any ideas? @sadikovi -- 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]
