ganeshashree commented on code in PR #57888: URL: https://github.com/apache/spark/pull/57888#discussion_r3751199392
########## docs/sql-ref-ansi-compliance.md: ########## @@ -618,6 +619,7 @@ Below is a list of all the keywords in Spark SQL. |JOIN|reserved|strict-non-reserved|reserved| |JSON|non-reserved|non-reserved|non-reserved| |JSON_TABLE|non-reserved|non-reserved|reserved| +|JSON_VALUE|non-reserved|non-reserved|reserved| Review Comment: Done. Added docs/sql-ref-syntax-qry-select-json-value.md covering the syntax, RETURNING, both ON EMPTY / ON ERROR clauses, defaults, supported result types, and the unsupported forms, and linked it from sql-ref-syntax.md and sql-ref-syntax-qry-select.md. -- 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]
