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


##########
python/pyspark/pandas/utils.py:
##########
@@ -802,7 +820,8 @@ def verify_temp_column_name(df: "DataFrame", 
column_name_or_label: Name) -> Labe
 
 
 def verify_temp_column_name(
-    df: Union["DataFrame", SparkDataFrame], column_name_or_label: Union[str, 
Name]
+    df: Union["DataFrame", LegacyDataFrame, ConnectDataFrame],

Review Comment:
   Use the same name. LegacyDataFrame vs PySparkDataFrame



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