Skip to content

Commit

Permalink
[CHORE] Revert parquet file_read metadata change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Nov 22, 2023
1 parent ff218e7 commit dee1648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/execution/physical_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def file_read(
for i in range(len(vpartition)):
file_read_step = PartitionTaskBuilder[PartitionT](
inputs=[done_task.partition()],
partial_metadatas=None, # Child's metadata doesn't really matter for a file read
partial_metadatas=[done_task.partition_metadata()],
).add_instruction(
instruction=execution_step.ReadFile(
index=i,
Expand Down

0 comments on commit dee1648

Please sign in to comment.