zabetak opened a new pull request, #4268:
URL: https://github.com/apache/calcite/pull/4268

   The main goal is to capture more invalid term usages and easier definition 
of new rules.
   
   1. Use pattern based definition in term rules and allow multiple 
valid/golden terms
   2. Use List based rule collection for faster iteration; since we iterate 
over all rules using Map is wasteful
   3. Make existing rules case-insensitive to capture more invalid usages of 
DBMS terms
   4. Pre-compile and instantiate patterns and rules only once


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

Reply via email to