Commit c72b6df
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 c72b6df
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- docs/src/operations/dql
- lance-spark-base_2.12/src/test/java/org/lance/spark/read
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
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