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 5026f90100 (DOC) remove extraneous table header
     new 0e281889d9 Merge pull request #1568 from VladimirAlexiev/patch-1
5026f90100 is described below

commit 5026f90100807cedda7fbbd14cc13724268b7eae
Author: Vladimir Alexiev <[email protected]>
AuthorDate: Mon Jul 4 09:39:40 2022 +0300

    (DOC) remove extraneous table header
    
    - remove extraneous table header
    - why is this marked `bash`? is there `source,csv`?
---
 .../modules/ROOT/pages/pipeline/transforms/analyticquery.adoc           | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/analyticquery.adoc
 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/analyticquery.adoc
index 58a8aff0ba..a3bd8c08c6 100644
--- 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/analyticquery.adoc
+++ 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/analyticquery.adoc
@@ -96,8 +96,6 @@ But if you don't want to mix the values for aaa and bbb, you 
can group by the X
 ----
 X   , Y , Z
 ------------
-X   , Y , Z
-------------
 aaa , 1 , <null>
 aaa , 2 , 1
 aaa , 3 , 2

Reply via email to