You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2020/04/20 22:40:45 UTC

[beam] branch master updated (fc8d18a -> c7da1b5)

This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from fc8d18a  Merge pull request #11462 from KevinGG/master
     add 37838f2  [BEAM-9569] Fix BeamSqlPojoExample logRecords method to not require Row coder inference
     add c7da1b5  Merge pull request #11460: [BEAM-9569] Fix BeamSqlPojoExample logRecords method to not require Row coder inference

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  1 +
 .../extensions/sql/example/BeamSqlPojoExample.java |  8 ++---
 .../sdk/extensions/sql/example/model/Customer.java | 34 +++++++++++++++-------
 .../sdk/extensions/sql/example/model/Order.java    |  5 ++++
 4 files changed, 34 insertions(+), 14 deletions(-)