awol2005ex commented on PR #1313:
URL: https://github.com/apache/iceberg-rust/pull/1313#issuecomment-2875084933

   > > > > > 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.
   > 
   > I don't remember iceberg-python has migrated all its catalog 
implementation to iceberg-rust? cc @Fokko @kevinjqliu
   
   iceberg-python is just a wrapper for pyiceberg-core, and pyiceberg-core is 
located within the iceberg-rust repository


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

Reply via email to