You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/05 16:02:29 UTC

[incubator-hop] branch master updated (84229a5 -> 9aadba7)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git.


    from 84229a5  Merge pull request #434 from mattcasters/master
     new 8b80962  HOP-2267 : Beam complaining about slf4j
     new cfb5377  HOP-2266 : Beam generating unbounded synthetic data too fast
     new 7ebf4f7  HOP-2261 : Partition schema editor: doesn't pick up number of partitions
     new 9aadba7  Merge pull request #437 from mattcasters/master

The 1147 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:
 .../plugins/engines/beam/src/assembly/assembly.xml |    2 -
 .../org/apache/hop/partition/PartitionSchema.java  |    2 +-
 .../org/apache/hop/pipeline/PipelinePainter.java   | 1049 ++++++++++++--------
 .../hop/pipeline/transform/BaseTransform.java      |    1 +
 .../handler/BeamRowGeneratorTransformHandler.java  |  184 ++--
 .../hop/ui/partition/PartitionSchemaEditor.java    |   39 +-
 .../partition/messages/messages_en_US.properties   |    4 +-
 7 files changed, 756 insertions(+), 525 deletions(-)