revert accidently deleted size code in count_distinct#5533
revert accidently deleted size code in count_distinct#5533alamb merged 4 commits intoapache:mainfrom
Conversation
|
|
||
| fn size(&self) -> usize { | ||
| self.fixed_size() | ||
| match &self.state_data_type { |
|
I plan to merge this PR as soon as the CI checks have passed, as I would like to ensure it makes it into the release if possible |
|
The clippy CI check https://github.com/apache/arrow-datafusion/actions/runs/4376721582/jobs/7659390110 was failing due to clippy being updated. I merged up from main (to get @jackwener 's #5532 ❤️ ) and pushed to your branch |
|
Benchmark runs are scheduled for baseline = 6a8c4a6 and contender = 7f84503. 7f84503 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?
Closes #5534.
Rationale for this change
The
.sizewas accidently corrupted during #5408What changes are included in this PR?
Put the size logic back
Are these changes tested?
Are there any user-facing changes?