zero323 edited a comment on pull request #33083: URL: https://github.com/apache/spark/pull/33083#issuecomment-868789664
Technically speaking, `Sequence` is more than `Tuple` or `List` (I mention that, because we have quite a few cases where we explicitly restrict inputs to these two), but Py4J [should be able map](https://www.py4j.org/advanced_topics.html) any `Sequence` in the same way (I've done some rough testing on custom `Sequence` implementation to be sure, and it seems to work fine). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
