From c8f01e69cb960eb335de855fb7d2ddd01d7113e9 Mon Sep 17 00:00:00 2001 From: lllong33 <704669594@qq.com> Date: Mon, 20 May 2024 19:54:29 +0800 Subject: [PATCH] [KYUUBI #6394] Fix example SQL in Spark TPC-DS connector docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :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 <704669594@qq.com> Co-authored-by: lllong33 <29864358+lllong33@users.noreply.github.com> Signed-off-by: Cheng Pan (cherry picked from commit aa04c0e8fdd3a4fe7d1629fa75e18dc21dea9857) Signed-off-by: Cheng Pan --- 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/