Skip to content

Commit

Permalink
rm TODO for MicroPartition::new_unloaded call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Feb 22, 2024
1 parent c382e4a commit a09d2f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/daft-micropartition/src/micropartition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,6 @@ pub(crate) fn read_parquet_into_micropartition(
// use schema to update stats
let stats = stats.eval_expression_list(exprs.as_slice(), daft_schema.as_ref())?;

// TODO: This is currently a BAD micropartition, because: the schema doesn't take into account the field_id mappings
// and the stats have not been properly renamed according to the field_id mappings.
Ok(MicroPartition::new_unloaded(
scan_task.materialized_schema(),
Arc::new(scan_task),
Expand Down

0 comments on commit a09d2f8

Please sign in to comment.