Skip to content

Commit

Permalink
cleanup: remove materialize remained
Browse files Browse the repository at this point in the history
  • Loading branch information
t0t07 committed Nov 9, 2021
1 parent b751303 commit 4a64b48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions featctl/test/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ import_sample() {
--description 'test data' |grep -o '[0-9]\+'
}

# materialize feature values from offline store to online store
materialize() {
info "materialize sample data to online store..."
featctl materialize phone
}

# sync feature values from offline store to online store
sync() {
info "sync sample data to online store"
Expand Down
5 changes: 0 additions & 5 deletions pkg/oomstore/types/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ type UpdateFeatureGroupOpt struct {
OnlineRevisionId *int32
}

type MaterializeOpt struct {
GroupName string
GroupRevision *int64
}

type SyncOpt struct {
GroupName string
RevisionId int32
Expand Down

0 comments on commit 4a64b48

Please sign in to comment.