srilman commented on issue #3220:
URL: https://github.com/apache/iceberg/issues/3220#issuecomment-1347623323

   FYI, I did start working on an initial implementation but ran into issues 
with trying to use just FileIO to perform special operations needed for Hadoop 
tables (I believe hadoop FS libraries are used instead in the Java 
implementation).
   
   As a developer for a Python-based compute engine, we would like to start 
using PyIceberg. However, we use Hadoop tables extensively for 
   (1) Local testing since it is easy to view and modify metadata 
   (2) Public read-only examples on remote FS like S3
   
   I think we should be able to replace usages of (1) by using a SQLLite DB + 
JDBCCatalog locally, or some equivalent SQLCatalog for Python. However, as long 
as there exists catalogs unsupported in Python, I think there should be some 
way for users to access their tables  in some limited fashion (like read-only 
as Fokko suggested). Thoughts?
   


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