Commit faae9a3
committed
[SPARK-51864] Rename parameters and support case-insensitively
### What changes were proposed in this pull request?
This PR aims to rename parameters and support it case-insensitively according to the documentation.
- https://github.com/apache/spark/blob/master/sql/connect/docs/client-connection-string.md
### Why are the changes needed?
To match with the documentation.
### Does this PR introduce _any_ user-facing change?
No, this is a change on the unreleased version.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #81 from dongjoon-hyun/SPARK-51864.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 129cb59 commit faae9a3
File tree
2 files changed
+7
-7
lines changed- Sources/SparkConnect
- Tests/SparkConnectTests
2 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
622 | | - | |
| 621 | + | |
| 622 | + | |
623 | 623 | | |
624 | | - | |
625 | | - | |
626 | | - | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
627 | 627 | | |
628 | 628 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments