Commit d87283f
perf: Remove redundant entity key serialization in online_read
Signed-off-by: abhijeet-dhumal <abhijeetdhumal652@gmail.com>1 parent 59dfdb8 commit d87283fCopy full SHA for d87283f
2 files changed
+14-17Lines changed: 14 additions & 17 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- sdk/python/feast/infra/online_stores
Expand file treeCollapse file tree
Open diff view settings
Collapse file
sdk/python/feast/infra/online_stores/snowflake.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/online_stores/snowflake.py+13-12Lines changed: 13 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
| ||
168 | 167 | |
169 | 168 | |
170 | 169 | |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
171 | 179 | |
172 | 180 | |
173 | 181 | |
174 | 182 | |
175 | 183 | |
176 | | - |
177 | | - |
178 | | - |
179 | | - |
180 | | - |
| 184 | + |
181 | 185 | |
182 | 186 | |
183 | 187 | |
184 | | - |
| 188 | + |
| 189 | + |
185 | 190 | |
186 | 191 | |
187 | 192 | |
| ||
197 | 202 | |
198 | 203 | |
199 | 204 | |
200 | | - |
201 | | - |
202 | | - |
203 | | - |
204 | | - |
| 205 | + |
205 | 206 | |
206 | 207 | |
207 | 208 | |
|
Collapse file
sdk/python/feast/infra/online_stores/sqlite.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/online_stores/sqlite.py+1-5Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
263 | 263 | |
264 | 264 | |
265 | 265 | |
266 | | - |
267 | | - |
268 | | - |
269 | | - |
270 | | - |
| 266 | + |
271 | 267 | |
272 | 268 | |
273 | 269 | |
|
0 commit comments