beliefer commented on a change in pull request #33847:
URL: https://github.com/apache/spark/pull/33847#discussion_r696398041
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/bitwiseExpressions.scala
##########
@@ -233,10 +233,10 @@ object BitwiseGetUtil {
@ExpressionDescription(
usage = """
- |_FUNC_(expr, pos) - Returns the value of the bit (0 or 1) at the
specified position.
- | The positions are numbered from right to left, starting at zero.
- | The position argument cannot be negative.
- """,
+ _FUNC_(expr, pos) - Returns the value of the bit (0 or 1) at the specified
position.
Review comment:
LGTM.
--
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]