n3world opened a new pull request #10662:
URL: https://github.com/apache/arrow/pull/10662


   Add the offset of the start of a row to parsing and decoding errors.
   
   In order to know the row offset during decoding a new array of offsets was 
added to DataBatch which indicate the offset of the row relative to the offset 
of the batch. This adds an overhead of an additional vector and an array of 
ints with one int per row


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