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

[BEAM-2166] Remove context from encoded byte size #2921

Closed

Conversation

tgroh
Copy link
Member

@tgroh tgroh commented May 5, 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.

Based on top of #2829

tgroh added 6 commits May 5, 2017 10:39
This is a moderately useful base class for coders which take no
configuration.
Remove from StructuredCoder. These are sensible defaults implemented in
terms of other Coder methods.
These coders do not take configuration, or take configuration only in
terms of other Coders, and are appropriate to reparent.
CustomCoder in general consists of configuration beyond component
coders, and should not extend, for example, equality methods of
StrucutredCoder.
@tgroh tgroh closed this May 5, 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.

None yet

1 participant