mosyp opened a new pull request #564:
URL: https://github.com/apache/arrow-rs/pull/564


   # Which issue does this PR close?
   Resolves the https://github.com/delta-io/kafka-delta-ingest/issues/38
   
   # Rationale for this change
    There's no efficient way to get buffer length unless copying the data via 
`.data()` func. These changes provide easy and safe way top achieve that.
   
   # What changes are included in this PR?
   
   Basically the same impl as in `.data()`, but once we've got the ref then the 
`len()` on the underlying is called instead of copying the bytes.
   
   # Are there any user-facing changes?
   
   new pub api (?).
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to