Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann committed Nov 16, 2022
1 parent 41e70a5 commit 80cff7f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cpp/tests/io/json_chunked_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ std::vector<cudf::io::table_with_metadata> skeleton_for_parellel_chunk_reader(
}
record_ranges.push_back({prev, total_source_size});

// TODO column tree reduction
// could be done at last because missed columns are empty/all_nulls anyway.
// Needed for column type deductions:
// how about complete type deduction in parallel on value/str nodes, then reduce on column_id, and
// then share.

std::vector<cudf::io::table_with_metadata> tables;
// Process each chunk in parallel.
for (auto const [chunk_start, chunk_end] : record_ranges) {
Expand Down

0 comments on commit 80cff7f

Please sign in to comment.