Skip to content

Commit fafdb68

Browse files
committed
Remove schema
1 parent 569d1b1 commit fafdb68

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyiceberg/io/pyarrow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,6 @@ def _get_column_projection_values(
13421342
def _task_to_record_batches(
13431343
fs: FileSystem,
13441344
task: FileScanTask,
1345-
schema: Schema,
13461345
projected_schema: Schema,
13471346
positional_deletes: Optional[List[ChunkedArray]],
13481347
case_sensitive: bool,
@@ -1620,7 +1619,6 @@ def _record_batches_from_scan_tasks_and_deletes(
16201619
batches = _task_to_record_batches(
16211620
_fs_from_file_path(self._io, task.file.file_path),
16221621
task,
1623-
self._table_metadata.schema(),
16241622
self._projected_schema,
16251623
deletes_per_file.get(task.file.file_path),
16261624
self._case_sensitive,

0 commit comments

Comments
 (0)