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

   > > people could even provide their own FileIO through configuration if they 
like.
   
   > This might be challenging since we don't have an easy approach to use 
reflection in C++.
   
   I think we just need a plugin mechanism to allow that, no need for 
reflection. If we have a clear interface of a FileIO, it shouldn't be too hard 
to make things pluggable.
   It can be important for S3, as some implementations (e.g. Hadoop's 
S3AFileSystem) use s3a:// prefixes, while others use s3:// prefixes.
   
   +1 on having a separate type system for better control and simplicity.


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