ritesxh opened a new pull request, #3555:
URL: https://github.com/apache/iceberg-python/pull/3555

   ## Summary
   
   Closes #1191
   
   Added comprehensive Google-style docstrings to all public methods of 
`InspectTable` in `pyiceberg/table/inspect.py`.
   
   ### Methods documented
   
   | Method | Description |
   |---|---|
   | `__init__` | Parameters and `ModuleNotFoundError` |
   | `snapshots()` | Full PyArrow schema, example |
   | `entries()` | Schema, `status` value meanings, example |
   | `refs()` | Branch/tag schema, example |
   | `partitions()` | Partition stats, `row_filter` / `case_sensitive` args, 
example |
   | `manifests()` | Manifest file columns, example |
   | `metadata_log_entries()` | Metadata log schema, note on current entry, 
example |
   | `history()` | `is_current_ancestor` semantics, example |
   | `files()` | `content` column values (0/1/2), example |
   | `data_files()` | Convenience filter, example |
   | `delete_files()` | Position + equality deletes, example |
   | `all_manifests()` | Cross-snapshot, `reference_snapshot_id`, example |
   | `all_files()` | De-duplication behaviour, example |
   | `all_data_files()` | Cross-snapshot data files, example |
   | `all_delete_files()` | Cross-snapshot delete files, example |
   
   Private helpers (`_get_snapshot`, `_get_files_from_manifest`, 
`_generate_manifests_table`) also received brief docstrings for maintainability.
   
   ### Changes
   
   - `pyiceberg/table/inspect.py` — docstrings only, no logic changes


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