[GitHub] [spark] dongjoon-hyun commented on issue #24669: [SPARK-27800][SQL][DOC] Fix wrong answer of example for BitwiseXor

2019-05-22 Thread GitBox
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-494682323
 
 
   https://github.com/apache/spark/pull/24674 is made.


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



[GitHub] [spark] dongjoon-hyun commented on issue #24669: [SPARK-27800][SQL][DOC] Fix wrong answer of example for BitwiseXor

2019-05-22 Thread GitBox
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-494680431
 
 
   Oops. My bad. I tested with only `spark-sql` environment. Thanks. I'll fix 
that as a follow-up.


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



[GitHub] [spark] dongjoon-hyun commented on issue #24669: [SPARK-27800][SQL][DOC] Fix wrong answer of example for BitwiseXor

2019-05-21 Thread GitBox
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-494651201
 
 
   Merged to `master/2.4/2.3`.


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



[GitHub] [spark] dongjoon-hyun commented on issue #24669: [SPARK-27800][SQL][DOC] Fix wrong answer of example for BitwiseXor

2019-05-21 Thread GitBox
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