Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Sep 24, 2024
1 parent 5ddafb9 commit 118d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/expr.proto
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ message WindowFunction {

oneof type {
GeneralType general = 1;
AggCall.Kind aggregate = 2 [deprecated = true]; // Deprecated since we have a new `aggregate` variant.
AggCall.Kind aggregate = 2 [deprecated = true]; // Deprecated since we have a new `aggregate2` variant.
AggType aggregate2 = 103;
}
repeated InputRef args = 3;
Expand Down

0 comments on commit 118d464

Please sign in to comment.