Skip to content

Commit

Permalink
Remove invalid TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Mar 10, 2019
1 parent ed44c99 commit e414436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/datafusion/src/datasource/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ impl ParquetFile {
self.column_readers = vec![];

for i in &self.projection {
//TODO validate index in bounds
self.column_readers
.push(reader.get_column_reader(*i).unwrap());
}
Expand Down

0 comments on commit e414436

Please sign in to comment.