Commit 0d0b3f3
committed
Improving the error message for broadcast timeouts
I added a recommendation for increasing broadcast timeout. This sentence is added to existing error message:
```
You can increase the timeout for broadcasts via ${SQLConf.BROADCAST_TIMEOUT.key}
```
Author: Maxim Gekk <maxim.gekk@databricks.com>
Closes #2801 from MaxGekk/broadcast-error-message.1 parent 044b33b commit 0d0b3f3
File tree
1 file changed
+13
-1
lines changed- sql/core/src/main/scala/org/apache/spark/sql/execution/exchange
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
143 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
144 | 156 | | |
145 | 157 | | |
146 | 158 | | |
| |||
0 commit comments