HyukjinKwon commented on code in PR #43680:
URL: https://github.com/apache/spark/pull/43680#discussion_r1385332357


##########
python/pyspark/sql/functions.py:
##########
@@ -13549,6 +13549,8 @@ def json_object_keys(col: "ColumnOrName") -> Column:
     return _invoke_function_over_columns("json_object_keys", col)
 
 
+# TODO: Fix and add an example for StructType with Spark Connect

Review Comment:
   the function works but the struct type seems not working. It was already 
there before. I took this out from docstring to here :-)



-- 
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]

Reply via email to