Skip to content

Commit

Permalink
feat: make optimization a repeated field (#653)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: consumers must now check for multiple optimization
messages within an AdvancedExtension
  • Loading branch information
vbarua authored Jun 28, 2024
1 parent cc949a5 commit e523d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/substrait/extensions/extensions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ message SimpleExtensionDeclaration {
message AdvancedExtension {
// An optimization is helpful information that don't influence semantics. May
// be ignored by a consumer.
google.protobuf.Any optimization = 1;
repeated google.protobuf.Any optimization = 1;

// An enhancement alter semantics. Cannot be ignored by a consumer.
google.protobuf.Any enhancement = 2;
Expand Down

0 comments on commit e523d5d

Please sign in to comment.