This is an automated email from the ASF dual-hosted git repository.
reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from bc492d8 [BEAM-4661] Define well known timer coder URN.
add 760b285 Use ByteBuddy to generate a coder class for a specific Schema.
add 6e60b0b Subclass proper generic type, removing need for extra
typecast.
add 7c56f29 Address code-review comments.
new d9df750 Merge pull request #5723: [BEAM-4613] Use ByteBuddy to
generate a coder class for a specific Schema.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../java/org/apache/beam/sdk/coders/RowCoder.java | 125 +++----
.../apache/beam/sdk/coders/RowCoderGenerator.java | 370 +++++++++++++++++++++
.../main/java/org/apache/beam/sdk/values/Row.java | 11 +-
3 files changed, 425 insertions(+), 81 deletions(-)
create mode 100644
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/RowCoderGenerator.java