zhjwpku opened a new issue, #17:
URL: https://github.com/apache/iceberg-cpp/issues/17

   Iceberg's [manifests](https://iceberg.apache.org/spec/#manifests) files are 
stored using Apache Avro, I just give a quick look at the avro's code base, 
there is a C++ implementation and a C implementation, as the document stated,
   
   - C implementation has been tested on MacOSX and Linux, not mentioning 
Windows
   - C++ implementation seems support all three OS platforms we are targeting.
   
   C implementation has a dependence lib jansson while C++ implementation need 
Boost
   
   I'd like to know your opinions about what's the best way to integrate Avro 
into iceberg-cpp.
   
   [0] https://avro.apache.org/docs/1.12.0/api/c/
   [1] https://avro.apache.org/docs/1.12.0/api/cpp/html/#Installing


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