Commit 2304511
committed
[SPARK-52369] Fix
### What changes were proposed in this pull request?
This PR aims to fix `SparkSession` to make `Session ID` lowercased always.
### Why are the changes needed?
Apache Spark handles `SessionID` in a case sensitive way and assumes lowercases always.
### Does this PR introduce _any_ user-facing change?
Yes, previously, the user-given Session ID might be mismatched due to the case-sensitivity.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#188 from dongjoon-hyun/SPARK-52369.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>Session ID to be lowercased always1 parent dc6d0e8 commit 2304511
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments