This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from b09b43b [BEAM-5250] Fix GlobalWindow's max timestamp in Python SDK
add d80350e Trying to add synthetic step
add 4959d1e Apply spotless
add 481e7c0 Fixing findbugs issue
add 96f290f Fixing issues
add ffe8c48 Addressing comments from reviewer
add a7a775a Addressing comments
add 94d8820 Addressing comments
add 7636bc9 Adding license
add 5b4b8e4 Fixing doc issue
new e758f75 Merge pull request #6047 from pabloem/synthetic-step
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:
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} | 18 +-
7 files changed, 516 insertions(+), 3 deletions(-)
create mode 100644
sdks/java/io/synthetic/src/main/java/org/apache/beam/sdk/io/synthetic/SyntheticStep.java
create mode 100644
sdks/java/io/synthetic/src/test/java/org/apache/beam/sdk/io/synthetic/SyntheticOptionsTest.java
create mode 100644
sdks/java/io/synthetic/src/test/java/org/apache/beam/sdk/io/synthetic/SyntheticStepTest.java
copy
sdks/java/io/synthetic/src/{main/java/org/apache/beam/sdk/io/synthetic/package-info.java
=> test/java/org/apache/beam/sdk/io/synthetic/SyntheticTestUtils.java} (61%)