Commit 61cc935
committed
runtime: justify broad except in Spark Connect fallback
Add a sentence to the inline comment explaining why the catch is broad
rather than typed on PySparkRuntimeError — avoids importing pyspark at
SDK import time and keeps unexpected runtime-namespace errors surfaced
as a warning + safe fallback instead of a constructor crash.1 parent 337cc38 commit 61cc935
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
0 commit comments