This is an automated email from the ASF dual-hosted git repository. pabloem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit e758f75938693e37c13069421070a36bc2e4334b Merge: b09b43b 5b4b8e4 Author: Pablo <[email protected]> AuthorDate: Tue Sep 4 12:50:47 2018 -0700 Merge pull request #6047 from pabloem/synthetic-step Adding Synthetic Step to Synthetic Package sdks/java/io/synthetic/build.gradle | 1 + .../beam/sdk/io/synthetic/SyntheticOptions.java | 4 +- .../beam/sdk/io/synthetic/SyntheticStep.java | 223 +++++++++++++++++++++ .../beam/sdk/io/synthetic/SyntheticUtils.java | 1 + .../sdk/io/synthetic/SyntheticOptionsTest.java | 152 ++++++++++++++ .../beam/sdk/io/synthetic/SyntheticStepTest.java | 120 +++++++++++ .../beam/sdk/io/synthetic/SyntheticTestUtils.java | 35 ++++ 7 files changed, 534 insertions(+), 2 deletions(-)
