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

usbrandon 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 90e650f63b Update joinrows.adoc
     new f6230c4e67 Merge pull request #3506 from Mattang-Dan/patch-72
90e650f63b is described below

commit 90e650f63b1b18c2b8c6b33dc47b1578f78eb777
Author: Mattang-Dan <[email protected]>
AuthorDate: Wed Dec 20 07:48:20 2023 -0800

    Update joinrows.adoc
---
 .../modules/ROOT/pages/pipeline/transforms/joinrows.adoc              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/joinrows.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/joinrows.adoc
index c313c6adcd..bcbde59608 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/joinrows.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/joinrows.adoc
@@ -25,7 +25,7 @@ under the License.
 |
 == Description
 
-The Join Rows transform allows you to produce combinations 
(https://en.wikipedia.org/wiki/Cartesian_product[Cartesian product^]) of all 
rows in the input streams.
+The Join Rows (cartesian product) transform allows you to combine/join 
multiple input streams 
(https://en.wikipedia.org/wiki/Cartesian_product[Cartesian product^]) without 
joining on keys. It works best with one row from each stream. You can add a 
condition to only join when a condition is met. If you want to join input 
streams using a key, see the "Join rows" transform.
 
 |
 == Supported Engines
@@ -54,4 +54,4 @@ The Join Rows transform allows you to produce combinations 
(https://en.wikipedia
 == Metadata Injection Support
 
 All fields of this transform support metadata injection.
-You can use this transform with ETL Metadata Injection to pass metadata to 
your pipeline at runtime.
\ No newline at end of file
+You can use this transform with ETL Metadata Injection to pass metadata to 
your pipeline at runtime.

Reply via email to