You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2023/06/16 05:16:59 UTC

[arrow-datafusion] branch asf-site updated: Publish built docs triggered by c2b260620718f1f6e67fdb32af87c3b3551bc0f0

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1a5c2d5c58 Publish built docs triggered by c2b260620718f1f6e67fdb32af87c3b3551bc0f0
1a5c2d5c58 is described below

commit 1a5c2d5c58a93a558176481f97883abb61c159d6
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Fri Jun 16 05:16:53 2023 +0000

    Publish built docs triggered by c2b260620718f1f6e67fdb32af87c3b3551bc0f0
---
 _sources/user-guide/cli.md.txt                          |   2 +-
 _sources/user-guide/example-usage.md.txt                |   6 ++++--
 contributor-guide/architecture.html                     |   6 +-----
 contributor-guide/communication.html                    |   6 +-----
 contributor-guide/index.html                            |   6 +-----
 contributor-guide/quarterly_roadmap.html                |   6 +-----
 contributor-guide/roadmap.html                          |   6 +-----
 contributor-guide/specification/index.html              |   6 +-----
 contributor-guide/specification/invariants.html         |   6 +-----
 .../specification/output-field-name-semantic.html       |   6 +-----
 genindex.html                                           |   6 +-----
 index.html                                              |   8 ++------
 objects.inv                                             | Bin 795 -> 801 bytes
 search.html                                             |   6 +-----
 searchindex.js                                          |   2 +-
 user-guide/cli.html                                     |  12 ++++--------
 user-guide/configs.html                                 |   6 +-----
 user-guide/dataframe.html                               |  10 +++-------
 user-guide/example-usage.html                           |  15 ++++++---------
 user-guide/expressions.html                             |   6 +-----
 user-guide/faq.html                                     |   6 +-----
 user-guide/introduction.html                            |   6 +-----
 user-guide/sql/aggregate_functions.html                 |   6 +-----
 user-guide/sql/data_types.html                          |   6 +-----
 user-guide/sql/ddl.html                                 |   6 +-----
 user-guide/sql/explain.html                             |   6 +-----
 user-guide/sql/index.html                               |   6 +-----
 user-guide/sql/information_schema.html                  |   6 +-----
 user-guide/sql/scalar_functions.html                    |   6 +-----
 user-guide/sql/select.html                              |   6 +-----
 user-guide/sql/sql_status.html                          |   6 +-----
 user-guide/sql/subqueries.html                          |   6 +-----
 user-guide/sql/window_functions.html                    |   6 +-----
 33 files changed, 46 insertions(+), 159 deletions(-)

diff --git a/_sources/user-guide/cli.md.txt b/_sources/user-guide/cli.md.txt
index 53cceb8d0a..3d869d5a7e 100644
--- a/_sources/user-guide/cli.md.txt
+++ b/_sources/user-guide/cli.md.txt
@@ -17,7 +17,7 @@
   under the License.
 -->
 
-# `datafusion-cli`
+# Command line SQL console
 
 The DataFusion CLI is a command-line interactive SQL utility for executing
 queries against any supported data files. It is a convenient way to
diff --git a/_sources/user-guide/example-usage.md.txt b/_sources/user-guide/example-usage.md.txt
index 69eeb90286..1dc0b63f9a 100644
--- a/_sources/user-guide/example-usage.md.txt
+++ b/_sources/user-guide/example-usage.md.txt
@@ -21,12 +21,14 @@
 
 In this example some simple processing is performed on the [`example.csv`](../../../datafusion/core/tests/data/example.csv) file.
 
+Even [`more code examples`](../../../datafusion-examples) attached to the project
+
 ## Update `Cargo.toml`
 
 Add the following to your `Cargo.toml` file:
 
 ```toml
-datafusion = "22"
+datafusion = "26"
 tokio = "1.0"
 ```
 
@@ -110,7 +112,7 @@ unexpectedly.
 [`arrow`]: https://docs.rs/arrow/latest/arrow/
 [`parquet`]: https://docs.rs/parquet/latest/parquet/
 [datafusion's crates.io]: https://crates.io/crates/datafusion
-[datafusion `25.0.0` dependencies]: https://crates.io/crates/datafusion/25.0.0/dependencies
+[datafusion `26.0.0` dependencies]: https://crates.io/crates/datafusion/26.0.0/dependencies
 
 ## Identifiers and Capitalization
 
diff --git a/contributor-guide/architecture.html b/contributor-guide/architecture.html
index 0b88a5a703..5957289410 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/contributor-guide/communication.html b/contributor-guide/communication.html
index 1cb0dcb1e3..e39f27e95e 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index a052d8c006..8a4791cfb7 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/contributor-guide/quarterly_roadmap.html b/contributor-guide/quarterly_roadmap.html
index fbe721cb4a..65316c7642 100644
--- a/contributor-guide/quarterly_roadmap.html
+++ b/contributor-guide/quarterly_roadmap.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index e3868089dc..1726235f07 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/contributor-guide/specification/index.html b/contributor-guide/specification/index.html
index 240e078e80..57effcce26 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../../user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/contributor-guide/specification/invariants.html b/contributor-guide/specification/invariants.html
index 70cf89099e..b25b48bfdf 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../../user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/contributor-guide/specification/output-field-name-semantic.html b/contributor-guide/specification/output-field-name-semantic.html
index 7bdce1db39..ae06691004 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -109,11 +109,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../../user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/genindex.html b/genindex.html
index e92c014bab..390770bb18 100644
--- a/genindex.html
+++ b/genindex.html
@@ -107,11 +107,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/index.html b/index.html
index f9405cae89..3c40a0cfac 100644
--- a/index.html
+++ b/index.html
@@ -109,11 +109,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
@@ -330,7 +326,7 @@ community.</p>
 <ul>
 <li class="toctree-l1"><a class="reference internal" href="user-guide/introduction.html">Introduction</a></li>
 <li class="toctree-l1"><a class="reference internal" href="user-guide/example-usage.html">Example Usage</a></li>
-<li class="toctree-l1"><a class="reference internal" href="user-guide/cli.html"><code class="docutils literal notranslate"><span class="pre">datafusion-cli</span></code></a></li>
+<li class="toctree-l1"><a class="reference internal" href="user-guide/cli.html">Command line SQL console</a></li>
 <li class="toctree-l1"><a class="reference internal" href="user-guide/dataframe.html">DataFrame API</a></li>
 <li class="toctree-l1"><a class="reference internal" href="user-guide/expressions.html">Expression API</a></li>
 <li class="toctree-l1"><a class="reference internal" href="user-guide/sql/index.html">SQL Reference</a></li>
diff --git a/objects.inv b/objects.inv
index 24b2209994..d376607a60 100644
Binary files a/objects.inv and b/objects.inv differ
diff --git a/search.html b/search.html
index 75b806ff36..e1802eac56 100644
--- a/search.html
+++ b/search.html
@@ -113,11 +113,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="user-guide/cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/searchindex.js b/searchindex.js
index b350ff6bf6..8fe5215072 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture", "contributor-guide/communication", "contributor-guide/index", "contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", "contributor-guide/specification/index", "contributor-guide/specification/invariants", "contributor-guide/specification/output-field-name-semantic", "index", "user-guide/cli", "user-guide/configs", "user-guide/dataframe", "user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture", "contributor-guide/communication", "contributor-guide/index", "contributor-guide/quarterly_roadmap", "contributor-guide/roadmap", "contributor-guide/specification/index", "contributor-guide/specification/invariants", "contributor-guide/specification/output-field-name-semantic", "index", "user-guide/cli", "user-guide/configs", "user-guide/dataframe", "user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use [...]
\ No newline at end of file
diff --git a/user-guide/cli.html b/user-guide/cli.html
index 534ae8593f..22115682e3 100644
--- a/user-guide/cli.html
+++ b/user-guide/cli.html
@@ -5,7 +5,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
 
-    <title>datafusion-cli &#8212; Arrow DataFusion  documentation</title>
+    <title>Command line SQL console &#8212; Arrow DataFusion  documentation</title>
     
     <link href="../_static/styles/theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
 <link href="../_static/styles/pydata-sphinx-theme.css?digest=1999514e3f237ded88cf" rel="stylesheet">
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1 current active">
   <a class="current reference internal" href="#">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
@@ -400,8 +396,8 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<section id="datafusion-cli">
-<h1><code class="docutils literal notranslate"><span class="pre">datafusion-cli</span></code><a class="headerlink" href="#datafusion-cli" title="Permalink to this heading">¶</a></h1>
+<section id="command-line-sql-console">
+<h1>Command line SQL console<a class="headerlink" href="#command-line-sql-console" title="Permalink to this heading">¶</a></h1>
 <p>The DataFusion CLI is a command-line interactive SQL utility for executing
 queries against any supported data files. It is a convenient way to
 try DataFusion’s SQL support with your own data.</p>
diff --git a/user-guide/configs.html b/user-guide/configs.html
index bf1dd8f6fd..61de661aeb 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index b9f2954a59..3ecbe5c1ae 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -34,7 +34,7 @@
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
     <link rel="next" title="Expression API" href="expressions.html" />
-    <link rel="prev" title="datafusion-cli" href="cli.html" />
+    <link rel="prev" title="Command line SQL console" href="cli.html" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="docsearch:language" content="en">
     
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1 current active">
@@ -515,7 +511,7 @@ execution. The plan is evaluated (executed) when an action method is invoked, su
         <i class="fas fa-angle-left"></i>
         <div class="prev-next-info">
             <p class="prev-next-subtitle">previous</p>
-            <p class="prev-next-title"><code class="docutils literal notranslate"><span class="pre">datafusion-cli</span></code></p>
+            <p class="prev-next-title">Command line SQL console</p>
         </div>
     </a>
     <a class='right-next' id="next-link" href="expressions.html" title="next page">
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 744ce0463d..4e3ebe9015 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -33,7 +33,7 @@
     <script src="../_static/sphinx_highlight.js"></script>
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
-    <link rel="next" title="datafusion-cli" href="cli.html" />
+    <link rel="next" title="Command line SQL console" href="cli.html" />
     <link rel="prev" title="Introduction" href="introduction.html" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <meta name="docsearch:language" content="en">
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
@@ -396,10 +392,11 @@
 <section id="example-usage">
 <h1>Example Usage<a class="headerlink" href="#example-usage" title="Permalink to this heading">¶</a></h1>
 <p>In this example some simple processing is performed on the <a class="reference download internal" download="" href="../_downloads/9f6fbc67bd5c63cb1fd7ba4efdf82d7a/example.csv"><span class="xref download myst"><code class="docutils literal notranslate"><span class="pre">example.csv</span></code></span></a> file.</p>
+<p>Even <a class="reference internal" href="#../../../datafusion-examples"><span class="xref myst"><code class="docutils literal notranslate"><span class="pre">more</span> <span class="pre">code</span> <span class="pre">examples</span></code></span></a> attached to the project</p>
 <section id="update-cargo-toml">
 <h2>Update <code class="docutils literal notranslate"><span class="pre">Cargo.toml</span></code><a class="headerlink" href="#update-cargo-toml" title="Permalink to this heading">¶</a></h2>
 <p>Add the following to your <code class="docutils literal notranslate"><span class="pre">Cargo.toml</span></code> file:</p>
-<div class="highlight-toml notranslate"><div class="highlight"><pre><span></span><span class="n">datafusion</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;22&quot;</span>
+<div class="highlight-toml notranslate"><div class="highlight"><pre><span></span><span class="n">datafusion</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;26&quot;</span>
 <span class="n">tokio</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s">&quot;1.0&quot;</span>
 </pre></div>
 </div>
@@ -467,7 +464,7 @@ exported by DataFusion, for example:</p>
 <div class="highlight-rust notranslate"><div class="highlight"><pre><span></span><span class="k">use</span><span class="w"> </span><span class="n">datafusion</span>::<span class="n">arrow</span>::<span class="n">datatypes</span>::<span class="n">Schema</span><span class="p">;</span>
 </pre></div>
 </div>
-<p>For example, <a class="reference external" href="https://crates.io/crates/datafusion/25.0.0/dependencies">DataFusion <code class="docutils literal notranslate"><span class="pre">25.0.0</span></code> dependencies</a> require <code class="docutils literal notranslate"><span class="pre">arrow</span></code>
+<p>For example, [DataFusion <code class="docutils literal notranslate"><span class="pre">25.0.0</span></code> dependencies] require <code class="docutils literal notranslate"><span class="pre">arrow</span></code>
 <code class="docutils literal notranslate"><span class="pre">39.0.0</span></code>. If instead you used <code class="docutils literal notranslate"><span class="pre">arrow</span></code> <code class="docutils literal notranslate"><span class="pre">40.0.0</span></code> in your project you may
 see errors such as:</p>
 <div class="highlight-text notranslate"><div class="highlight"><pre><span></span>mismatched types [E0308] expected `Schema`, found `arrow_schema::Schema` Note: `arrow_schema::Schema` and `Schema` have similar names, but are actually distinct types Note: `arrow_schema::Schema` is defined in crate `arrow_schema` Note: `Schema` is defined in crate `arrow_schema` Note: perhaps two different versions of crate `arrow_schema` are being used? Note: associated function defined here
@@ -606,7 +603,7 @@ with <code class="docutils literal notranslate"><span class="pre">native</span><
     <a class='right-next' id="next-link" href="cli.html" title="next page">
     <div class="prev-next-info">
         <p class="prev-next-subtitle">next</p>
-        <p class="prev-next-title"><code class="docutils literal notranslate"><span class="pre">datafusion-cli</span></code></p>
+        <p class="prev-next-title">Command line SQL console</p>
     </div>
     <i class="fas fa-angle-right"></i>
     </a>
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 0591b09ddc..c15baa56ae 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 06aee4216c..883e2e96d3 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index 4fba7979b4..fdeaa3336e 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/aggregate_functions.html b/user-guide/sql/aggregate_functions.html
index c7dc703b7c..7272689a3a 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index 7d33b82d4e..4bf628232d 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 768ce8ad0a..01b4cf6ff6 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index d280b08390..873421297a 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index b0d7c80751..e89977850a 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/information_schema.html b/user-guide/sql/information_schema.html
index 46b2e79d89..3093fd6a0c 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/scalar_functions.html b/user-guide/sql/scalar_functions.html
index b83dafca8f..7f1585e807 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 1f42847add..c15dddcb1a 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 974031ec85..ab7fa6e77e 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index eb7c96c6ac..d381d44b76 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">
diff --git a/user-guide/sql/window_functions.html b/user-guide/sql/window_functions.html
index 3a2e043c06..eadcab77f8 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -110,11 +110,7 @@
  </li>
  <li class="toctree-l1">
   <a class="reference internal" href="../cli.html">
-   <code class="docutils literal notranslate">
-    <span class="pre">
-     datafusion-cli
-    </span>
-   </code>
+   Command line SQL console
   </a>
  </li>
  <li class="toctree-l1">