XiangpengHao commented on issue #7450:
URL: https://github.com/apache/arrow-rs/issues/7450#issuecomment-2842994528

   > We can represent a `RowSelector` as array of alternating select / skip / 
select rows.
   > 
   > e.g. : [0, 10, 5, 10, 5] => select 0, skip 10, select 5, skip 10, select 5
   
   But this makes concatenating/slicing selectors tricker, and can not accept 
row selectors that have two consecutive select/skip.
   
   I'll prefer using a sentinel value to represent skip/select.


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