gatorsmile commented on a change in pull request #24859: [SPARK-28033][SQL]
String concatenation should low priority than other operators
URL: https://github.com/apache/spark/pull/24859#discussion_r296460422
##########
File path:
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4
##########
@@ -668,10 +668,11 @@ valueExpression
: primaryExpression
#valueExpressionDefault
Review comment:
Could you add a comment above line 667?
> Note: check the operator precedence when adding the new operator.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]