mustafasrepo commented on code in PR #5661:
URL: https://github.com/apache/arrow-datafusion/pull/5661#discussion_r1142956095
##########
datafusion/core/tests/sql/select.rs:
##########
@@ -841,7 +841,7 @@ async fn sort_on_window_null_string() -> Result<()> {
])
.unwrap();
- let ctx =
SessionContext::with_config(SessionConfig::new().with_target_partitions(2));
Review Comment:
Result of these tests were not deterministic. I have changed so that result
would become deterministic.
--
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]