dilipbiswal opened a new pull request #23925: [SPARK-27016] Treat all antlr warnings as errors while generating parser from the sql grammar file. URL: https://github.com/apache/spark/pull/23925 ## What changes were proposed in this pull request? Use the maven plugin option `treatWarningsAsErrors` to make sure the warnings are treated as errors while generating the parser file. In the absence of it, we may inadvertently introducing problems while making grammar changes. Please refer to [PR-23897](https://github.com/apache/spark/pull/23897) to know more about the context. ## How was this patch tested? Verified this after applying [PR](https://github.com/apache/spark/pull/23897)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
