HyukjinKwon commented on a change in pull request #32108:
URL: https://github.com/apache/spark/pull/32108#discussion_r610999089



##########
File path: python/pyspark/pandas/typedef/string_typehints.py
##########
@@ -23,12 +23,12 @@
 
 
 def resolve_string_type_hint(tpe):
-    import pyspark.pandas as pp
+    import pyspark.pandas as ps
     from pyspark.pandas import DataFrame, Series
 
     locs = {
-        "pp": pp,
-        "koalas": pp,
+        "ps": ps,
+        "koalas": ps,

Review comment:
       Let's fix this to "pyspark.pandas" too while we're here.




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