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

   We just supported basic reading. Writing support is still under development. 
Theoretically it should work out of box if you build Arrow with object store 
support by enabling `ARROW_S3` and other similar components: 
https://arrow.apache.org/docs/developers/cpp/building.html#optional-components.
   
   Just a kindly reminder that iceberg-cpp only focuses on the metadata layer 
of Iceberg spec. The heavy-lifting I/O implementation has been delegated to 
::arrow::fs::FileSystem to avoid reinventing the wheels.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to