dongjoon-hyun edited a comment on issue #28167: [SPARK-31106][SQL] Support valid_json function URL: https://github.com/apache/spark/pull/28167#issuecomment-613628703 I saw the discussion on the naming in the above comments. The naming is always difficult. The current one looks like too-Apache-Spark-specific. - `VALID_JSON`: This PR. - `JSON_VALID`: MySQL, MariaDB, Sqlite - `ISJSON`: SQL Server - `IS JSON` predicate: Oracle, IBM Db2 - `is_valid_json`: Amazon Redshift @maropu , @gatorsmile , and @HyukjinKwon . Although `VALID_JSON` have a correct meaning, shall we avoid adding a new dialect in the SQL world by our hands?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
