HyukjinKwon commented on code in PR #48184: URL: https://github.com/apache/spark/pull/48184#discussion_r1769458130
########## python/pyspark/sql/functions/builtin.py: ########## @@ -17723,7 +17723,7 @@ def array_sort( @_try_remote_functions -def shuffle(col: "ColumnOrName") -> Column: +def shuffle(col: "ColumnOrName", seed: Optional[Union[Column, int]] = None) -> Column: Review Comment: It's actually written on the top. e.g., in case we support `seed` as non-foldable expression in the future. -- 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]
