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
Adds bastilla wire encoding for approx_quantile.
Adding support for this required modifying the AggregateExprNode proto
message to support propigating multiple LogicalExprNode aggregate
arguments - all the existing aggregations take a single argument, so
this wasn't needed before.
This commit adds "repeated" to the expr field, which I believe is
backwards compatible as described here:
https://developers.google.com/protocol-buffers/docs/proto3#updating
Specifically, adding "repeated" to an existing message field:
"For ... message fields, optional is compatible with repeated"
No existing tests needed fixing, and a new roundtrip test is included
that covers the change to allow multiple expr.
0 commit comments