westonpace commented on code in PR #33738:
URL: https://github.com/apache/arrow/pull/33738#discussion_r1080703912


##########
cpp/src/arrow/compute/exec/filter_node.cc:
##########
@@ -103,17 +103,9 @@ class FilterNode : public MapNode {
   }
 
   void InputReceived(ExecNode* input, ExecBatch batch) override {
-    EVENT(span_, "InputReceived", {{"batch.length", batch.length}});

Review Comment:
   It gets it from `MapNode`.  This will be more obvious in 
https://github.com/apache/arrow/pull/15253 because subclasses will no longer 
implement `InputReceived` (they will use `MapNode::InputReceived` and instead 
just implement `ProcessBatch`)



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

Reply via email to