devanbenz commented on code in PR #12157:
URL: https://github.com/apache/datafusion/pull/12157#discussion_r1730406539


##########
datafusion/core/tests/memory_limit/mod.rs:
##########
@@ -141,7 +141,7 @@ async fn join_by_expression() {
     TestCase::new()
         .with_query("select t1.* from t t1 JOIN t t2 ON t1.service != 
t2.service")
         .with_expected_errors(vec![
-           "Resources exhausted: Additional allocation failed with top memory 
consumers (across reservations) as: NestedLoopJoinLoad[0]",
+            "Resources exhausted: Additional allocation failed with top memory 
consumers (across reservations) as: NestedLoopJoinLoad[0]",

Review Comment:
   Yes definitely. I think this happened when I ran `cargo fmt` for some reason 
haha. I'll revert.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to