viirya commented on code in PR #5784:
URL: https://github.com/apache/arrow-datafusion/pull/5784#discussion_r1152596485


##########
benchmarks/src/bin/tpch.rs:
##########
@@ -1106,7 +1106,7 @@ mod ci {
             let actual_row = &actual_vec[i];
             assert_eq!(expected_row.len(), actual_row.len());
 
-            for j in 0..expected.len() {

Review Comment:
   Not sure if any existing tests will fail by this.



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