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 2023/03/10 08:39:07 UTC

[hop] branch master updated: Integration tests were using incorrect conversion mask, #2474

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 99c2af360c Integration tests were using incorrect conversion mask, #2474
     new 67b6903c38 Merge pull request #2541 from hansva/master
99c2af360c is described below

commit 99c2af360c163a008f27ee98029a26c3e703c59a
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Mar 10 09:38:39 2023 +0100

    Integration tests were using incorrect conversion mask, #2474
---
 integration-tests/beam_directrunner/0007-group-by-validation.hpl      | 4 +---
 integration-tests/beam_directrunner/0009-stream-lookup-validation.hpl | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/integration-tests/beam_directrunner/0007-group-by-validation.hpl b/integration-tests/beam_directrunner/0007-group-by-validation.hpl
index e0c6d74eed..30b84f3aee 100644
--- a/integration-tests/beam_directrunner/0007-group-by-validation.hpl
+++ b/integration-tests/beam_directrunner/0007-group-by-validation.hpl
@@ -34,8 +34,6 @@ limitations under the License.
     <created_date>2022/09/28 16:52:03.062</created_date>
     <modified_user>-</modified_user>
     <modified_date>2022/09/28 16:52:03.062</modified_date>
-    <key_for_session_key/>
-    <is_key_private>N</is_key_private>
   </info>
   <notepads>
   </notepads>
@@ -129,7 +127,7 @@ limitations under the License.
       <field>
         <name>count</name>
         <type>Integer</type>
-        <format> #</format>
+        <format>#</format>
         <currency>$</currency>
         <decimal>.</decimal>
         <group>,</group>
diff --git a/integration-tests/beam_directrunner/0009-stream-lookup-validation.hpl b/integration-tests/beam_directrunner/0009-stream-lookup-validation.hpl
index cfb72311da..4a9310b674 100644
--- a/integration-tests/beam_directrunner/0009-stream-lookup-validation.hpl
+++ b/integration-tests/beam_directrunner/0009-stream-lookup-validation.hpl
@@ -277,7 +277,7 @@ limitations under the License.
       <field>
         <name>nrPerState</name>
         <type>Integer</type>
-        <format> #</format>
+        <format>#</format>
         <currency/>
         <decimal/>
         <group/>