jsoref commented on a change in pull request #30532:
URL: https://github.com/apache/spark/pull/30532#discussion_r532126432
##########
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:
GitHub says maybe:
https://github.com/search?q=legacy_setops_precedence_enbled&type=code
I'm going to drop this for now, we can revisit it separately.
----------------------------------------------------------------
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]