Commit ad78341
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 <kkochanovskiy@gmail.com>
Signed-off-by: Jacob Weinhold <29459386+j-wine@users.noreply.github.com>1 parent 3e93598 commit ad78341
1 file changed
Lines changed: 1 addition & 1 deletion
Lines 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