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


   ### What changes were proposed in this pull request?
   
   There are still naming related to Koalas in test and function name. This PR 
addressed them to fit pandas-on-spark.
   - kdf -> psdf
   - kser -> psser
   - kidx -> psidx
   - kmidx -> psmidx
   - to_koalas() -> to_pandas_on_spark()
   
   ### Why are the changes needed?
   
   This is because the name Koalas is no longer used in PySpark.
   
   ### Does this PR introduce _any_ user-facing change?
   
   `to_koalas()` function is renamed to `to_pandas_on_spark()`
   
   ### How was this patch tested?
   
   Tested in local manually.
   After changing the related naming, I checked them one by one.


-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to