panbingkun commented on code in PR #49875:
URL: https://github.com/apache/spark/pull/49875#discussion_r1951862714
##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -20115,11 +20115,24 @@ def get_json_object(col: "ColumnOrName", path: str)
-> Column:
Examples
--------
+ Example1: Get json object from json object
Review Comment:
Please format it, eg:
Example 1: ...
Also, the title `Get json object from json object` looks weird.
Can we give it a more suitable name?
--
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]