MINOR: Stop ignoring AggregateFunction::distinct in protobuf serde code#3250
MINOR: Stop ignoring AggregateFunction::distinct in protobuf serde code#3250andygrove merged 3 commits intoapache:masterfrom
AggregateFunction::distinct in protobuf serde code#3250Conversation
distinct in aggregate function handlingAggregateFunction::distinct in protobuf serde code
|
fyi @yahoNanJing @thinkharderdev @avantgardnerio @mingmwang @Ted-Jiang since this probably affects Ballista? |
|
Benchmark runs are scheduled for baseline = 6c32098 and contender = 7e407df. 7e407df is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
N/A
Rationale for this change
We should not have hard-coded values for
distinct. We should use the intended values, otherwise queries could return the wrong results.What changes are included in this PR?
Remove hard-coded distinct values and add tests.
Are there any user-facing changes?
Yes, fixes some incorrect query results.