You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by mc...@apache.org on 2022/09/23 10:53:56 UTC

[hop] branch master updated (0c87cb324d -> ce88f346e7)

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 0c87cb324d Merge pull request #1698 from uraychang/master
     new 4c07107052 HOP-4238 : Table viewer throws OOBE
     new c87f20cda1 HOP-4172 : Forcing to a single thread in Beam doesn't work (Avro and IT) HOP-4235 : Avro Output transform dialog has overlapping content
     new ce88f346e7 Merge pull request #1705 from mattcasters/master

The 4532 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:
 .../0005-generate-single-file-validation.hpl       | 192 ++++++++++++-
 .../0005-generate-single-file.hpl                  | 120 ++++++++-
 .../0006-generate-bundle-files-validation.hpl      | 211 +++++++++++++--
 .../0006-generate-bundle-files.hpl                 | 120 ++++++++-
 .../0005-generate-single-file-validation UNIT.json |  49 ++++
 ...0006-generate-bundle-files-validation UNIT.json |  49 ++++
 .../gcp/0007-single-thread-validation.hpl          | 166 ++++++++++++
 integration-tests/gcp/0007-single-thread.hpl       | 120 ++++++++-
 .../0007-single-thread-validation UNIT.json        |  49 ++++
 .../apache/hop/beam/core/fn/StringToHopRowFn.java  |   7 +-
 .../hop/avro/transforms/avrooutput/AvroOutput.java | 180 +++++++------
 .../avro/transforms/avrooutput/AvroOutputData.java |   6 +-
 .../transforms/avrooutput/AvroOutputDialog.java    | 297 +++++++++------------
 .../avro/transforms/avrooutput/AvroOutputMeta.java |  73 +++--
 .../avrooutput/messages/messages_en_US.properties  |  10 +-
 .../org/apache/hop/ui/core/widget/TableView.java   |  39 +--
 16 files changed, 1319 insertions(+), 369 deletions(-)