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/04/14 18:02:21 UTC

[GitHub] [arrow-datafusion] NGA-TRAN commented on a diff in pull request #2231: chore: add `debug!` log in some execution operators

NGA-TRAN commented on code in PR #2231:
URL: https://github.com/apache/arrow-datafusion/pull/2231#discussion_r850681558


##########
datafusion/core/src/physical_plan/filter.rs:
##########
@@ -133,8 +134,8 @@ impl ExecutionPlan for FilterExec {
         partition: usize,
         context: Arc<TaskContext>,
     ) -> Result<SendableRecordBatchStream> {
+        debug!("Start FilterExec::execute for partition: {}", partition);

Review Comment:
   working on adding it



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