dongjoon-hyun commented on issue #24669: [SPARK-27800][SQL][DOC] Fix wrong 
answer of example for BitwiseXor
URL: https://github.com/apache/spark/pull/24669#issuecomment-494651166
 
 
   This is a documentation change and I verified manually.
   ```
   spark-sql> DESCRIBE FUNCTION EXTENDED ^;
   Function: ^
   Class: org.apache.spark.sql.catalyst.expressions.BitwiseXor
   Usage: expr1 ^ expr2 - Returns the result of bitwise exclusive OR of `expr1` 
and `expr2`.
   Extended Usage:
       Examples:
         > SELECT 3 ^ 5;
          6
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to