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

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


    from e1107b194c Merge pull request #4792 from Adalennis/4481
     add 70121d9910 allow setting a rounding mode when writing a textfile, 
fixes #4782
     new 83147b5d0e Merge pull request #4783 from hansva/4782

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:
 .../java/org/apache/hop/core/row/IValueMeta.java   |  72 ++++++-----
 .../apache/hop/core/row/ValueMetaDeserializer.java |   1 +
 .../apache/hop/core/row/value/ValueMetaBase.java   |  81 +++++++++++++
 .../hop/core/row/value/ValueMetaFactory.java       |   1 +
 .../hop/core/messages/messages_en_US.properties    |   8 ++
 .../pages/pipeline/transforms/textfileoutput.adoc  |   3 +
 .../ROOT/pages/snippets/rounding-types.adoc        |  69 +++++++++++
 .../metadata/SchemaDefinitionEditor.java           |  10 +-
 .../metadata/SchemaFieldDefinition.java            | 135 ++-------------------
 .../metadata/messages/messages_en_US.properties    |   1 +
 .../transforms/textfileoutput/TextFileField.java   |  86 ++-----------
 .../textfileoutput/TextFileOutputDialog.java       |  16 ++-
 .../textfileoutput/TextFileOutputMeta.java         |   6 +
 .../messages/messages_en_US.properties             |   1 +
 .../textfileoutput/TextFileOutputMetaTest.java     |   3 +-
 .../textfileoutput/TextFileOutputTest.java         |  14 ++-
 16 files changed, 266 insertions(+), 241 deletions(-)
 create mode 100644 
docs/hop-user-manual/modules/ROOT/pages/snippets/rounding-types.adoc

Reply via email to