Commit ea72033
chore: remove RuntimeException string-parsing workaround for table-no… (#385)
…t-found errors
Now that lance#6275 is merged and the release is brought into Spark, the
namespace bridge properly throws LanceNamespaceException with
ErrorCode.TABLE_NOT_FOUND, making the message-matching fallback
unnecessary.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 97ee57b commit ea72033
2 files changed
Lines changed: 4 additions & 32 deletions
File tree
- lance-spark-base_2.12/src
- main/java/org/lance/spark
- test/java/org/lance/spark
Lines changed: 2 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | | - | |
1196 | | - | |
1197 | | - | |
1198 | | - | |
1199 | | - | |
1200 | | - | |
1201 | | - | |
1202 | | - | |
1203 | | - | |
1204 | | - | |
1205 | | - | |
1206 | | - | |
1207 | | - | |
1208 | | - | |
1209 | | - | |
1210 | | - | |
| 1195 | + | |
| 1196 | + | |
1211 | 1197 | | |
1212 | 1198 | | |
1213 | 1199 | | |
| |||
1223 | 1209 | | |
1224 | 1210 | | |
1225 | 1211 | | |
1226 | | - | |
1227 | | - | |
1228 | | - | |
1229 | | - | |
1230 | | - | |
1231 | | - | |
1232 | | - | |
1233 | | - | |
1234 | 1212 | | |
1235 | 1213 | | |
1236 | 1214 | | |
| |||
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
| |||
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | | - | |
70 | 65 | | |
71 | 66 | | |
72 | 67 | | |
73 | 68 | | |
74 | 69 | | |
75 | | - | |
76 | | - | |
| 70 | + | |
77 | 71 | | |
78 | 72 | | |
79 | 73 | | |
| |||
0 commit comments