jonahgao commented on code in PR #20565:
URL: https://github.com/apache/datafusion/pull/20565#discussion_r2894569376
##########
datafusion-cli/tests/cli_integration.rs:
##########
@@ -232,12 +269,22 @@ fn test_cli_top_memory_consumers<'a>(
"Resources exhausted: Failed to allocate",
);
+ settings.bind_to_scope()
+}
+
+#[rstest]
Review Comment:
nit: since there is only one case, maybe we don't need to use rstest.
--
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]