-
Notifications
You must be signed in to change notification settings - Fork 1.8k
revert accidently deleted size code in count_distinct #5533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
alamb
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @comphead -- sorry we missed this in review
|
|
||
| fn size(&self) -> usize { | ||
| self.fixed_size() | ||
| match &self.state_data_type { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thank you @comphead
|
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?