Skip to content

Commit

Permalink
fix check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
yma11 committed Dec 15, 2022
1 parent f697e14 commit a8c5a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/substrait/extended_expression.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ message ExpressionReference {
AggregateFunction measure = 2;
}
// Field names in depth-first order
string output_name = 2;
string output_name = 3;
}

// Describe a set of operations to complete.
// For compactness sake, identifiers are normalized at the plan level.
message ExtendedExpression {
// Substrait version of the expression. Optional up to 0.17.0, required for later
// versions.
Version version = 6;
Version version = 7;

// a list of yaml specifications this expression may depend on
repeated substrait.extensions.SimpleExtensionURI extension_uris = 1;
Expand Down

0 comments on commit a8c5a33

Please sign in to comment.