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/
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,
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