shrirangmhalgi commented on PR #56425: URL: https://github.com/apache/spark/pull/56425#issuecomment-4704903921
Thanks @yadavay-amzn for the thorough review! Added alias assertions for `'MM'` and `'YY'` in the latest commit. On the structured error - since the exception is internal-only (caught by `compileExpression` as `NonFatal -> None`, never surfaced to users), I kept the bare `IllegalArgumentException` to avoid adding an error class for a throw that's never displayed. -- 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]
