wesm commented on code in PR #13364:
URL: https://github.com/apache/arrow/pull/13364#discussion_r897353035


##########
cpp/src/arrow/compute/exec.cc:
##########
@@ -325,35 +325,164 @@ bool ExecBatchIterator::Next(ExecBatch* batch) {
   return true;
 }
 
+// ----------------------------------------------------------------------
+// ExecSpanIterator; to eventually replace ExecBatchIterator
+
+Status ExecSpanIterator::Init(const ExecBatch& batch, ValueDescr::Shape 
output_shape,

Review Comment:
   This argument (and `ValueDescr::Shape` altogether) is going to disappear 
soon as a result of ARROW-16757



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

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

Reply via email to