You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AGGREGATION_PHASE_UNSPECIFIED is the default value. So if the field is not set consumers will encounter it (although one could argue that it should always be set). As stated above, consumers should likely deal with it in some manner.
The protobuf defines the
AGGREGATION_PHASE_UNSPECIFIED
but does say it implies INTERMEDIATE_TO_RESULThttps://github.com/substrait-io/substrait/blob/55683fb1078bd50b9fe711a8e0084910f34199e6/proto/substrait/algebra.proto#L1582
substrait-java treats this as unknown, when it isn't really. (in fact duckdb produces this)
testing fix for this locally
The text was updated successfully, but these errors were encountered: