wgtmac commented on PR #30:
URL: https://github.com/apache/iceberg-cpp/pull/30#issuecomment-2597327334

   > Can we provide both?
   
   I think we can. It is pretty straight-forward to do something similar to 
`arrow::RandomnAccessFile`: 
https://github.com/apache/arrow/blob/main/cpp/src/arrow/io/interfaces.h#L268-L300
   
   > Without doing any IO, do you mean users do the read and pass the buffer to 
iceberg for parsing only?
   
   How about adding a PoC to explore the idea from @pitrou: 
https://github.com/apache/iceberg-cpp/issues/2#issuecomment-2527410151. We may 
need to add a lightweight reader interface in it as well.
   


-- 
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: issues-unsubscr...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to