infoankitp commented on code in PR #38865: URL: https://github.com/apache/spark/pull/38865#discussion_r1059280201
########## python/pyspark/sql/connect/functions.py: ########## @@ -1098,6 +1098,13 @@ def array_intersect(col1: "ColumnOrName", col2: "ColumnOrName") -> Column: array_intersect.__doc__ = pysparkfuncs.array_intersect.__doc__ +def array_append(col1: "ColumnOrName", col2: "ColumnOrName") -> Column: Review Comment: oh Sure ! Let me remove the changes being done for connect -- 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]
