Commit 1dc720b
Fix dictionary type mismatch in columnar_to_row conversion
When an array is dictionary-encoded, store the actual array type instead
of the schema type in TypedArray::Dictionary. This fixes the error
"Expected Dictionary type but got Binary" that occurred when processing
BloomFilter columns with native_comet scan implementation.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 5687f79 commit 1dc720b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
0 commit comments