AlenkaF commented on issue #14037: URL: https://github.com/apache/arrow/issues/14037#issuecomment-1275697918
Hi @bhaskarkvvsr, sorry for a later reply. I think this is an issue for [Apache Spark](https://issues.apache.org/jira/projects/SPARK/issues/SPARK-40367?filter=allopenissues). I see there was some response on https://stackoverflow.com/questions/73585222/error-while-using-arrow-library-to-convert-spark-dataframe-to-pandas-dataframe. I am not sure what the flags enable, but this sql part of Apache Spark codebase is where the `arrowPySparkSelfDestructEnabled` method is defined: https://github.com/apache/spark/blob/44573a26bafb487f0e0c854b141eebf9990b22c1/python/pyspark/sql/pandas/conversion.py#L127-L128. -- 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]
