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

   > Would it be possible to define the [`FileIO` 
interface](https://github.com/apache/iceberg/blob/main/api/src/main/java/org/apache/iceberg/io/FileIO.java)
 and let the dependent sub-project implement this (and have one implementation 
in tests of course)?
   
   This would be basically re-doing Arrow C++'s IO layer. You would also have 
to provide IO implementations for convenience (you don't want everyone to 
reimplement the same thing).
   
   It would also tie users into a synchronous IO model. I don't know if that's 
flexible enough.
   


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