Skip to content

Commit

Permalink
Remove comments about hive partitioning not being ready for IPC
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvangelderen committed Mar 13, 2024
1 parent fc79da2 commit a146d06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions crates/polars-io/src/ipc/ipc_reader_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
3 changes: 0 additions & 3 deletions crates/polars-plan/src/logical_plan/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a146d06

Please sign in to comment.