Commit bfa92ae
committed
### What changes were proposed in this pull request?
This PR aims to improve `SQLTests` to handle `userName` additionally.
### Why are the changes needed?
This is helpful in case of running `Spark Connect Server` without docker images. For example, when building and running from the source instead of Docker image.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Pass the CIs.
**Build and run from the source**
```
$ build/sbt package
$ cd sbin/
$ SPARK_NO_DAEMONIZE=1 ./start-connect-server.sh
```
**Test**
```
$ swift test --filter SQLTests
...
✔ Test runAll() passed after 2.719 seconds.
✔ Suite SQLTests passed after 2.723 seconds.
✔ Test run with 5 tests passed after 2.723 seconds.
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #203 from dongjoon-hyun/removeOwner.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent fc90ae5 commit bfa92ae
File tree
2 files changed
+10
-2
lines changed- Tests/SparkConnectTests
- Resources/queries
2 files changed
+10
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| |||
0 commit comments