liurenjie1024 commented on PR #1313: URL: https://github.com/apache/iceberg-rust/pull/1313#issuecomment-2874867295
> > Hi, @awol2005ex thanks for the contribution. The community direction is to deprecate pure file system catalog(like hadoop catalog). If you need to query iceberg table on file systems without relying on a catalog, you could use `StaticTable`. > > I have many Iceberg tables on Hadoop HDFS catalog, and I don't want to migrate them. StaticTable is very difficult to use and lacks practical utility. Hi, @awol2005ex The `Catalog` trait if an open trait, so you can maintain customized implementation outside of community if you need one. But the community will deprecate file system base catalog. -- 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]
