-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Labels
good first issueGood for newcomersGood for newcomers
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
@deprecated( | |
deprecated_in="0.8.0", | |
removed_in="0.9.0", | |
help_message="project_table is deprecated. Use ArrowScan.to_table instead.", | |
) | |
def project_table( |
Remove all references
https://github.com/search?q=repo%3Aapache%2Ficeberg-python%20project_table&type=code
and use ArrowScan.to_table
instead
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers