sandugood commented on code in PR #1828:
URL:
https://github.com/apache/datafusion-ballista/pull/1828#discussion_r3376433840
##########
ballista-cli/src/tui/domain/jobs/stages.rs:
##########
@@ -92,6 +108,10 @@ impl JobStagesPopup {
Self {
job_id,
scrollbar_state: ScrollbarState::new(stages.stages.len()),
+ plan_cache: PlanCache {
+ default: Some(stages.clone()),
Review Comment:
Removed the config fully, because now user has the possibility to switch
between different styles of physical plan formatting.
Note: I am using the `default` as a naming convention (like default-style
rendering of physical plan) and because pressing `d` on the keyboard seemed
like a good choice
--
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]