You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2021/04/20 02:32:29 UTC

[zeppelin] branch branch-0.9 updated: [ZEPPELIN-5319] Incorrect markdown in the documentation of sap interpreter

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

zjffdu pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new e17003f  [ZEPPELIN-5319] Incorrect markdown in the documentation of sap interpreter
e17003f is described below

commit e17003f843c18dd1738a10e462e2dfb01875d257
Author: cuspymd <cu...@gmail.com>
AuthorDate: Fri Apr 9 14:32:42 2021 +0000

    [ZEPPELIN-5319] Incorrect markdown in the documentation of sap interpreter
    
    ### What is this PR for?
    Fix incorrect example code display at "/interpreter/sap.html"
    
    ### What type of PR is it?
    [Documentation]
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-5319
    
    ### How should this be tested?
    * Checked modified document locally
    
    ### Screenshots (if appropriate)
    ![image](https://user-images.githubusercontent.com/8870299/114196484-5fffc180-998c-11eb-9fb3-d23e1a01625c.png)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: cuspymd <cu...@gmail.com>
    
    Closes #4091 from cuspymd/fix-sap-doc and squashes the following commits:
    
    7351ba725 [cuspymd] Fix incorrect example code display
    
    (cherry picked from commit f21b71a9865d9d4d857fba56f5a3911dbdead0d2)
    Signed-off-by: Jeff Zhang <zj...@apache.org>
---
 docs/interpreter/sap.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/interpreter/sap.md b/docs/interpreter/sap.md
index bfb12e5..0cb3a3c 100644
--- a/docs/interpreter/sap.md
+++ b/docs/interpreter/sap.md
@@ -96,8 +96,7 @@ Available the nested conditions (using braces "()"). "and" operator have more pr
 
 If generated query contains promtps, then promtps will appear as dynamic form after paragraph submitting.
 
-Example query
-
+#### Example query
 ```sql
 %sap
 
@@ -125,7 +124,7 @@ where
 ### `distinct` keyword
 You can write keyword `distinct` after keyword `select` to return only distinct (different) values.
 
-Example query
+#### Example query
 ```sql
 %sap
 universe [Universe Name];
@@ -139,7 +138,7 @@ where
 ### `limit` keyword
 You can write keyword `limit` and limit value in the end of query to limit the number of records returned based on a limit value.
 
-Example query
+#### Example query
 ```sql
 %sap
 universe [Universe Name];