jorgecarleitao commented on issue #286:
URL: https://github.com/apache/arrow-rs/issues/286#issuecomment-839524898


   More details: in both files, I am getting the following:
   
   ```
   Reading Utf8
   field_node: FieldNode { length: 7, null_count: 0 }
   offset buffer: Buffer { offset: 200, length: 55 }
   offsets: [32, 0, 407708164, 545407072, 8388608, 67108864, 134217728, 
201326592]
   values buffer: Buffer { offset: 256, length: 51 }
   ```
   
   * `offsets[0] != 0` indicates a problem: offsets are expected to start from 
zero on any array with offsets.
   * `offsets[i+1] < offsets[i+1]` for some `i`, which indicates a problem: 
offsets are expected to be monotonically increasing
   
   I do not have a root cause yet, these are just observations.


-- 
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:
us...@infra.apache.org


Reply via email to