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

   > * Dependencies: [Arrow](https://github.com/apache/arrow), 
[Avro](https://github.com/apache/avro), [ORC](https://github.com/apache/orc), 
[simdjson](https://github.com/simdjson/simdjson), etc.
   
   Dependency management in Arrow C++ has been a huge headache (and still is). 
I'd heavily recommend that Iceberg C++ starts with a minimal set of 
dependencies. I don't know what ORC or Avro has to do with it, for example.
   
   Arrow C++ is certainly a requirement; it will give access to useful base 
features (IO etc.), and of course to Parquet C++ APIs.
   
   simdjson seems reasonable as well, and a JSON library is very useful for a 
bunch of tasks (such as writing nice testing helpers or CLI utilities).


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