Is https://iceberg.apache.org/python-feature-support/ still up to date? Are
the following statements true for Iceberg python library support?

   - The python library has only limited support for read (for parquet only
   it seems
   
https://github.com/apache/iceberg/blob/master/python/iceberg/parquet/parquet_reader.py
   ).
   - The python library has no support for write.
   - The python library doesn't have full support for metadata operations
   (according to the matrix in
   https://iceberg.apache.org/python-feature-support/). I am not sure about
   this.
      - Hive tables has support for drop table operation,
      
https://github.com/apache/iceberg/blob/ccb0b20831c8b07c4663ac83b0bca82acb537279/python/iceberg/hive/hive_tables.py
      - FileSystem tables has support for create table,
      
https://github.com/apache/iceberg/blob/master/python/iceberg/core/filesystem/filesystem_tables.py
      .

Best,
-- 
Chen Song

Reply via email to