aa1371 commented on a change in pull request #35083:
URL: https://github.com/apache/spark/pull/35083#discussion_r777194331
##########
File path: python/pyspark/pandas/frame.py
##########
@@ -7637,102 +7706,35 @@ def merge(
As described in #263, joining string columns currently returns None
for missing values
instead of NaN.
"""
-
- def to_list(os: Optional[Union[Name, List[Name]]]) -> List[Label]:
Review comment:
moved to global scope to declutter this function
--
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]