[SPARK-34852][SQL] Close Hive session state should use withHiveState#31949
[SPARK-34852][SQL] Close Hive session state should use withHiveState#31949ulysses-you wants to merge 1 commit intoapache:masterfrom
Conversation
|
Test build #136441 has started for PR 31949 at commit |
|
Seems the only line we need is |
This can cover the exception, but it's better to use |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
retest this please |
|
Test build #136476 has started for PR 31949 at commit |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
+1, thanks @ulysses-you and all reviewers. Merged to master. |
|
thanks for meging ! |
What changes were proposed in this pull request?
Wrap Hive sessionStae
closewithwithHiveStateWhy are the changes needed?
Some reason:
Otherwise, we may get such expcetion with custom hive metastore version
Does this PR introduce any user-facing change?
No, since this not released.
How was this patch tested?
manual test.