zhztheplayer commented on issue #1013: [CALCITE-2791]Add the JSON_TYPE function
URL: https://github.com/apache/calcite/pull/1013#issuecomment-466253345
 
 
   @XuQianJin-Stars, following is details about how you can make `JSON_TYPE` 
non-reserved:
   1. Add `JSON_TYPE` to list `nonReservedKeywords` in 
/root/Documents/SourceCode/calcite/babel/src/main/codegen/config.fmpp;
   2. Add `JSON_TYPE` to list `nonReservedKeywords` in 
/root/Documents/SourceCode/calcite/core/src/main/codegen/config.fmpp;
   3. Add `JSON_TYPE` to list `nonReservedKeywords` in 
/root/Documents/SourceCode/calcite/core/src/test/codegen/config.fmpp;
   4. Add `JSON_TYPE` to list `nonReservedKeywords` in 
/root/Documents/SourceCode/calcite/server/src/main/codegen/config.fmpp;
   5. Revert your changes about keywords in SqlAdvisorTest and SqlParserTest;
   6. Change `**JSON_TYPE**` to `JSON_TYPE` from reference.md.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to