viirya commented on PR #12082:
URL: https://github.com/apache/datafusion/pull/12082#issuecomment-2319520979

   > What are ranges here? the doc says
   > 
   > ```
   >     /// The range in which the rows share the same join key
   >     pub range: Range<usize>,
   > ```
   > 
   > but how `range: 3..4` in first batch and `range: 0..1,` in second matches 
the join key at all? it points to non matched rows
   
   `range` are the row indices of the `batch` in the `BufferedBatch` which have 
the same join key. Not related to match or not.


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to