diff --git a/crates/polars-io/src/ipc/ipc_reader_async.rs b/crates/polars-io/src/ipc/ipc_reader_async.rs index 69dbd4335552..1b78fa677325 100644 --- a/crates/polars-io/src/ipc/ipc_reader_async.rs +++ b/crates/polars-io/src/ipc/ipc_reader_async.rs @@ -214,9 +214,6 @@ impl IpcReaderAsync { let schema = prepare_schema((&metadata.schema).into(), options.row_index.as_ref()); - // TODO: According to - // https://github.com/pola-rs/polars/pull/14984#discussion_r1521226321 - // we need to re-design hive partitions. let hive_partitions = None; materialize_projection( diff --git a/crates/polars-plan/src/logical_plan/builder.rs b/crates/polars-plan/src/logical_plan/builder.rs index 11966371e374..b3beecddfead 100644 --- a/crates/polars-plan/src/logical_plan/builder.rs +++ b/crates/polars-plan/src/logical_plan/builder.rs @@ -279,9 +279,6 @@ impl LogicalPlanBuilder { rechunk, row_index, file_counter: Default::default(), - // TODO: According to - // https://github.com/pola-rs/polars/pull/14984#discussion_r1521226321 - // we need to re-design hive partitions. hive_partitioning: false, }, predicate: None,