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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to