westonpace commented on code in PR #34060:
URL: https://github.com/apache/arrow/pull/34060#discussion_r1101953455
##########
cpp/src/arrow/compute/exec.h:
##########
@@ -209,6 +212,11 @@ struct ARROW_EXPORT ExecBatch {
/// whether any values are Scalar.
int64_t length = 0;
+ /// \brief index of this batch in a sorted stream of batches
+ ///
+ /// This index must be strictly monotoic starting at 0 without gaps
Review Comment:
Added with slightly different wording.
--
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]