chriscasola commented on code in PR #35723:
URL: https://github.com/apache/arrow/pull/35723#discussion_r1210677046


##########
go/arrow/compute/arithmetic_test.go:
##########
@@ -2621,7 +2621,7 @@ func (us *UnaryArithmeticSigned[T]) TestAbsoluteValue() {
                                fn(`[]`, `[]`)
                                // scalar/arrays with nulls
                                fn(`[null]`, `[null]`)
-                               fn(`[1, null -10]`, `[1, null, 10]`)
+                               fn(`[1, null, -10]`, `[1, null, 10]`)

Review Comment:
   The goccy JSON parser seems to be more forgiving than the built-in one.



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