You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/24 13:21:32 UTC

[GitHub] [arrow-datafusion] returnString commented on a change in pull request #908: Improve SQLMetric APIs, port existing metrics

returnString commented on a change in pull request #908:
URL: https://github.com/apache/arrow-datafusion/pull/908#discussion_r694843031



##########
File path: datafusion/tests/sql.rs
##########
@@ -2172,6 +2172,8 @@ async fn csv_explain_analyze() {
     let formatted = arrow::util::pretty::pretty_format_batches(&actual).unwrap();
     let formatted = normalize_for_explain(&formatted);
 
+    println!("ANALYZE EXPLAIN:\n{}", formatted);

Review comment:
       Stray debug logging?




-- 
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-unsubscribe@arrow.apache.org

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