Commit 903bda5
fix: Address additional Devin review feedback
- Set spec.project on snapshot protos in SqlRegistry before
serializing, so version snapshots include the correct project field
- Fix _check_versioned_read_support to check projection.version_tag
instead of current_version_number, so explicitly version-qualified
reads (@v0) are correctly rejected on non-SQLite stores
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e9c4c68 commit 903bda5
File tree
2 files changed
+11
-5
lines changed- sdk/python/feast/infra
- online_stores
- registry
2 files changed
+11
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
249 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
733 | 735 | | |
734 | 736 | | |
735 | 737 | | |
| |||
755 | 757 | | |
756 | 758 | | |
757 | 759 | | |
758 | | - | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
759 | 763 | | |
760 | 764 | | |
761 | 765 | | |
| |||
0 commit comments