Commit e9ece74
committed
fix: review fixes for TiCI vector query path
- Add RUNTIME_CHECK guards to getMatchExpr/getVectorQueryInfo for mode safety
- Remove overly broad null-string check that would crash on any null
string column in vector mode, not just vector columns
- Make missing vector column check unconditional and use proper
RUNTIME_CHECK_MSG pattern instead of RUNTIME_CHECK_MSG(false, ...)
- Add reserve() for query_vec copy in readVector()
- Remove redundant tici-vector-plan.md (tici-hybrid-vector-plan.md is
the canonical doc)1 parent dceb4ba commit e9ece74
3 files changed
Lines changed: 7 additions & 53 deletions
File tree
- dbms/src
- Flash/Coprocessor
- Storages/Tantivy
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
298 | 299 | | |
299 | 300 | | |
300 | 301 | | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
308 | 306 | | |
309 | 307 | | |
310 | 308 | | |
| |||
323 | 321 | | |
324 | 322 | | |
325 | 323 | | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | 324 | | |
334 | 325 | | |
335 | 326 | | |
| |||
This file was deleted.
0 commit comments