JarroVGIT opened a new issue, #1859: URL: https://github.com/apache/datafusion-ballista/issues/1859
**Describe the bug** The `AdaptivePlanner` struct holds a `job_name: String`, while instead it should use a `JobId` (or both, not sure if `job_name` is used for display purposes). This makes some calls awkward which expect a `job_id`. This was surfaced while experimenting with the newtype pattern for `JobId` in #1852 **To Reproduce** See [planner.rs](https://github.com/apache/datafusion-ballista/blob/d707465dd84efc82134ec7c2aa4a4ddf3d13893e/ballista/scheduler/src/state/aqe/planner.rs#L167-L168) for an example of awkward usage. **Expected behavior** Not mixing job_name and job_id. **Additional context** N/A -- 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]
