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 bed7a86a Publish built docs triggered by 
167bbf9deab74ebf453675606f43c9e62894bf90
bed7a86a is described below

commit bed7a86a36cb723fb17936d8e13f3b2d64b3c2e4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 19 14:56:56 2024 +0000

    Publish built docs triggered by 167bbf9deab74ebf453675606f43c9e62894bf90
---
 .asf.yaml                                       | 3 +--
 _sources/user-guide/extending-components.md.txt | 2 +-
 searchindex.js                                  | 2 +-
 user-guide/extending-components.html            | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ebd419f6..dae11d12 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,5 +43,4 @@ github:
 # https://datafusion.apache.org/ballista/
 publish:
   whoami: asf-site
-  subdir: ballista
-
+  subdir: ballista
\ No newline at end of file
diff --git a/_sources/user-guide/extending-components.md.txt 
b/_sources/user-guide/extending-components.md.txt
index 556c0a36..60de1b7b 100644
--- a/_sources/user-guide/extending-components.md.txt
+++ b/_sources/user-guide/extending-components.md.txt
@@ -74,7 +74,7 @@ pub fn custom_runtime_env_with_s3_support(
         CustomObjectStoreRegistry::new(s3options.clone()),
     ));
 
-    Ok(Arc::new(RuntimeEnv::new(config)?))
+    Ok(Arc::new(RuntimeEnv::try_new(config)?))
 }
 ```
 
diff --git a/searchindex.js b/searchindex.js
index 87252aff..8e02dd93 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query": 
[[15, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container": 
[[15, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello, 
World!\u201d Query": [[15, "run-a-hello-world-query"]], "<a 
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[15, 
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites": 
[[15, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite 
[...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query": 
[[15, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container": 
[[15, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello, 
World!\u201d Query": [[15, "run-a-hello-world-query"]], "<a 
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[15, 
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites": 
[[15, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite 
[...]
\ No newline at end of file
diff --git a/user-guide/extending-components.html 
b/user-guide/extending-components.html
index 2b822eb7..c78a3d6a 100644
--- a/user-guide/extending-components.html
+++ b/user-guide/extending-components.html
@@ -384,7 +384,7 @@ new configuration extensions, object stores, logical and 
physical codecs …</p>
 <span class="w">        </span><span 
class="n">CustomObjectStoreRegistry</span><span class="p">::</span><span 
class="n">new</span><span class="p">(</span><span 
class="n">s3options</span><span class="p">.</span><span 
class="n">clone</span><span class="p">()),</span>
 <span class="w">    </span><span class="p">));</span>
 
-<span class="w">    </span><span class="nb">Ok</span><span 
class="p">(</span><span class="n">Arc</span><span class="p">::</span><span 
class="n">new</span><span class="p">(</span><span 
class="n">RuntimeEnv</span><span class="p">::</span><span 
class="n">new</span><span class="p">(</span><span class="n">config</span><span 
class="p">)</span><span class="o">?</span><span class="p">))</span>
+<span class="w">    </span><span class="nb">Ok</span><span 
class="p">(</span><span class="n">Arc</span><span class="p">::</span><span 
class="n">new</span><span class="p">(</span><span 
class="n">RuntimeEnv</span><span class="p">::</span><span 
class="n">try_new</span><span class="p">(</span><span 
class="n">config</span><span class="p">)</span><span class="o">?</span><span 
class="p">))</span>
 <span class="p">}</span>
 </pre></div>
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to