bkietz commented on a change in pull request #11579:
URL: https://github.com/apache/arrow/pull/11579#discussion_r745751621



##########
File path: cpp/src/arrow/compute/exec/hash_join_node_test.cc
##########
@@ -1061,17 +1066,17 @@ TEST(HashJoin, Random) {
 
     // Print test case parameters
     // print num_rows, batch_size, join_type, join_cmp
-    std::cout << join_type_name << " " << key_cmp_str << " ";
+    std::cout << "Trial " << test_id << ":\n";
+    std::cout << "    " << join_type_name << " " << key_cmp_str << " ";

Review comment:
       It isn't the preferred style, but it's not necessary to address this 
here. I've added
   https://issues.apache.org/jira/browse/ARROW-14641




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