martin-g opened a new pull request, #1497: URL: https://github.com/apache/datafusion-ballista/pull/1497
# Which issue does this PR close? Closes #351. # Rationale for this change The old "job_status" is more like a status description with some extra information. The plain "status" field just gives one of: Running, Queued, Completed or Failed # What changes are included in this PR? The JobResponse entity now includes a `"status"` field which value is just the status name without any extra details. One of: "Running", "Queued", "Completed" or "Failed". # Are there any user-facing changes? A new field is added to the JobResponse JSON in a backward compatible way -- 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]
