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/datafusion-ballista.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 02ee5171 Publish built docs triggered by
0c527311884c10712ead16befa58269c7fc78f94
02ee5171 is described below
commit 02ee5171357dd745b113000116334dd89c6171ad
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 16 22:55:36 2024 +0000
Publish built docs triggered by 0c527311884c10712ead16befa58269c7fc78f94
---
_sources/user-guide/deployment/quick-start.md.txt | 4 ++--
community/communication.html | 2 +-
contributors-guide/architecture.html | 2 +-
contributors-guide/code-organization.html | 2 +-
contributors-guide/development.html | 2 +-
genindex.html | 2 +-
index.html | 2 +-
search.html | 2 +-
user-guide/cli.html | 2 +-
user-guide/configs.html | 2 +-
user-guide/deployment/cargo-install.html | 2 +-
user-guide/deployment/docker-compose.html | 2 +-
user-guide/deployment/docker.html | 2 +-
user-guide/deployment/index.html | 2 +-
user-guide/deployment/kubernetes.html | 2 +-
user-guide/deployment/quick-start.html | 6 +++---
user-guide/faq.html | 2 +-
user-guide/flightsql.html | 2 +-
user-guide/introduction.html | 2 +-
user-guide/metrics.html | 2 +-
user-guide/python.html | 2 +-
user-guide/rust.html | 2 +-
user-guide/scheduler.html | 2 +-
user-guide/tuning-guide.html | 2 +-
24 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/_sources/user-guide/deployment/quick-start.md.txt
b/_sources/user-guide/deployment/quick-start.md.txt
index cbb78476..d94de047 100644
--- a/_sources/user-guide/deployment/quick-start.md.txt
+++ b/_sources/user-guide/deployment/quick-start.md.txt
@@ -61,7 +61,7 @@ The examples can be run using the `cargo run --bin` syntax.
Open a new terminal
```bash
cd examples
-cargo run --release --bin sql
+cargo run --release --example remote-sql
```
### Source code for distributed SQL example
@@ -108,7 +108,7 @@ async fn main() -> Result<()> {
```bash
cd examples
-cargo run --release --bin dataframe
+cargo run --release --example remote-dataframe
```
### Source code for distributed DataFrame example
diff --git a/community/communication.html b/community/communication.html
index b4f0b7d0..61c32a7e 100644
--- a/community/communication.html
+++ b/community/communication.html
@@ -362,7 +362,7 @@ quick and small design discussions. For major design change
proposals, we encour
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/contributors-guide/architecture.html
b/contributors-guide/architecture.html
index 7b4c9fad..3fb347c2 100644
--- a/contributors-guide/architecture.html
+++ b/contributors-guide/architecture.html
@@ -582,7 +582,7 @@ and <a class="reference external"
href="https://github.com/apache/datafusion-bal
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/contributors-guide/code-organization.html
b/contributors-guide/code-organization.html
index f64dc22e..32fa69b0 100644
--- a/contributors-guide/code-organization.html
+++ b/contributors-guide/code-organization.html
@@ -415,7 +415,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/contributors-guide/development.html
b/contributors-guide/development.html
index 890bd426..fad6ec35 100644
--- a/contributors-guide/development.html
+++ b/contributors-guide/development.html
@@ -410,7 +410,7 @@ cargo<span class="w"> </span>run<span class="w">
</span>--example<span class="w"
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/genindex.html b/genindex.html
index 38170dd2..6f8fe51f 100644
--- a/genindex.html
+++ b/genindex.html
@@ -289,7 +289,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/index.html b/index.html
index 680c239d..db9b9a9b 100644
--- a/index.html
+++ b/index.html
@@ -379,7 +379,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/search.html b/search.html
index c7b95211..dd38a8d5 100644
--- a/search.html
+++ b/search.html
@@ -316,7 +316,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/cli.html b/user-guide/cli.html
index 8fc93737..54fb421b 100644
--- a/user-guide/cli.html
+++ b/user-guide/cli.html
@@ -478,7 +478,7 @@ Ballista<span class="w"> </span>CLI<span class="w">
</span>v8.0.0
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 37eba9a3..9ef18e78 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -537,7 +537,7 @@ round-robin-local
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/deployment/cargo-install.html
b/user-guide/deployment/cargo-install.html
index b394ae08..f1350497 100644
--- a/user-guide/deployment/cargo-install.html
+++ b/user-guide/deployment/cargo-install.html
@@ -362,7 +362,7 @@ manually specifying a bind port. For example:</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/deployment/docker-compose.html
b/user-guide/deployment/docker-compose.html
index 8ae18c50..51becaa2 100644
--- a/user-guide/deployment/docker-compose.html
+++ b/user-guide/deployment/docker-compose.html
@@ -413,7 +413,7 @@ ballista-executor_1<span class="w"> </span><span
class="p">|</span><span class
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/deployment/docker.html
b/user-guide/deployment/docker.html
index 6ef269e0..27f71130 100644
--- a/user-guide/deployment/docker.html
+++ b/user-guide/deployment/docker.html
@@ -475,7 +475,7 @@ recommended.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/deployment/index.html b/user-guide/deployment/index.html
index 15e827ea..00dccd36 100644
--- a/user-guide/deployment/index.html
+++ b/user-guide/deployment/index.html
@@ -360,7 +360,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/deployment/kubernetes.html
b/user-guide/deployment/kubernetes.html
index 40c706e2..2d1aa5f7 100644
--- a/user-guide/deployment/kubernetes.html
+++ b/user-guide/deployment/kubernetes.html
@@ -646,7 +646,7 @@ scale the executors.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/deployment/quick-start.html
b/user-guide/deployment/quick-start.html
index e9bf3565..e53af71b 100644
--- a/user-guide/deployment/quick-start.html
+++ b/user-guide/deployment/quick-start.html
@@ -378,7 +378,7 @@ executor, a unique port number must be specified for each
executor.</p>
<section id="distributed-sql-example">
<h2>Distributed SQL Example<a class="headerlink"
href="#distributed-sql-example" title="Link to this heading">¶</a></h2>
<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span><span class="nb">cd</span><span class="w">
</span>examples
-cargo<span class="w"> </span>run<span class="w"> </span>--release<span
class="w"> </span>--bin<span class="w"> </span>sql
+cargo<span class="w"> </span>run<span class="w"> </span>--release<span
class="w"> </span>--example<span class="w"> </span>remote-sql
</pre></div>
</div>
<section id="source-code-for-distributed-sql-example">
@@ -425,7 +425,7 @@ cargo<span class="w"> </span>run<span class="w">
</span>--release<span class="w"
<section id="distributed-dataframe-example">
<h2>Distributed DataFrame Example<a class="headerlink"
href="#distributed-dataframe-example" title="Link to this heading">¶</a></h2>
<div class="highlight-bash notranslate"><div
class="highlight"><pre><span></span><span class="nb">cd</span><span class="w">
</span>examples
-cargo<span class="w"> </span>run<span class="w"> </span>--release<span
class="w"> </span>--bin<span class="w"> </span>dataframe
+cargo<span class="w"> </span>run<span class="w"> </span>--release<span
class="w"> </span>--example<span class="w"> </span>remote-dataframe
</pre></div>
</div>
<section id="source-code-for-distributed-dataframe-example">
@@ -499,7 +499,7 @@ cargo<span class="w"> </span>run<span class="w">
</span>--release<span class="w"
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 30d58213..116e97ff 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -359,7 +359,7 @@ for parallel query execution.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/flightsql.html b/user-guide/flightsql.html
index c5a326a9..07676de6 100644
--- a/user-guide/flightsql.html
+++ b/user-guide/flightsql.html
@@ -502,7 +502,7 @@ from Maven Central.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index 7a9f2c64..fd5a8bfd 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -378,7 +378,7 @@ in any programming language with minimal serialization
overhead.</p></li>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/metrics.html b/user-guide/metrics.html
index ceeb4467..602edf2f 100644
--- a/user-guide/metrics.html
+++ b/user-guide/metrics.html
@@ -372,7 +372,7 @@ into an existing metrics system by point your chosen
prometheus exporter at that
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/python.html b/user-guide/python.html
index fc0a67c1..93332d46 100644
--- a/user-guide/python.html
+++ b/user-guide/python.html
@@ -503,7 +503,7 @@ Ballista. It is planned for a future release. The tracking
issue is <a class="re
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/rust.html b/user-guide/rust.html
index a4498288..368bdc0f 100644
--- a/user-guide/rust.html
+++ b/user-guide/rust.html
@@ -412,7 +412,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/scheduler.html b/user-guide/scheduler.html
index 6ef3dc0d..85e42b18 100644
--- a/user-guide/scheduler.html
+++ b/user-guide/scheduler.html
@@ -386,7 +386,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
diff --git a/user-guide/tuning-guide.html b/user-guide/tuning-guide.html
index bd3510be..ab109854 100644
--- a/user-guide/tuning-guide.html
+++ b/user-guide/tuning-guide.html
@@ -424,7 +424,7 @@ processes. The default is <code class="docutils literal
notranslate"><span class
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.1.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 8.1.3.<br>
</p>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]