zeroshade commented on code in PR #35338:
URL: https://github.com/apache/arrow/pull/35338#discussion_r1178127084


##########
go/arrow/compute/arithmetic.go:
##########
@@ -343,11 +343,11 @@ NaN values return NaN. Integral values return signedness 
as Int8,
 and floating-point values return it with the same type as the input values.`,
                ArgNames: []string{"x"},
        }
-       bitWiseNotDoc = FunctionDoc{
-               Summary:     "Bit-wise negate the arguments element-wise",
-               Description: "Null values return null",
-               ArgNames:    []string{"x"},
-       }
+       // bitWiseNotDoc = FunctionDoc{
+       //      Summary:     "Bit-wise negate the arguments element-wise",
+       //      Description: "Null values return null",
+       //      ArgNames:    []string{"x"},
+       // }

Review Comment:
   good point i missed that



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

Reply via email to