tanclary commented on code in PR #3079:
URL: https://github.com/apache/calcite/pull/3079#discussion_r1114737548


##########
core/src/main/codegen/default_config.fmpp:
##########
@@ -84,8 +84,10 @@ parser: {
     "DATA"
     "DATABASE"
     "DATE_TRUNC"
+    "DATETIME_DIFF"
     "DATETIME_INTERVAL_CODE"
     "DATETIME_INTERVAL_PRECISION"
+    "DATE_DIFF"

Review Comment:
   I was also confused about this, on lines 317-321 of this file, _ is given 
alphabetic precedence over letters, and then letters over _. I agree that 
visually it comes before. Maybe @julianhyde has thoughts?



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