Commit e8eae71
authored
fix: Column quoting in query of
* Fix column quoting issue in query in `PostgreSQLOfflineStore.pull_all_from_table_or_query`
Signed-off-by: Hung Nguyen <hung@hnguyen.nl>
* fix: failing test due to changes in expected query
Signed-off-by: Hung Nguyen <hung@hnguyen.nl>
---------
Signed-off-by: Hung Nguyen <hung@hnguyen.nl>PostgreSQLOfflineStore.pull_all_from_table_or_query (#5621)1 parent d56baf4 commit e8eae71
File tree
2 files changed
+5
-2
lines changed- sdk/python
- feast/infra/offline_stores/contrib/postgres_offline_store
- tests/unit/infra/offline_stores/contrib/postgres_offline_store
2 files changed
+5
-2
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
284 | 287 | | |
285 | 288 | | |
286 | 289 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments