Yash-cor commented on issue #31368: URL: https://github.com/apache/shardingsphere/issues/31368#issuecomment-2485166690
> Hi @Yash-cor, can you test `SELECT JSON_SCHEMA_VALIDATION_REPORT(@schema, @document);` on mysql first? We need to make sure MySQL supports this SQL. > > In addition, @Schema cannot be parsed, which seems to be related to MySQL keywords. Schema is a reserved keyword. According to the MySQL documentation, it needs to be quoted. For more detial, you can refer - https://dev.mysql.com/doc/refman/5.7/en/keywords.html Yes its correctly -- 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]
