mbignotti commented on issue #37008: URL: https://github.com/apache/arrow/issues/37008#issuecomment-1670829904
Thanks for your answer @js8544! I do care about extra memory usage because the idea is to use this data structure with a (potentially) infinite stream of data. I'm basically trying to replicate the behaviour of Python collections' `deque` but with data in Arrow forma, and where `maxlen` is the maximum number of rows in an Arrow table (and where the schema must be respected). I'll try to see what I can do with `take`. Thanks again! -- 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]
