Commit 0415270
fix: use into_arrow with specific DataType for VarBin conversion
Change VarBinScheme to use into_arrow() with explicit Arrow DataType
(Utf8 or Binary) instead of into_arrow_preferred() which returns
StringView/BinaryView arrays.
This ensures proper conversion:
- VarBinViewArray -> Arrow GenericByteArray (Utf8/Binary)
- Arrow GenericByteArray -> VarBinArray
Also adds arrow-schema dependency to vortex-btrblocks.
Signed-off-by: Joe Isaacs <[email protected]>
Co-Authored-By: Claude <[email protected]>1 parent 3ddbe35 commit 0415270
3 files changed
+11
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
208 | | - | |
209 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
210 | 217 | | |
211 | 218 | | |
212 | 219 | | |
| |||
0 commit comments