mihailom-db opened a new pull request, #48917: URL: https://github.com/apache/spark/pull/48917
### What changes were proposed in this pull request? I propose to remove .*? from parser rules. ### Why are the changes needed? .*? will match anything and in that case will consume comments and all garbage, we need to fix this to make queries like `set /*comment*/ ;` work. This is a bug that we have from beginning of the parser and IMO should be fixed to work properly. ### Does this PR introduce _any_ user-facing change? Yes, fixing parser. ### How was this patch tested? Existing tests and added tests to come. ### Was this patch authored or co-authored using generative AI tooling? Yes. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
