This is an automated email from the ASF dual-hosted git repository.
jkff pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 2862e33 Merge pull request #5442: [BEAM-4343][BEAM-4344] Enforce
ErrorProne analysis in HBaseIO and HCatalogIO
add 65a61fa Updating python container version to beam-master-20180518
add d8333a2 Reverting fnapi container version
add 1813bee Copyting dependency.py and dependency_test.py
add 719b5b0 reformatting code
add c73bba4 Introducing classes
add 8e51948 gruping public and non public methods
add b1069d1 Renaming method and updating reference for file_copy and
file_download
add 500b82d Removing Google specific code and unused code in stager.
add 10307e3 Removing reference to Google/GCS/Dataflow and restructuring a
bit of code.
add 1d65023 Fixing Stager Tests
add efcb359 Making dependency.py use stager.py and fixing
dependency_test.py test cases.
add eeb3632 Moving stager to portability
add 81f69f1 Removing stage_job_resources from dependencies.py and other
minor changes
add 33d597c Merging filehandler in stager
add 5575023 renaming GCSStager to _ParameterizedStager
add 0a3b6c1 Making a few methods static and moving code around
add 10e5c79 Applying changes from rebase
add c4d329d Fixing lint
new 9faf6a9 Merge pull request #5251: [BEAM-3883] Refactor and clean
dependency.py to make it reusable with artifact service
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:
.../runners/dataflow/internal/apiclient.py | 116 +++-
.../runners/dataflow/internal/apiclient_test.py | 24 +-
.../runners/dataflow/internal/dependency.py | 671 ---------------------
.../apache_beam/runners/dataflow/internal/names.py | 24 +
.../apache_beam/runners/portability/stager.py | 557 +++++++++++++++++
.../stager_test.py} | 473 +++++++--------
6 files changed, 929 insertions(+), 936 deletions(-)
delete mode 100644
sdks/python/apache_beam/runners/dataflow/internal/dependency.py
create mode 100644 sdks/python/apache_beam/runners/portability/stager.py
rename sdks/python/apache_beam/runners/{dataflow/internal/dependency_test.py
=> portability/stager_test.py} (56%)
--
To stop receiving notification emails like this one, please contact
[email protected].