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/02/18 22:12:15 UTC

[beam] branch master updated (b483ddb -> 54b75fa)

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 b483ddb  [BEAM-9291] Upload graph option in dataflow's python sdk (#10829)
     add bb2fc76  Removed compile time generation of test Thrift class.
     add 54b75fa  Merge pull request #10891: Removed compile time generation of test Thrift class.

No new revisions were added by this update.

Summary of changes:
 sdks/java/io/thrift/build.gradle                   |    6 +-
 .../beam/sdk/io/thrift/TestThriftStruct.java       | 1232 ++++++++++++++++++++
 .../apache/beam/sdk/io/thrift/ThriftIOTest.java    |    1 -
 3 files changed, 1236 insertions(+), 3 deletions(-)
 create mode 100644 sdks/java/io/thrift/src/test/java/org/apache/beam/sdk/io/thrift/TestThriftStruct.java