GregoryKimball commented on issue #2: URL: https://github.com/apache/iceberg-cpp/issues/2#issuecomment-2547239172
Thank you for this discussion. > I would almost rather not depend on Arrow C++ if possible (what if I want to use the cuDF parquet reader, or OpenDAL for S3 access?) From the cuDF side, we are happy users of `nanoarrow` and dropping our libarrow dependency in 24.08 has helped our partners. We would love a lightweight iceberg IO tool to add to our [KvikIO library](https://github.com/rapidsai/kvikio/blob/branch-25.02/cpp/include/kvikio/remote_handle.hpp). We recently added S3 support via `libcurl` and would like to expand support for other object stores. It's unlikely that we would take up a libarrow dependency via `iceberg-arrow` if we could use `iceberg-core` to handle the basic IO needs. -- 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