Commit eb61ce7
committed
fix: Make timestamp_field_type default to None in FeatureViewQueryContext
Callers that do not use DATE-typed timestamp fields (e.g. Spark offline
store tests) should not be forced to pass timestamp_field_type. Adding
a default keeps the new field backward-compatible.
Signed-off-by: Jonathan Wrede <wrede.jonathan00@gmail.com>1 parent 6ac64f6 commit eb61ce7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments