You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/15 09:48:14 UTC

[GitHub] [arrow-ballista] Dandandan opened a new issue, #351: Expose job status enum in enum

Dandandan opened a new issue, #351:
URL: https://github.com/apache/arrow-ballista/issues/351

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   
   The current REST API only returns `job_status` as String (a description). In order to use it as API (e.g. conditional rendering in the ballista UI), it would be nice to add the enumeration status "COMPLETED", "FAILED", "RUNNING" etc.
   
   **Describe the solution you'd like**
   Implement job status.
   I think it would be better to rename the current "job_status" field as "job_description" and use "job_status" for the enumeration.
   
   **Describe alternatives you've considered**
   n/a
   **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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org