BryanCutler commented on issue #24677: [SPARK-27805][PYTHON] Propagate SparkExceptions during toPandas with arrow enabled URL: https://github.com/apache/spark/pull/24677#issuecomment-500615048 >LGTM too but .. I wonder if this is the only way. @dvogelbacher would you mind if I ask to check normal collect() code path too? Dataset.collectToPython() looks like a same instance. The `collect()` code path is different and it doesn't have this exact problem, but it's possible it could fail in another way. @HyukjinKwon @felixcheung @dvogelbacher lets continue the discussion in #24834 where I'm trying out another way to do this.
---------------------------------------------------------------- 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]
