itholic opened a new pull request #33054:
URL: https://github.com/apache/spark/pull/33054


   ### What changes were proposed in this pull request?
   
   This PR proposes move `to_pandas_on_spark` function from 
`pyspark.pandas.frame` to `pyspark.sql.dataframe`, and added the related tests 
to the PySpark DataFrame tests.
   
   ### Why are the changes needed?
   
   Because now the Koalas is ported into PySpark, so we don't need to Spark 
auto-patch anymore.
   And also `to_pandas_on_spark` is belongs to the pandas-on-Spark DataFrame 
doesn't look make sense.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, it's kinda internal refactoring stuff.
   
   ### How was this patch tested?
   
   Added the related tests and manually check they're passed.


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to