jsai28 commented on code in PR #15288:
URL: https://github.com/apache/datafusion/pull/15288#discussion_r2001378037


##########
datafusion/core/tests/parquet/schema.rs:
##########
@@ -82,7 +69,18 @@ async fn schema_merge_ignores_metadata_by_default() {
         .unwrap();
     let actual = df.collect().await.unwrap();
 
-    assert_batches_sorted_eq!(expected, &actual);
+    assert_snapshot!(batches_to_sort_string(&actual), @r"

Review Comment:
   change to batches_to_string



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