Skip to content

Commit deedb21

Browse files
committed
moar logging
1 parent 285c360 commit deedb21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/physical-plan/src/recursive_query.rs

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ impl Stream for RecursiveQueryStream {
336336
_ => poll,
337337
}
338338
} else if let Some(recursive_stream) = &mut self.recursive_stream {
339+
println!("recursive stream is available");
339340
let poll = recursive_stream.poll_next_unpin(cx);
340341
match &poll {
341342
Poll::Ready(None) => {

0 commit comments

Comments
 (0)