alamb commented on a change in pull request #1018:
URL: https://github.com/apache/arrow-datafusion/pull/1018#discussion_r711115302



##########
File path: datafusion/tests/sql.rs
##########
@@ -2395,9 +2394,14 @@ async fn explain_analyze_baseline_metrics() {
     );
     assert_metrics!(
         &formatted,
-        "GlobalLimitExec: limit=1, ",
+        "GlobalLimitExec: limit=3, ",
         "metrics=[output_rows=1, elapsed_compute="
     );
+    assert_metrics!(
+        &formatted,
+        "LocalLimitExec: limit=3",

Review comment:
       by making the query more complicated, it has also introduced a 
`LocalLimitExec` for testing 🎉 




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