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 2022/11/23 11:49:36 UTC

[hop] branch master updated (f91d212f3a -> 484ee64297)

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/hop.git


    from f91d212f3a Merge pull request #1815 from mattcasters/cypher-builder
     new 451c5a10ae HOP-4080 JSON Input: HOP_JSON_INPUT_INCLUDE_NULLS = "Y" as default value
     new 41c7127e5d HOP-4080 Fixed unit tests
     new 0bb5d0a257 HOP-4080 Updated documentation page
     new d28e5c46a5 HOP-4080 Added integration test
     new 484ee64297 Merge pull request #1673 from sramazzina/HOP-4080

The 4900 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:
 core/src/main/java/org/apache/hop/core/Const.java  |  13 +-
 .../ROOT/pages/pipeline/transforms/jsoninput.adoc  |  10 +-
 .../0002-json-include-nulls.hpl}                   | 310 +++++++++++----------
 .../main-0002-json-include-nulls.hwf}              | 225 ++++++++-------
 integration-tests/json/resources/test.json         |  25 ++
 .../jsoninput/reader/FastJsonReader.java           |   4 +-
 .../transforms/jsoninput/JsonInputTest.java        |   6 +
 7 files changed, 325 insertions(+), 268 deletions(-)
 copy integration-tests/{http/0001-http-post-test-headers.hpl => json/0002-json-include-nulls.hpl} (58%)
 copy integration-tests/{transforms/main-0002-pipeline-executor-test.hwf => json/main-0002-json-include-nulls.hwf} (56%)
 create mode 100644 integration-tests/json/resources/test.json