gaogaotiantian commented on code in PR #58729: URL: https://github.com/apache/spark/pull/58729#discussion_r4041117713
########## python/pyspark/eval_handlers/_arrow.py: ########## @@ -0,0 +1,72 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more Review Comment: I don't think we need to limit it to sql, but I also think it's not a horrible idea to keep this inside sql when we only have use cases there. On the other hand, `worker.py` is at top level so maybe it's not too bad. I'll leave the decision to you, I don't have a super strong opinion here. -- 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]
