Skip to content
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 shared mutable state for extra options handling in PTL #10603

Conversation

findepi
Copy link
Member

@findepi findepi commented Jan 14, 2022

Environment and extenders are singletons, so they should be immutable.
Instead of passing the options in separate setExtraOptions call, pass
them to extendEnvironment.

Environment and extenders are singletons, so they should be immutable.
Instead of passing the options in separate `setExtraOptions` call, pass
them to `extendEnvironment`.
@findepi findepi requested review from losipiuk and hashhar January 14, 2022 08:19
@cla-bot cla-bot bot added the cla-signed label Jan 14, 2022
@findepi findepi force-pushed the findepi/remove-shared-mutable-state-for-extra-options-handling-in-ptl-31845d branch from 6838e29 to 7afbc99 Compare January 14, 2022 08:20
@findepi findepi merged commit afebf3f into trinodb:master Jan 18, 2022
@findepi findepi deleted the findepi/remove-shared-mutable-state-for-extra-options-handling-in-ptl-31845d branch January 18, 2022 10:35
@github-actions github-actions bot added this to the 369 milestone Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants