edponce commented on a change in pull request #11159:
URL: https://github.com/apache/arrow/pull/11159#discussion_r710178098
##########
File path: cpp/src/arrow/compute/kernels/test_util.cc
##########
@@ -190,6 +190,13 @@ void CheckVectorUnary(std::string func_name, Datum input,
Datum expected,
AssertDatumsEqual(expected, actual, /*verbose=*/true);
}
+void CheckVectorBinary(std::string func_name, Datum v1, Datum v2, Datum
expected,
+ const FunctionOptions* options) {
Review comment:
I agree with David, that was my initial thought, but for this you
(@aucahuasi) need to expose `CheckScalarNonRecursive` in the header file.
--
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]