From a09d2f8c6e04fa0da2c98a15e40e6a4323c0730e Mon Sep 17 00:00:00 2001 From: Jay Chia Date: Thu, 22 Feb 2024 00:08:39 -0800 Subject: [PATCH] rm TODO for MicroPartition::new_unloaded call --- src/daft-micropartition/src/micropartition.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/daft-micropartition/src/micropartition.rs b/src/daft-micropartition/src/micropartition.rs index 8a8d9d97a4..12e9b2e9ab 100644 --- a/src/daft-micropartition/src/micropartition.rs +++ b/src/daft-micropartition/src/micropartition.rs @@ -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),