You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/12 01:11:04 UTC

[GitHub] [spark] zhengruifeng commented on a diff in pull request #39013: [SPARK-41472][CONNECT][PYTHON] Implement the rest of string/binary functions

zhengruifeng commented on code in PR #39013:
URL: https://github.com/apache/spark/pull/39013#discussion_r1045334543


##########
python/pyspark/sql/connect/functions.py:
##########
@@ -4159,6 +4159,759 @@ def encode(col: "ColumnOrName", charset: str) -> Column:
     return _invoke_function("encode", _to_col(col), lit(charset))
 
 
+# TODO(SPARK-41473): Resolve the data type mismatch issue and enable the function

Review Comment:
   I will resolve it in a batch, after this PR get merged



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org