sarutak commented on PR #41891: URL: https://github.com/apache/spark/pull/41891#issuecomment-1631322890
@yaooqinn Could you elaborate the issue in the description? I understand the issue is that, when a DDL or DML which has no jobs is executed and then fail, the status of the corresponding execution shown in `/api/v1/applications/<app-id>/sql` is marked as `COMPLETED` even though it's marked as `FAILED` in `AllExecutionsPage`. If so, I think it's better to add a UT which ensures that the response of the REST API is as expected with such a DDL/DML. -- 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]
