alamb opened a new issue #61: URL: https://github.com/apache/arrow-rs/issues/61
*Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-8170 Hi, I'm currently writing in-memory page writer in order to support buffered row group writer (just like in C++ version), and... * I'd like to reuse SerializedPageWriter * SerializedPageWriter requires sink supports util::Position (which is private) * There's Position impl for Cursor, but unnecessarily restricts to mutable references for internal type. So I'd like to make one line change in order to lift that type restriction and allow me implementation. -- 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]
