wgtmac commented on issue #2:
URL: https://github.com/apache/iceberg-cpp/issues/2#issuecomment-2522063550

   For your use case, I think we can provide a `iceberg-lite` or `iceberg-core` 
library:
   - Define extensible interfaces for I/O and file reader/writers.
   - Only depend on nanoarrow to leverage arrow columnar layout for 
reading/writing data.
   
   By default, a `iceberg-arrow` library could provide concrete implementations 
of those interfaces by leveraging filesystem and parquet reader/writer from 
arrow cpp. WDYT? @lidavidm 


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