Commit bdaed69
authored
Fix bug where default session is not properly being set + small fixes (#89)
There's a bug where the default session is not being recognized and
we're instead creating a new session and connecting to the
LocalSparkConnectService. We now use a different API to mitigate the
issue1 parent a15e25c commit bdaed69
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- contrib/templates/scala-job
- template/{{.project_name}}/src/main/scala/com/examples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments