yaooqinn commented on code in PR #49879: URL: https://github.com/apache/spark/pull/49879#discussion_r1950677816
########## 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: split_part is a different case, a text column can be split by splitter row by row, but can only be aggregated by a single joiner -- 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]
