-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
Iceberg's 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
Metadata
Metadata
Assignees
Labels
No labels