awol2005ex commented on PR #1313: URL: https://github.com/apache/iceberg-rust/pull/1313#issuecomment-2874920417
> > > 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. My main goal is to query Iceberg tables using iceberg-python, but this library depends on iceberg-rust. However, since iceberg-rust doesn't support HDFS or Hadoop catalog, it's essentially unusable for my 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