itholic commented on a change in pull request #32674:
URL: https://github.com/apache/spark/pull/32674#discussion_r642161996
##########
File path: python/pyspark/pandas/frame.py
##########
@@ -882,6 +882,9 @@ def add(self, other) -> "DataFrame":
spark = CachedAccessor("spark", SparkFrameMethods)
# create accessor for pandas-on-Spark specific methods.
+ pandas_on_spark = CachedAccessor("pandas_on_spark",
PandasOnSparkFrameMethods)
+
+ # keep the name "koalas" for backward compatibility.
koalas = CachedAccessor("koalas", PandasOnSparkFrameMethods)
Review comment:
@HyukjinKwon , I just created JIRA to document this deprecation:
SPARK-35569.
I think we can do this after completing the documentation porting.
--
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]