Skip to content

Commit 4b4bac5

Browse files
committed
Update to support the Aggregate Phase Unspecified
Signed-off-by: MBWhite <[email protected]>
1 parent 6bb46ac commit 4b4bac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/io/substrait/expression/Expression.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ public static AggregationInvocation fromProto(AggregateFunction.AggregationInvoc
940940
}
941941

942942
enum AggregationPhase {
943+
UNSPECIFIED(io.substrait.proto.AggregationPhase.AGGREGATION_PHASE_UNSPECIFIED),
943944
INITIAL_TO_INTERMEDIATE(
944945
io.substrait.proto.AggregationPhase.AGGREGATION_PHASE_INITIAL_TO_INTERMEDIATE),
945946
INTERMEDIATE_TO_INTERMEDIATE(

0 commit comments

Comments
 (0)