lk-1984 commented on issue #1336:
URL: 
https://github.com/apache/iceberg-python/issues/1336#issuecomment-2696947134

   @kevinjqliu I have Python 3.11.11 and Pyiceberg 0.8.1.
   
   ```
   pyiceberg
   
/fooobar/.venv/lib/python3.11/site-packages/pyiceberg/utils/deprecated.py:35: 
DeprecationWarning: Call to DEFAULT_MIN_SNAPSHOTS_TO_KEEP, deprecated in 0.8.0, 
will be removed in 0.9.0. DEFAULT_MIN_SNAPSHOTS_TO_KEEP is deprecated. Use 
TableProperties.MIN_SNAPSHOTS_TO_KEEP_DEFAULT instead..
     _deprecation_warning(message)
   
/fooobar/.venv/lib/python3.11/site-packages/pyiceberg/utils/deprecated.py:35: 
DeprecationWarning: Call to DEFAULT_MAX_SNAPSHOT_AGE_MS, deprecated in 0.8.0, 
will be removed in 0.9.0. DEFAULT_MAX_SNAPSHOT_AGE_MS is deprecated. Use 
TableProperties.MAX_SNAPSHOT_AGE_MS_DEFAULT instead..
     _deprecation_warning(message)
   Usage: pyiceberg [OPTIONS] COMMAND [ARGS]...
   
   Options:
     --catalog TEXT
     --verbose BOOLEAN
     --output [text|json]
     --ugi TEXT
     --uri TEXT
     --credential TEXT
     --help                Show this message and exit.
   
   Commands:
     create      Operation to create a namespace.
     describe    Describe a namespace or a table.
     drop        Operations to drop a namespace or table.
     files       List all the files of the table.
     list        List tables or namespaces.
     list-refs   List all the refs in the provided table.
     location    Return the location of the table.
     properties  Properties on tables/namespaces.
     rename      Rename a table.
     schema      Get the schema of the table.
     spec        Return the partition spec of the table.
     uuid        Return the UUID of the table.
     version     Print pyiceberg version.```


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

Reply via email to