Closed
Description
Feature Request / Improvement
project_table
is still used in the codebase, leading to deprecation warning
iceberg-python/pyiceberg/io/pyarrow.py
Lines 1493 to 1498 in e4c1748
Remove all references
https://github.com/search?q=repo%3Aapache%2Ficeberg-python%20project_table&type=code
and use ArrowScan.to_table
instead