gaogaotiantian commented on PR #57911: URL: https://github.com/apache/spark/pull/57911#issuecomment-5363661150
The benchmark results look correct to me. I think the `type() is` and `isinstance` is intentional. Also I think it keeps the original behavior? If `str` is subclassed, we probably should not return the subclass object - arrow might reject it. The original behavior is to convert it to `str` with `str()`. -- 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]
