viirya commented on code in PR #5784:
URL: https://github.com/apache/arrow-datafusion/pull/5784#discussion_r1152596338
##########
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:
e.g., If `expected` contains only one record batch, we only compare first
column between rows.
--
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]