### Feature Request / Improvement In `pyarrow.py`: ```python def _primitive_to_phyisical(iceberg_type: PrimitiveType) -> str: return visit(iceberg_type, _PRIMITIVE_TO_PHYISCAL_TYPE_VISITOR) ```
Feature Request / Improvement
In
pyarrow.py: