HyukjinKwon commented on issue #25593: [SPARK-27992][PYTHON][BRANCH-2.4] Allow Python to join with connection thread to propagate errors URL: https://github.com/apache/spark/pull/25593#issuecomment-525153808 Those partial results can actually be reproduced, for instance as below: ```python spark.conf.set("spark.sql.execution.arrow.enabled", True) spark.range(0, 330000, 1, 100).toPandas() ``` ``` ... 75897 75897 75898 75898 75899 75899 [75900 rows x 1 columns] ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
