You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/20 14:15:30 UTC

[GitHub] [arrow] trxcllnt commented on issue #10187: rowIndex is not recalculated when concatenating tables (javascript implementation)

trxcllnt commented on issue #10187:
URL: https://github.com/apache/arrow/issues/10187#issuecomment-845162276


   No, this is working as designed. The row index is relative to the the record batch, as it's meant to be used to access values from the batch.
   
   If you want a global index, you can sum this index and the lengths of the batches as they're processed.


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

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