rtpsw commented on code in PR #13940:
URL: https://github.com/apache/arrow/pull/13940#discussion_r959882505


##########
cpp/src/arrow/compute/exec/key_hash_test.cc:
##########
@@ -35,9 +35,11 @@ namespace compute {
 
 class TestVectorHash {
  private:
-  static Result<std::shared_ptr<BinaryArray>> GenerateUniqueRandomBinary(
+  template <typename Type, typename ArrayType = typename 
TypeTraits<Type>::ArrayType>
+  static Result<std::shared_ptr<ArrayType>> GenerateUniqueRandomBinary(

Review Comment:
   Done.



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