GitHub user CaoManhDat opened a pull request:
https://github.com/apache/beam/pull/3947
[BEAM-3018] Remove duplicated methods in StructuredCoder
Removed `consistentWithEquals(), structuralValue() and
getEncodedTypeDescriptor()` in `StructuredCoder`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/CaoManhDat/beam master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3947.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3947
----
commit 8d8a213f0ba2f1cceec8e53bba01c8d2a55c8863
Author: Cao Manh Dat <[email protected]>
Date: 2017-10-05T04:28:35Z
[BEAM-3018] Remove duplicated methods in StructuredCoder
----
---