Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishj committed Dec 12, 2024
1 parent e63ad52 commit f892ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/parquet/parquet_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ void ParquetReader::InitializeSchema(ClientContext &context) {
auto &struct_reader = root_reader->Cast<StructColumnReader>();
auto &child_readers = struct_reader.child_readers;
D_ASSERT(root_type.id() == LogicalTypeId::STRUCT);
// FIXME: what is this + 1 logically for???

D_ASSERT(child_readers.size() >= child_types.size());
for (idx_t i = 0; i < child_types.size(); i++) {
auto &type_pair = child_types[i];
Expand Down

0 comments on commit f892ce3

Please sign in to comment.