Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-45291][SQL][REST] Use unknown query execution id instead of no…
… such app when id is invalid ### What changes were proposed in this pull request? This PR fixes `/api/v1/applications/{appId}/sql/{executionId}` API when the executionId is invalid. Before this, we get `no such app: $appId`; after this, we get `unknown query execution id: $executionId` ### Why are the changes needed? bugfix ### Does this PR introduce _any_ user-facing change? no, bugfix ### How was this patch tested? new test ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#43073 from yaooqinn/SPARK-45291. Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
- Loading branch information