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

2025-04-05 Thread via GitHub
Fokko commented on PR #1654: URL: https://github.com/apache/iceberg-python/pull/1654#issuecomment-2732786287 @corleyma Good point, I think most of the docs around residuals are here: https://github.com/apache/iceberg-python/blob/e9d35d561008f264c9e55c28ce1c8fae28b20e77/pyiceberg/expressions/

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