camilesing commented on issue #71: URL: https://github.com/apache/paimon-rust/issues/71#issuecomment-2841202889
I have read the relevant code (ArrowBatchReader), which uses the InternalRowSequencer class, which references some methods of the BinaryRowWriter and involves operations on the underlying memory. I plan to implement it in Rust using arena modes like [bumpalo](https://docs.rs/bumpalo/latest/bumpalo/#bump-allocation). Do you think this is a good idea? @Aitozi -- 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]
