comphead commented on code in PR #10642:
URL: https://github.com/apache/datafusion/pull/10642#discussion_r1613714632
##########
datafusion/core/tests/parquet/arrow_statistics.rs:
##########
@@ -212,13 +218,13 @@ impl Test {
let expected_null_counts = Arc::new(expected_null_counts) as ArrayRef;
assert_eq!(
&null_counts, &expected_null_counts,
- "Mismatch with expected null counts"
+ "{column_name}: Mismatch with expected null counts"
Review Comment:
```suggestion
"{column_name}: Mismatch with expected null counts. Actual:
{null_counts}. Expected: {expected_null_counts}"
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]