alamb commented on code in PR #15085:
URL: https://github.com/apache/datafusion/pull/15085#discussion_r1986063867
##########
datafusion/physical-plan/src/streaming.rs:
##########
@@ -209,8 +209,27 @@ impl DisplayAs for StreamingTableExec {
Ok(())
}
DisplayFormatType::TreeRender => {
- // TODO: collect info
- write!(f, "")
+ write!(
Review Comment:
Per the description of TreeRender:
https://github.com/apache/datafusion/blob/3dc212c9078c92f57ab7f58e75e1258130c772d0/datafusion/physical-plan/src/display.rs#L48-L74
TreeRender mode should have only the most relevant details for understanding
the high level plan
In this case I think the the important data is if the source is infinite as
well as something about StreamingSource
Can you please update this so only `infinite=<value>` is shown?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]