Commit 85e7d4e
build(deps): bump vortex-jni from 0.78.0 to 0.79.0
0.79.0 changed the Arrow vector type the JNI reference exports for
Utf8 columns from VarCharVector to ViewVarCharVector (Arrow's Utf8View
layout). JavaWritesRustReadsIntegrationTest hard-cast to VarCharVector
at its three Arrow-read call sites, breaking every string-column
interop test with a ClassCastException.
Widen those call sites to the common ValueVector interface — getObject
and isNull are both declared there, so no per-vector-type branching is
needed. Verified full integration module (316 tests, 0 failures) and
the specific string-column tests that were failing on ubuntu/macos CI.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 09abb9c commit 85e7d4e
2 files changed
Lines changed: 5 additions & 5 deletions
File tree
- integration/src/test/java/io/github/dfa1/vortex/integration
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| |||
1119 | 1119 | | |
1120 | 1120 | | |
1121 | 1121 | | |
1122 | | - | |
| 1122 | + | |
1123 | 1123 | | |
1124 | 1124 | | |
1125 | 1125 | | |
| |||
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
1300 | | - | |
| 1300 | + | |
1301 | 1301 | | |
1302 | 1302 | | |
1303 | 1303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments