Commit 552ac01
feat: support Paimon scalar index scans
Bundle the Paimon global index components so predicate planning can load
BTree index factories and prune candidate splits for indexed tables.
Add a fixture with overlapping candidate ranges to exercise matching,
range, projection, and empty index probes through the existing scan
path.
Keep bundled dependency builds from pulling in unrelated test targets
during the extension build.
Co-authored-by: GPT-5.5 <codex@users.noreply.github.com>1 parent 28edbe4 commit 552ac01
27 files changed
Lines changed: 199 additions & 1 deletion
File tree
- data/scalar_index.db/t1
- index
- manifest
- part=0/bucket-0
- part=1/bucket-0
- part=2/bucket-0
- schema
- snapshot
- patches
- test/sql
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| 126 | + | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| 151 | + | |
| 152 | + | |
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments