Dwrite commented on code in PR #4339:
URL: https://github.com/apache/calcite/pull/4339#discussion_r2067797371
##########
core/src/main/codegen/templates/Parser.jj:
##########
@@ -7920,6 +7920,7 @@ SqlBinaryOperator BinaryRowOperator() :
{
// <IN> is handled as a special case
<EQ> { return SqlStdOperatorTable.EQUALS; }
+| <LEFTSHIFT> { return SqlStdOperatorTable.LEFTSHIFT_OPERATOR; }
Review Comment:
yeah. I am trying to add it, But I need to resolve this parsing conflict
with `cast(a as map<varchar multiset, map<int, int>>)`
--
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]