korlov42 commented on code in PR #6752:
URL: https://github.com/apache/ignite-3/pull/6752#discussion_r2432346832
##########
modules/sql-engine/src/main/codegen/includes/parserImpls.ftl:
##########
@@ -726,6 +790,14 @@ SqlNumericLiteral UnsignedIntegerLiteral() :
}
}
+SqlNumericLiteral ApproxNumericLiteral() :
Review Comment:
Good catch! Initially I was going to use this to parse STALE ROWS FRACTION,
but decided to go with `UnsignedNumericLiteral` coz it accepts only positive
numbers. So this one should be removed
--
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]