Commit 130c99e
committed
fix: remove erroneous [1] index from MAP tag access
DuckDB MAP['key'] returns the value directly, not a list.
The [1] was indexing into the string (e.g. 'run1'[1] = 'r').
Caught by test_map_format_extracts_run_id regression test.1 parent f8613d1 commit 130c99e
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
230 | 230 | | |
231 | | - | |
232 | | - | |
| 231 | + | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments