dongjoon-hyun commented on code in PR #57079:
URL: https://github.com/apache/spark/pull/57079#discussion_r3548908643
##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -14992,6 +15356,7 @@ def decode(col: "ColumnOrName", charset: str) -> Column:
-------
:class:`~pyspark.sql.Column`
the column for computed results.
+ Returns a column of the same type as the input.
Review Comment:
`input` is a binary type.
> Computes the first argument into a string from a binary using the provided
character set
--
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]