findepi commented on code in PR #14359:
URL: https://github.com/apache/datafusion/pull/14359#discussion_r1934295820


##########
datafusion/sqllogictest/bin/sqllogictests.rs:
##########
@@ -184,7 +186,11 @@ async fn run_tests() -> Result<()> {
         .collect()
         .await;
 
-    m.println(format!("Completed in {}", HumanDuration(start.elapsed())))?;
+    m.println(format!(
+        "Completed {} tests in {}",

Review Comment:
   let's be explicit whether we're printing number of test files or number of 
test queries executed.



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to