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 6a826362 Publish built docs triggered by 
e3af1d4ca554db1d92c729d265031c911153b0cb
6a826362 is described below

commit 6a8263620d1aa3c8d7c02b74333e21e26f9650c2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 16 22:58:05 2024 +0000

    Publish built docs triggered by e3af1d4ca554db1d92c729d265031c911153b0cb
---
 _sources/user-guide/configs.md.txt | 1 -
 searchindex.js                     | 2 +-
 user-guide/configs.html            | 5 -----
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/_sources/user-guide/configs.md.txt 
b/_sources/user-guide/configs.md.txt
index d112e7c8..880ee490 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -46,7 +46,6 @@ let ctx = BallistaContext::remote("localhost", 50050, & 
config).await?;
 | ballista.repartition.windows      | Boolean | true    | When set to true, 
Ballista will repartition data using the partition keys to execute window 
functions in parallel using the provided `ballista.shuffle.partitions` level. |
 | ballista.parquet.pruning          | Boolean | true    | Determines whether 
Parquet pruning should be enabled or not.                                       
                                                                       |
 | ballista.with_information_schema  | Boolean | true    | Determines whether 
the `information_schema` should be created in the context. This is necessary 
for supporting DDL commands such as `SHOW TABLES`.                        |
-| ballista.plugin_dir               | Boolean | true    | Specified a path for 
plugin files. Dynamic library files in this directory will be loaded when 
scheduler state initializes.                                               |
 
 ### DataFusion Configuration Settings
 
diff --git a/searchindex.js b/searchindex.js
index 4ff4ba12..5a770e88 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"<a name=\"complex\"/>Run a Complex Query": 
[[14, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container": 
[[14, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello, 
World!\u201d Query": [[14, "run-a-hello-world-query"]], "<a 
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[14, 
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites": 
[[14, "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": 
[[14, "run-a-complex-query"]], "<a name=\"docker\"/> Run Docker Container": 
[[14, "run-docker-container"]], "<a name=\"hello\"/>Run a \u201cHello, 
World!\u201d Query": [[14, "run-a-hello-world-query"]], "<a 
name=\"jdbc\"/>Download the FlightSQL JDBC Driver": [[14, 
"download-the-flightsql-jdbc-driver"]], "<a name=\"prereq\"/>Prerequisites": 
[[14, "prerequisites"]], "<a name=\"tool\"/>Use the Driver in your Favorite 
[...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 9ef18e78..07a831ed 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -388,11 +388,6 @@
 <td><p>true</p></td>
 <td><p>Determines whether the <code class="docutils literal notranslate"><span 
class="pre">information_schema</span></code> should be created in the context. 
This is necessary for supporting DDL commands such as <code class="docutils 
literal notranslate"><span class="pre">SHOW</span> <span 
class="pre">TABLES</span></code>.</p></td>
 </tr>
-<tr class="row-even"><td><p>ballista.plugin_dir</p></td>
-<td><p>Boolean</p></td>
-<td><p>true</p></td>
-<td><p>Specified a path for plugin files. Dynamic library files in this 
directory will be loaded when scheduler state initializes.</p></td>
-</tr>
 </tbody>
 </table>
 </section>


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

Reply via email to