Skip to content

Commit 7457deb

Browse files
EXPEbdodlaBhargav Dodla
andauthored
fix: Return configured ReadBatchSize for Redis online store (#306)
Co-authored-by: Bhargav Dodla <bdodla@expediagroup.com>
1 parent 76e3297 commit 7457deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/internal/feast/onlinestore/redisonlinestore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,6 @@ func (r *RedisOnlineStore) GetDataModelType() OnlineStoreDataModel {
383383
}
384384

385385
func (r *RedisOnlineStore) GetReadBatchSize() int {
386-
return -1 // No Batching
386+
return r.ReadBatchSize
387387

388388
}

0 commit comments

Comments
 (0)