kevinjqliu commented on issue #1401: URL: https://github.com/apache/iceberg-python/issues/1401#issuecomment-2523936027
Heres the code path for arrow table scan: `Table.to_arrow`: https://github.com/apache/iceberg-python/blob/bfc0d9a62176803094da0867ee793808f105d352/pyiceberg/table/__init__.py#L1436-L1438 `ArrowScan.to_table`: https://github.com/apache/iceberg-python/blob/bfc0d9a62176803094da0867ee793808f105d352/pyiceberg/io/pyarrow.py#L1416-L1476 we likely need to post-process according to the column projection rules. -- 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