This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new 4dea7dd0 chore: remove unused executor configuration option (#1229)
4dea7dd0 is described below
commit 4dea7dd0e7c6b84ae76bf0ca31b5c7c847caa3a3
Author: Marko Milenković <[email protected]>
AuthorDate: Thu Apr 10 09:21:16 2025 +0100
chore: remove unused executor configuration option (#1229)
---
ballista/executor/executor_config_spec.toml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/ballista/executor/executor_config_spec.toml
b/ballista/executor/executor_config_spec.toml
index 4379a0cd..cca74ec3 100644
--- a/ballista/executor/executor_config_spec.toml
+++ b/ballista/executor/executor_config_spec.toml
@@ -97,12 +97,6 @@ type = "u64"
doc = "The number of seconds to retain job directories on each worker 604800
(7 days, 7 * 24 * 3600), In other words, after job done, how long the resulting
data is retained"
default = "604800"
-[[param]]
-name = "plugin_dir"
-type = "String"
-doc = "plugin dir"
-default = "std::string::String::from(\"\")"
-
[[param]]
name = "log_dir"
type = "String"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]