Skip to content

Comments

[BEAM-2051] Mark all PCollectionView methods internal#2842

Closed
tgroh wants to merge 2 commits intoapache:masterfrom
tgroh:internal_view_methods
Closed

[BEAM-2051] Mark all PCollectionView methods internal#2842
tgroh wants to merge 2 commits intoapache:masterfrom
tgroh:internal_view_methods

Conversation

@tgroh
Copy link
Member

@tgroh tgroh commented May 2, 2017

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify.
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

Add a note that the methods should not be considered to be accessible.

Add a note that the methods should not be considered to be accessible.
@tgroh
Copy link
Member Author

tgroh commented May 2, 2017

R: @kennknowles

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.003%) to 69.877% when pulling a7f7c55 on tgroh:internal_view_methods into 3bd8a0f on apache:master.

Copy link
Member

@kennknowles kennknowles left a comment

Choose a reason for hiding this comment

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

LGTM. At some point when we don't have even more important worker dances, and when we've gotten a bit further on runner API, we can probably clean further.

public interface PCollectionView<T> extends PValue, Serializable {
/**
* Gets the {@link PCollection} this {@link PCollectionView} was created from.
* For internal use only.
Copy link
Member

Choose a reason for hiding this comment

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

I'm a big fan of <b><i> for this :-) but LGTM

@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 69.943% when pulling 9378283 on tgroh:internal_view_methods into 3bd8a0f on apache:master.

@asfgit asfgit closed this in 320f9af May 3, 2017
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