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/22 16:08:38 UTC

[GitHub] [arrow] TheNeuralBit edited a comment on issue #10187: rowIndex is not recalculated when concatenating tables (javascript implementation)

TheNeuralBit edited a comment on issue #10187:
URL: https://github.com/apache/arrow/issues/10187#issuecomment-846429246


   Yes the `idx` is supposed to be relative to the batch, that's why there's a second argument with the current batch. Alternatively you can pass a second callback that will be called when we transition to reading from a new batch.
   
   Agree this is a confusing API, we should make sure it's more clearly documented, right now it has no [docstring](http://arrow.apache.org/docs/js/classes/arrow_dom.dataframe.html#scan0).


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