Commit 8809805
fix: Address Devin review feedback on versioning issues
- Fix SQLite _table_id to prefer projection.version_tag over
current_version_number so @v2 refs read from the correct table
- Detect feature name collisions for multi-version queries with
full_feature_names=True (e.g. fv@v1:feat vs fv@v2:feat)
- Remove unused include_feature_view_version_metadata parameter from
retrieve_online_documents (v1) across all providers and online stores
- Remove redundant name check from _schema_or_udf_changed since callers
always match by name first
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent dd31cdb commit 8809805
File tree
13 files changed
+26
-22
lines changed- sdk/python/feast
- infra
- online_stores
- elasticsearch_online_store
- postgres_online_store
- qdrant_online_store
13 files changed
+26
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
396 | 395 | | |
397 | 396 | | |
398 | 397 | | |
399 | 398 | | |
400 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
401 | 403 | | |
402 | 404 | | |
403 | 405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2586 | 2586 | | |
2587 | 2587 | | |
2588 | 2588 | | |
2589 | | - | |
2590 | 2589 | | |
2591 | 2590 | | |
2592 | 2591 | | |
| |||
2642 | 2641 | | |
2643 | 2642 | | |
2644 | 2643 | | |
2645 | | - | |
2646 | 2644 | | |
2647 | 2645 | | |
2648 | 2646 | | |
| |||
2863 | 2861 | | |
2864 | 2862 | | |
2865 | 2863 | | |
2866 | | - | |
2867 | 2864 | | |
2868 | 2865 | | |
2869 | 2866 | | |
| |||
2879 | 2876 | | |
2880 | 2877 | | |
2881 | 2878 | | |
2882 | | - | |
2883 | 2879 | | |
2884 | 2880 | | |
2885 | 2881 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | 423 | | |
425 | 424 | | |
426 | 425 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | 267 | | |
269 | 268 | | |
270 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
345 | 344 | | |
346 | 345 | | |
347 | 346 | | |
| |||
703 | 702 | | |
704 | 703 | | |
705 | 704 | | |
706 | | - | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
707 | 710 | | |
708 | 711 | | |
709 | 712 | | |
| |||
0 commit comments