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 ccd40cfc62 Publish built docs triggered by 
c152fc21aa4fa10fee9236b42159b45bbf9c405a
ccd40cfc62 is described below

commit ccd40cfc62c65c2b2c18f84d340911fb6e23046f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 10 13:00:17 2023 +0000

    Publish built docs triggered by c152fc21aa4fa10fee9236b42159b45bbf9c405a
---
 _sources/user-guide/cli.md.txt | 2 +-
 searchindex.js                 | 2 +-
 user-guide/cli.html            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_sources/user-guide/cli.md.txt b/_sources/user-guide/cli.md.txt
index 5954f0aaeb..ec0a917c27 100644
--- a/_sources/user-guide/cli.md.txt
+++ b/_sources/user-guide/cli.md.txt
@@ -100,8 +100,8 @@ this to work.
 
 ```bash
 git clone https://github.com/apache/arrow-datafusion
-git checkout 12.0.0
 cd arrow-datafusion
+git checkout 12.0.0
 docker build -f datafusion-cli/Dockerfile . --tag datafusion-cli
 docker run -it -v $(your_data_location):/data datafusion-cli
 ```
diff --git a/searchindex.js b/searchindex.js
index 6f964ee3a3..de09f0b5ac 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 266e5df9eb..dd3d59b7c3 100644
--- a/user-guide/cli.html
+++ b/user-guide/cli.html
@@ -468,8 +468,8 @@ instead.</p>
 that there is <code class="docutils literal notranslate"><span 
class="pre">.dockerignore</span></code> file in the root of the repository that 
may need to be deleted in order for
 this to work.</p>
 <div class="highlight-bash notranslate"><div 
class="highlight"><pre><span></span>git<span class="w"> </span>clone<span 
class="w"> </span>https://github.com/apache/arrow-datafusion
-git<span class="w"> </span>checkout<span class="w"> </span><span 
class="m">12</span>.0.0
 <span class="nb">cd</span><span class="w"> </span>arrow-datafusion
+git<span class="w"> </span>checkout<span class="w"> </span><span 
class="m">12</span>.0.0
 docker<span class="w"> </span>build<span class="w"> </span>-f<span class="w"> 
</span>datafusion-cli/Dockerfile<span class="w"> </span>.<span class="w"> 
</span>--tag<span class="w"> </span>datafusion-cli
 docker<span class="w"> </span>run<span class="w"> </span>-it<span class="w"> 
</span>-v<span class="w"> </span><span 
class="k">$(</span>your_data_location<span class="k">)</span>:/data<span 
class="w"> </span>datafusion-cli
 </pre></div>

Reply via email to