alamb commented on code in PR #10309: URL: https://github.com/apache/datafusion/pull/10309#discussion_r1585301149
########## datafusion/physical-plan/src/streaming.rs: ########## @@ -58,7 +60,9 @@ pub struct StreamingTableExec { projected_schema: SchemaRef, projected_output_ordering: Vec<LexOrdering>, infinite: bool, + limit: Option<usize>, Review Comment: Can we please also add `limit` to the display / explain plan? https://github.com/alamb/datafusion/blob/b8d7498da504956ee62fb0b3722f7c46e0831466/datafusion/physical-plan/src/streaming.rs#L171-L201 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org