itholic commented on code in PR #40525:
URL: https://github.com/apache/spark/pull/40525#discussion_r1159207166


##########
python/pyspark/pandas/internal.py:
##########
@@ -962,9 +1025,9 @@ def field_for(self, label: Label) -> InternalField:
             raise KeyError(name_like_string(label))
 
     @property
-    def spark_frame(self) -> SparkDataFrame:
+    def spark_frame(self) -> LegacyDataFrame:

Review Comment:
   Maybe can I address remaining mypy check including this in the follow-up, 
because updating this brings another hundreds of mypy errors?
   Btw, there are too many mypy errors to handle all typing at once in this PR, 
so I created a separate ticket to address remaining typing within subsequent 
tasks: SPARK-43045



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

Reply via email to