Dandandan commented on code in PR #349:
URL: https://github.com/apache/arrow-ballista/pull/349#discussion_r996280698
##########
ballista/ui/scheduler/src/components/QueriesList.tsx:
##########
@@ -51,7 +51,7 @@ export enum QueryStatus {
export interface Query {
job_id: string;
job_name: string;
- status: QueryStatus;
+ job_status: string;
Review Comment:
Fix - current API doesn't return `status` field.
--
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]