We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The filter_null_keys option is applied during the construction of Optimizer, at the same time as the SessionContext is constructed.
Optimizer
SessionContext
Consequently if the value is updated, it will not take effect
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Make OptimizerConfig a trait (apache#4631) (apache#4638)
e9beb6d
1f929f0
babfb99
Make OptimizerConfig a trait (#4631) (#4638) (#4645)
ca8985e
* Make OptimizerConfig a trait (#4631) (#4638) * Format * Review feedback
tustvold
Successfully merging a pull request may close this issue.
Describe the bug
The filter_null_keys option is applied during the construction of
Optimizer
, at the same time as theSessionContext
is constructed.Consequently if the value is updated, it will not take effect
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: