Skip to content

Commit fc3ea20

Browse files
HaoXuAInickquinn408hao-xu5
authored
fix: Add java proto (#5719)
* [rdar://164027289] Add java class to GrpcServer.proto * update java proto Signed-off-by: hao-xu5 <hxu44@apple.com> --------- Signed-off-by: hao-xu5 <hxu44@apple.com> Co-authored-by: Nick Quinn <nicholas_quinn@apple.com> Co-authored-by: hao-xu5 <hxu44@apple.com>
1 parent cc39768 commit fc3ea20

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

protos/feast/serving/GrpcServer.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ syntax = "proto3";
22

33
import "feast/serving/ServingService.proto";
44

5+
option java_package = "feast.proto.serving";
6+
option java_outer_classname = "GrpcServerAPIProto";
57
option go_package = "github.com/feast-dev/feast/go/protos/feast/serving";
68

79
message PushRequest {
@@ -29,4 +31,4 @@ service GrpcFeatureServer {
2931
rpc Push (PushRequest) returns (PushResponse) {};
3032
rpc WriteToOnlineStore (WriteToOnlineStoreRequest) returns (WriteToOnlineStoreResponse);
3133
rpc GetOnlineFeatures (feast.serving.GetOnlineFeaturesRequest) returns (feast.serving.GetOnlineFeaturesResponse);
32-
}
34+
}

sdk/python/feast/protos/feast/core/FeatureView_pb2.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class FeatureViewSpec(google.protobuf.message.Message):
140140
def feature_transformation(self) -> feast.core.Transformation_pb2.FeatureTransformationV2:
141141
"""Feature transformation for batch feature views"""
142142
mode: builtins.str
143-
"""The transformation mode (e.g., "python", "pandas", "ray", "spark", "sql")"""
143+
"""The transformation mode (e.g., "python", "pandas", "spark", "sql", "ray")"""
144144
def __init__(
145145
self,
146146
*,

sdk/python/feast/protos/feast/serving/GrpcServer_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)