learningchess2003 opened a new pull request, #41429: URL: https://github.com/apache/spark/pull/41429
### What changes were proposed in this pull request? We plan on adding two new tokens called ```namedArgumentExpression``` and ```functionArgument``` which would enable this feature. When parsing this logic, we also make changes to ASTBuilder such that it can detect if the argument passed is a named argument or a positional one. ### Why are the changes needed? This is part of a larger project to implement named parameter support for user defined functions, built-in functions, and table valued functions. ### Does this PR introduce _any_ user-facing change? Yes, the user would be able to call functions with argument lists that contain named arguments. ### How was this patch tested? We add tests in the PlanParserSuite that will verify that the plan parsed is as intended. -- 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]
