This is an automated email from the ASF dual-hosted git repository.
mcasters pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from e5ec73dec5 Merge pull request #1697 from nadment/HOP-4223
new 19c1186537 HOP-4172 : Forcing to a single thread in Beam doesn't work
(fix, IT) HOP-4084 : Transform doesn't release Excel file
new 26a48fd263 HOP-4172 : Forcing to a single thread in Beam doesn't work
(fix, IT) HOP-4084 : Transform doesn't release Excel file
new 35190b6c34 Merge pull request #1703 from mattcasters/master
The 4524 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:
.../pipeline/beam/getting-started-with-beam.adoc | 11 ++--
.../pipeline/SingleThreadedPipelineExecutor.java | 14 ++---
integration-tests/gcp/0007-single-thread.hpl | 64 ++++++++++++++++++++++
.../0007-single-thread-validation UNIT.json | 49 -----------------
plugins/engines/beam/pom.xml | 4 ++
.../hop/beam/core/transform/TransformFn.java | 23 ++++----
.../beam/core/transform/TransformTransform.java | 8 +--
.../transforms/excelinput/poi/PoiWorkbook.java | 12 ++--
.../excelinput/staxpoi/StaxPoiWorkbook.java | 7 ++-
.../excelwriter/ExcelWriterTransform.java | 41 +++++++++-----
10 files changed, 134 insertions(+), 99 deletions(-)