-
Notifications
You must be signed in to change notification settings - Fork 791
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
Add finish_cloned to ArrayBuilder #3158
Conversation
I wonder if instead of e.g.
What do you think? |
I made the change locally and getting below error Error for BooleanBufferBuilder:
Error for BufferBuilder:
|
Aah yeah, the signature for |
The suggestion works. I'll send complete PR. Edit: I think |
I'd suggest adding something like
|
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.
Just some minor nits
Benchmark runs are scheduled for baseline = 12a67b9 and contender = 6c466af. 6c466af 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 #3154
Are there any user-facing changes?
Yes, users will get a new function
finish_cloned
to get snapshot of data in ArrayBuilder without resetting the builder.