doki23 commented on issue #5384: URL: https://github.com/apache/arrow-rs/issues/5384#issuecomment-1951594205
When I try to implement `fn try_push_length(&mut self, length: O)`, I'd hope that `O: ArrowNativeType` implements trait `std::ops::Add` so that I can got next `offset` by `offset + length`. So maybe we need a PR which makes the trait `ArrowNativeType` extends `std::ops::Add` first? -- 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]
