Commit 6a70c96
fix: add child field conversion support in JsonArrowSchemaConverter (#187)
Fixes a critical bug in `JsonArrowSchemaConverter` where child fields
for complex Arrow types (list, struct, map) were not being converted,
causing "Lists have one child Field. Found: none" errors when creating
Lance tables with array columns.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 6907a42 commit 6a70c96
1 file changed
Lines changed: 12 additions & 1 deletion
File tree
- java/lance-namespace-core/src/main/java/com/lancedb/lance/namespace/util
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
69 | 80 | | |
70 | 81 | | |
71 | 82 | | |
| |||
0 commit comments