Commit 14b7e32
committed
[KYUUBI #6534] Fix checkEngineConnectionAlive may throw NPE
# 🔍 Description
## Issue References 🔗
This pull request fixes #6534
## Describe Your Solution 🔧
check null ahead.
## Types of changes 🔖
- [x] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
## Test Plan 🧪
Pass GHA
---
# Checklist 📝
- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #6540 from pan3793/client-npe.
Closes #6534
6976cd3 [Cheng Pan] [KYUUBI #6534] Fix checkEngineConnectionAlive may throw NPE
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit 7336fbc)
Signed-off-by: Cheng Pan <[email protected]>1 parent 6ee77dc commit 14b7e32
File tree
1 file changed
+2
-1
lines changed- kyuubi-server/src/main/scala/org/apache/kyuubi/session
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
0 commit comments