Skip to content

Commit

Permalink
Make grouping_expressions plural.
Browse files Browse the repository at this point in the history
This is in line with other repeated fields and was suggested by @tokoko.

Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net committed Sep 13, 2024
1 parent edc8487 commit ea3f49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ message AggregateRel {

// A list of zero or more references to grouping expressions, i.e., indices
// into the `grouping_expression` list.
repeated uint32 expression_reference = 2;
repeated uint32 expression_references = 2;
}

message Measure {
Expand Down

0 comments on commit ea3f49d

Please sign in to comment.