martin-g commented on PR #1574: URL: https://github.com/apache/datafusion-ballista/pull/1574#issuecomment-4377786008
> I think this percentiles are going to get messy and too bust very quickly, (input percentiles should not be in ms btw). I'm not sure what would be the best way to declutter them > > * round values, similar to output rows and elapsed compute adding K,M ... > * or move them to task view, similar way spark does (make new tables before task list showing this values) > > there are quite few values to squeeze in such a small area. Maybe the second approach is better. What do you think ? * `input percentiles should not be in ms btw` - Removed the `ms` suffix * `round values, similar to output rows and elapsed compute adding K,M ...` - Done * Moving the "Input Percentiles" to the tasks popup will look like they are related to the tasks, no the stage 🫤 I gave more width for the "Input Percentiles" column, but depending on width of the user's terminal application the values may be cut. Let's use this approach for now. We can move this info to the tasks popup later if needed. -- 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]
