Commit 8e9e9d7
fix: declare IOException in tearDown for Spark 4.x compile
`SparkSession.close()` throws checked `IOException` on Spark 4.x but
not on 3.x. The base test file is added to every version module's test
source set, so the missing `throws` clause broke `make test` on Spark
4.0/4.1.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 94ef1ce commit 8e9e9d7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments