beliefer opened a new pull request #28154: [SPARK-31372][SQL] Check the 
validity of built-in function aliases
URL: https://github.com/apache/spark/pull/28154
 
 
   ### What changes were proposed in this pull request?
   Although SPARK-30184 Implement a helper method for aliasing functions, 
developers always forget to using this improvement.
   We need to add more powerful guarantees so that aliases outputed by built-in 
functions are correct.
   This PR found the issue for function `negative` and resolved it.
   
   
   ### Why are the changes needed?
   Ensure that the output alias is correct
   
   
   ### Does this PR introduce any user-facing change?
   'No'.
   
   
   ### How was this patch tested?
   Jenkins test.
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to