jsoref opened a new pull request #30677:
URL: https://github.com/apache/spark/pull/30677


   ### What changes were proposed in this pull request?
   
   Replace `legacy_setops_precedence_enbled` with 
`legacy_setops_precedence_enabled`
   
   Alternatively, `legacy_setops_precedence_enabled` could be added, and 
`legacy_setops_precedence_enbled` retained, and if set the code could honor it 
and warn about the deprecated spelling.
   
   ### Why are the changes needed?
   
   `enabled` is misspelled in `legacy_setops_precedence_enbled`
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes.
   
   It would break current consumers.
   Examples include:
   * https://www.programmersought.com/article/87752082924/
   * 
https://github.com/fugue-project/fugue/blob/125d873c38e18b5f09b032bd01ac47a0c6739ddc/fugue_sql/_antlr/fugue_sqlLexer.py
   * https://github.com/search?q=legacy_setops_precedence_enbled&type=code
   
   ### How was this patch tested?
   
   It's been included in #30323 for a while (and is now split out here)


----------------------------------------------------------------
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]

Reply via email to