alamb commented on code in PR #7190:
URL: https://github.com/apache/arrow-datafusion/pull/7190#discussion_r1298490469


##########
datafusion/core/tests/memory_limit.rs:
##########
@@ -55,118 +55,110 @@ fn init() {
 
 #[tokio::test]
 async fn oom_sort() {
-    TestCase::new(
-        "select * from t order by host DESC",
-        vec![
+    TestCase::new()
+        .with_query("select * from t order by host DESC")

Review Comment:
   the major change is that by using a builder pattern, now the tests are more 
explicit about what the values are



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

Reply via email to