Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MINOR][CORE] Replace
get+getOrElse
with getOrElse
with default v…
…alue in `StreamingQueryException` ### What changes were proposed in this pull request? This PR replaces `get + getOrElse` with `getOrElse` with a default value in `StreamingQueryException`. ### Why are the changes needed? Simplify code ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#45753 from LuciferYang/minor-getOrElse. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information