ianmcook commented on PR #45481: URL: https://github.com/apache/spark/pull/45481#issuecomment-2101763698
Thanks. I rebased. I also took a closer look at your changes in #46129 and made a few changes for consistency with the new structure you introduced there: - I added a definition for `toArrowTable` in `python/pyspark/sql/classic/dataframe.py`. - I added a placeholder definition for `toArrowTable` in `python/pyspark/sql/dataframe.py` - I moved the docstring to there from `python/pyspark/sql/pandas/conversion.py`. I also added `.. versionadded:: 4.0.0` in the docstring. Please let me know if that all looks OK. -- 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]
