olivrlee commented on code in PR #3079:
URL: https://github.com/apache/calcite/pull/3079#discussion_r1114696304
##########
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:
nit: alphabetically next to DATE_TRUNC, or move DATE_TRUNC down here too
(visually _ comes before T to me, but maybe ASCII-wise DATE_ should be after
DATET?)
--
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]