Skip to content

Conversation

@kw2542
Copy link
Contributor

@kw2542 kw2542 commented Jan 10, 2020

Issues: LocalApplicationRunner has multiple constructors and follows different initialization logic.

Changes:

  1. Refactor all constructors to end up with the same private constructor.
  2. Align "static final" and "final static" to "static final"
  3. Group class variales based on accessibility
  4. Minor fixs on inconsistent styling, return etc.

API Changes:
None

Upgrade Instructions:
None

Usage Instructions:
None

Tests:
Unit Tests

Ke Wu added 2 commits January 10, 2020 11:30
Issues: LocalApplicationRunner has multiple constructors and follows different initialization logic.

Changes:

1. Refactor all constructors to end up with the same private constructor.
2. Align "static final" and "final static" to "static final"
3. Group class variales based on accessibility
4. Minor fixs on inconsistent styling, return etc.

Tests:
Unit Tests
…tadataStoreFactory metadataStoreFactory) from package private back to public
@prateekm
Copy link
Contributor

@kw2542 Please document any public API changes in the description.

Copy link
Contributor

@rmatharu-zz rmatharu-zz left a comment

Choose a reason for hiding this comment

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

lgtm

@rmatharu-zz rmatharu-zz merged commit 2a34cf2 into apache:master Jan 10, 2020
@kw2542 kw2542 deleted the localrunner branch January 10, 2020 22:15
rmatharu-zz pushed a commit to rmatharu-zz/samza that referenced this pull request Jan 21, 2020
* Refactor LocalApplicationRunner

Issues: LocalApplicationRunner has multiple constructors and follows different initialization logic.

Changes:

1. Refactor all constructors to end up with the same private constructor.
2. Align "static final" and "final static" to "static final"
3. Group class variales based on accessibility
4. Minor fixs on inconsistent styling, return etc.

Tests:
Unit Tests

* Revert LocalApplicationRunner(SamzaApplication app, Config config, MetadataStoreFactory metadataStoreFactory) from package private back to public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants