berkaysynnada commented on code in PR #15165: URL: https://github.com/apache/datafusion/pull/15165#discussion_r1991191248
########## datafusion/core/tests/dataframe/mod.rs: ########## @@ -429,16 +434,16 @@ async fn drop_with_quotes() -> Result<()> { let df_results = df.collect().await?; - assert_batches_sorted_eq!( Review Comment: I realized now `assert_batches_sorted_eq()` does also the same. I'd just like to avoid the strange ordering like ``` +------+ | f"c2 | +------+ | 11 | | 2 | +------+ ``` even if we say `batches_to_sort_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