Commit 61e3e02
authored
fix: Fix pandas 2.x compatibility issue of Trino offline store caused by removed Series.iteritems() method (feast-dev#5345)
fix: Replace iteritems() with items() for pandas 2.x compatibility in Trino offline store connector
Signed-off-by: ebolblga <[email protected]>1 parent 5cc7c5f commit 61e3e02
File tree
1 file changed
+1
-1
lines changed- sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/connectors
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments