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

chengpan pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new c8f01e69c [KYUUBI #6394] Fix example SQL in Spark TPC-DS connector docs
c8f01e69c is described below

commit c8f01e69cb960eb335de855fb7d2ddd01d7113e9
Author: lllong33 <[email protected]>
AuthorDate: Mon May 20 19:54:29 2024 +0800

    [KYUUBI #6394] Fix example SQL in Spark TPC-DS connector docs
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    
![image](https://github.com/apache/kyuubi/assets/29864358/ed87610d-41d4-4685-94dc-74fa2cafd455)
    
    This pull request fixes #
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Please include a summary of the change and which issue is fixed. Please 
also include relevant motivation and context. List any dependencies that are 
required for this change.
    
    ## Types of changes :bookmark:
    
    - [x] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [ ] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6394 from lllong33/patch-1.
    
    Closes #6394
    
    eb79375aa [lllong33] Update tpcds.rst, The order table removed
    
    Lead-authored-by: lllong33 <[email protected]>
    Co-authored-by: lllong33 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit aa04c0e8fdd3a4fe7d1629fa75e18dc21dea9857)
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/connector/spark/tpcds.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/connector/spark/tpcds.rst b/docs/connector/spark/tpcds.rst
index e52e56c08..1e02ab4f3 100644
--- a/docs/connector/spark/tpcds.rst
+++ b/docs/connector/spark/tpcds.rst
@@ -101,8 +101,8 @@ Switch current database to `tpcds.sf1` and run a query 
against it.
 .. code-block:: sql
 
    USE tpcds.sf1;
-   SELECT * FROM orders;
+   SELECT * FROM store;
 
 .. _Official Documentation: https://www.tpc.org/tpcds/
 .. _Try Kyuubi: https://try.kyuubi.cloud/
-.. _Maven Central: 
https://repo1.maven.org/maven2/org/apache/kyuubi/kyuubi-spark-connector-tpcds_2.12/
\ No newline at end of file
+.. _Maven Central: 
https://repo1.maven.org/maven2/org/apache/kyuubi/kyuubi-spark-connector-tpcds_2.12/

Reply via email to