Skip to content

Issue25483 pipeline options refactoring#455

Merged
Malarg merged 15 commits intoissue25640_tob-cifrom
issue25483_pipeline_options_refactoring
Apr 21, 2023
Merged

Issue25483 pipeline options refactoring#455
Malarg merged 15 commits intoissue25640_tob-cifrom
issue25483_pipeline_options_refactoring

Conversation

@Malarg
Copy link
Copy Markdown
Collaborator

@Malarg Malarg commented Apr 12, 2023

resolves: apache#25483
pipeline options extracted to playground_components and added to tour of beam


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

@Malarg Malarg requested a review from alexeyinkin April 13, 2023 08:42
class TourNotifier extends ChangeNotifier with PageStateMixin<void> {
final ContentTreeController contentTreeController;
final PlaygroundController playgroundController;
PlaygroundController? playgroundController;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TourNotifier must always have a final PlaygroundController.
When I talked nullable, I meant that TobScaffold.playgroundController should be null.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TobScaffold does not contains playground controller. Why do you think, that non final PlaygroundController in TourNotifier is a bad idea? I believe that it supports consistenсy of tour notifier, when it does not contains an example

Copy link
Copy Markdown

@alexeyinkin alexeyinkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (internal review).

@Malarg Malarg merged commit 30875f9 into issue25640_tob-ci Apr 21, 2023
@Malarg Malarg deleted the issue25483_pipeline_options_refactoring branch April 21, 2023 12:15
Amar3tto added a commit that referenced this pull request Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants