AlenkaF commented on PR #45818: URL: https://github.com/apache/arrow/pull/45818#issuecomment-2815955619
Hm, interesting. I think you're right in how you're interpreting the current behavior and what would be needed. Though looking at [the original PR that implemented this](https://github.com/apache/arrow/pull/7519), it seems like the current `__iter__` behavior was intentional. That said, I’d expect `list(s)` to behave a bit like `s.to_py()`, but maybe returning a list of tuples rather than a dict. Meaning a breaking change would be needed. Might be worth discussing the expected semantics here—seems like a good topic to bring up with Raul next week. I'll make sure we get that scheduled! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org