milenkovicm commented on PR #1574:
URL: 
https://github.com/apache/datafusion-ballista/pull/1574#issuecomment-4386289290

   back to your question about which times to keep, maybe: 
`scheduled_time`,`start_exec_time`,`end_exec_time`?
   and we derive total time `end_exec_time`-`scheduled_time`? or we can also 
remove `scheduled_time` and derive `scheduler_latency` = `start_exec_time` - 
`scheduled_time`?
   
   wdyt ?


-- 
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]

Reply via email to