We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f468f8f commit 2ce1f08Copy full SHA for 2ce1f08
protos/feast/core/Transformation.proto
@@ -21,13 +21,12 @@ message UserDefinedFunctionV2 {
21
22
// A feature transformation executed as a user-defined function
23
message FeatureTransformationV2 {
24
- // Note this Transformation starts at 5 for backwards compatibility
25
oneof transformation {
26
UserDefinedFunctionV2 user_defined_function = 1;
27
- OnDemandSubstraitTransformationV2 on_demand_substrait_transformation = 2;
+ SubstraitTransformationV2 substrait_transformation = 2;
28
}
29
30
31
-message OnDemandSubstraitTransformationV2 {
+message SubstraitTransformationV2 {
32
bytes substrait_plan = 1;
33
0 commit comments