-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove unused AggregateOptions
struct and scalar_update_factor
config setting
#12241
Conversation
Keeping the AggregateOptions struct in case we need it later. apache#11998
Looking at the build errors, it might be necessary to fully remove the |
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.
LGTM except for docs/source/user-guide/configs.md which i didn't review yet
AggregateOptions
struct as well as scalar_update_factor from AggregateOptions
AggregateOptions
struct as well as scalar_update_factor from AggregateOptionsAggregateOptions
struct and scalar_update_factor
config setting
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.
👍
Which issue does this PR close?
Closes #11998 .
Rationale for this change
Remove unused config in AggregateOptions. Keep the parent struct open in case we need it later. I am fine to removing the option struct.
What changes are included in this PR?
Are these changes tested?
no new test. just existing cargo test.
Are there any user-facing changes?