Commit 00b5ff4
Dylan Bobby Storey
docs(metis): T-0309 iter-39 update — projector fix works, result-renderer also intercepts edge
Iter 39 attempted the projector branch (transform_match marks varlen
rel vars with cte_name, transform_return emits json_group_array over
path_ids). The generated SQL prepares and executes cleanly — no more
'no such column' errors.
But the result is still wrong because build_query_results /
executor_result_project intercept edge-typed columns and re-fetch by
edge_id from the column's integer value, ignoring the JSON array our
SQL produced. The complete fix needs both:
1. The projector branch (this iter, reverted because partial).
2. build_query_results detecting varlen-bound edge vars and skipping
the per-edge-id re-fetch.
Doc updated with the layered finding so the next attempt has the full
picture.1 parent f331bb2 commit 00b5ff4
1 file changed
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
111 | 155 | | |
112 | 156 | | |
113 | 157 | | |
| |||
0 commit comments