Skip to content

Commit d1bf5e5

Browse files
committed
restore comment
1 parent 75bb48c commit d1bf5e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

datafusion/datasource-parquet/src/opener.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ impl Future for ParquetOpenFuture {
473473
return Poll::Ready(Ok(morsel.into_stream()));
474474
}
475475

476+
// Planner did not produce any stream (for example, it pruned the entire file)
476477
let Some(planner) = self.ready_planners.pop_front() else {
477478
return Poll::Ready(Ok(futures::stream::empty().boxed()));
478479
};

0 commit comments

Comments
 (0)