sandugood commented on code in PR #1650:
URL:
https://github.com/apache/datafusion-ballista/pull/1650#discussion_r3184641012
##########
ballista/scheduler/src/api/handlers.rs:
##########
@@ -203,6 +205,12 @@ pub struct QueryStageSummary {
pub tasks: Vec<Option<TaskSummary>>,
}
+#[derive(Debug, serde::Deserialize, Default)]
+pub struct JobQueryParams {
+ pub include_logical: Option<bool>,
Review Comment:
Considering the fact, that LogicalPlan can't be rendered using the
`displayable() ` func, users might only be interested in the tree-rendered
style of the physical plan. However, getting logical plan info is toggled by
default, so users do not face any breaking changes in the API
--
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]