yaooqinn commented on code in PR #49879: URL: https://github.com/apache/spark/pull/49879#discussion_r1950631154
########## python/pyspark/sql/functions/builtin.py: ########## @@ -1853,7 +1853,7 @@ def sum_distinct(col: "ColumnOrName") -> Column: @_try_remote_functions -def listagg(col: "ColumnOrName", delimiter: Optional[Union[Column, str, bytes]] = None) -> Column: Review Comment: df.col_a is an illegal input because it's unfoldable -- 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]
