Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support hbase for onlinestore protobuf #128

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

shydefoo
Copy link
Contributor

@shydefoo shydefoo commented Oct 2, 2024

Description

  • This PR adds Hbase as an online store in the OnlineStore.proto file so that Hbase is supported as an online store type in the feature table specification
  • The protobuf files for python and go sdks are recompiled to support this new field

@@ -32,4 +32,7 @@ enum StoreType {

// redis in-memory database
REDIS = 2;

// HBase database
HBASE = 3;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only file that is changed manually, the rest are all autogenerated.

Copy link
Collaborator

@bayu-aditya bayu-aditya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, eventhough there's huge changed, but seems this is coming from protobuf autogenerate different version. Thanks @shydefoo for your changes.

@shydefoo shydefoo changed the title feat: Support hbase onlinestore feat: Support hbase for onlinestore protobuf Oct 4, 2024
@shydefoo shydefoo merged commit 190eec2 into main Oct 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants