lipzhu opened a new pull request #24004: [SPARK-27084][SQL] Add function alias for bitand/bitnot/bitor/bitxor URL: https://github.com/apache/spark/pull/24004 ## What changes were proposed in this pull request? Currently SparkSQL already have functions for bitwise related functions. Is that possible SparkSQL can provided the bitand/bitor/bitnot/bitxor functions alias to be consistent with Teradata and Oracle? https://docs.teradata.com/reader/756LNiPSFdY~4JcCCcR5Cw/rVVdqcT~YtqyAbqNUztMNA https://docs.oracle.com/cd/E41183_01/DR/Bit_Binary_Functions.html#DALc02a_2726006080_257082 ## How was this patch tested? unit tests
---------------------------------------------------------------- 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]
