Uh oh!
There was an error while loading. Please reload this page.
revert accidently deleted size code in count_distinct - #5533
Conversation
| fn size(&self) -> usize { | ||
| self.fixed_size() | ||
| match &self.state_data_type { |
alamb
commented
Mar 9, 2023
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 |
alamb
commented
Mar 9, 2023
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 |
ursabot
commented
Mar 9, 2023
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?