-
-
Notifications
You must be signed in to change notification settings - Fork 95
Adjust index statistics for partition transforms #2097
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
Minimize the sending around of partition_synopsis, which are non-serializable, expensive to copy, hold much more info than required by existing users, and technically are an implementation detail. Instead, return the newly created `partition_info` struct instead.
7d854ce
to
1e472ac
Compare
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.
I think the overall solution is fine but I hope we can find a better way to slice partition_synopsis
and partition_info
.
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.
Approving, left some comments inline.
📝 Checklist
🎯 Review Instructions
Review commit-by-commit.