Re: [PR] Apply residuals when reading a table [iceberg-python]

2025-02-14 Thread via GitHub
Fokko commented on code in PR #1654: URL: https://github.com/apache/iceberg-python/pull/1654#discussion_r1955971167 ## pyiceberg/io/pyarrow.py: ## @@ -1342,9 +1342,8 @@ def _get_column_projection_values( def _task_to_record_batches( fs: FileSystem, task: FileScanTask,

Re: [PR] Apply residuals when reading a table [iceberg-python]

2025-02-13 Thread via GitHub
corleyma commented on code in PR #1654: URL: https://github.com/apache/iceberg-python/pull/1654#discussion_r1955401755 ## pyiceberg/io/pyarrow.py: ## @@ -1342,9 +1342,8 @@ def _get_column_projection_values( def _task_to_record_batches( fs: FileSystem, task: FileScanTa