Skip to content

Commit 2ce1f08

Browse files
updated proto name
1 parent f468f8f commit 2ce1f08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

protos/feast/core/Transformation.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ message UserDefinedFunctionV2 {
2121

2222
// A feature transformation executed as a user-defined function
2323
message FeatureTransformationV2 {
24-
// Note this Transformation starts at 5 for backwards compatibility
2524
oneof transformation {
2625
UserDefinedFunctionV2 user_defined_function = 1;
27-
OnDemandSubstraitTransformationV2 on_demand_substrait_transformation = 2;
26+
SubstraitTransformationV2 substrait_transformation = 2;
2827
}
2928
}
3029

31-
message OnDemandSubstraitTransformationV2 {
30+
message SubstraitTransformationV2 {
3231
bytes substrait_plan = 1;
3332
}

0 commit comments

Comments
 (0)