srowen commented on a change in pull request #30532:
URL: https://github.com/apache/spark/pull/30532#discussion_r532124633
##########
File path:
sql/catalyst/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4
##########
@@ -21,7 +21,7 @@ grammar SqlBase;
* When false, INTERSECT is given the greater precedence over the other set
* operations (UNION, EXCEPT and MINUS) as per the SQL standard.
*/
- public boolean legacy_setops_precedence_enbled = false;
+ public boolean legacy_setops_precedence_enabled = false;
Review comment:
Oh hm I wonder if this has any implications elsewhere, like does this
affect any non-private generated code?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]