liurenjie1024 commented on PR #1131: URL: https://github.com/apache/iceberg-rust/pull/1131#issuecomment-2749824993
Thanks @Xuanwo with this pr. There are two problems with feature based design: 1. User could only choose hdfs backend at compile time, which seems inflexible to me. For example, I'm integrating iceberg-rust with a compute engine like trino, which may access different storages at runtime. 2. It may not be transparent to user. IIRC, webhdfs's configuration and url schema are different from native hdfs library. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
