Commit 37c898c
committed
[MINOR][CONNECT][TESTS] Check named parameters in
### What changes were proposed in this pull request?
In the PR, I propose to add new tests to check named parameters in `sql()` of Scala connect client.
### Why are the changes needed?
To improve test coverage. Before the PR, the feature has not been tested at all.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
By running new test:
```
$ build/sbt -Phive-2.3 -Phive-thriftserver "test:testOnly *.ClientE2ETestSuite"
```
Closes apache#41726 from MaxGekk/test-named-params-proto.
Authored-by: Max Gekk <[email protected]>
Signed-off-by: Max Gekk <[email protected]>sql()
1 parent 646388e commit 37c898c
File tree
1 file changed
+11
-0
lines changed- connector/connect/client/jvm/src/test/scala/org/apache/spark/sql
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
960 | 960 | | |
961 | 961 | | |
962 | 962 | | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
963 | 974 | | |
964 | 975 | | |
965 | 976 | | |
| |||
0 commit comments