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 2022/03/16 07:57:02 UTC

[GitHub] [arrow-datafusion] alamb commented on a change in pull request #2020: I think using info in formal code is better than using println.

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



##########
File path: datafusion/src/physical_plan/file_format/parquet.rs
##########
@@ -250,7 +250,7 @@ impl ExecutionPlan for ParquetExec {
                 limit,
                 partition_col_proj,
             ) {
-                println!(
+                info!(

Review comment:
       What would you think about using `warn!` or error!` here instead of `info!`?




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