pjfanning commented on PR #12631:
URL: https://github.com/apache/druid/pull/12631#issuecomment-1152247320

   this is the codegen/config.fmpp from calcite-core 1.26.0
   
   ```
   data: {
     # Data declarations for this parser.
     #
     # Default declarations are in default_config.fmpp; if you do not include a
     # declaration ('imports' or 'nonReservedKeywords', for example) in this 
file,
     # FMPP will use the declaration from default_config.fmpp.
     parser: {
       # Generated parser implementation package and class name.
       package: "org.apache.calcite.sql.parser.impl",
       class: "SqlParserImpl",
   
       # List of files in @includes directory that have parser method
       # implementations for parsing custom SQL statements, literals or types
       # given as part of "statementParserMethods", "literalParserMethods" or
       # "dataTypeParserMethods".
       implementationFiles: [
         "parserImpls.ftl"
       ]
     }
   }
   
   freemarkerLinks: {
     includes: includes/
   }
   ```


-- 
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]

Reply via email to