Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Mar 30, 2022
commit 87fb759b7d8d5561c6989e880bcc8d24a7fd9255
2 changes: 1 addition & 1 deletion go/internal/feast/ondemandfeatureview.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

type OnDemandFeatureView struct {
base *BaseFeatureView
base *BaseFeatureView
sourceFeatureViewProjections map[string]*FeatureViewProjection
sourceRequestDataSources map[string]*core.DataSource_RequestDataOptions
}
Expand Down