feat: execute python script in distributed mode (#1264)

* feat: execute python script in distributed mode

* fix: rebase develop
This commit is contained in:
LFC
2023-04-02 20:36:48 +08:00
committed by GitHub
parent d2542552d3
commit 48c2841e4d
27 changed files with 343 additions and 163 deletions

View File

@@ -18,4 +18,4 @@ pub mod error;
pub mod manager;
#[cfg(feature = "python")]
pub mod python;
mod table;
pub mod table;

View File

@@ -205,7 +205,7 @@ impl ScriptsTable {
}
/// Build scripts table
fn build_scripts_schema() -> RawSchema {
pub fn build_scripts_schema() -> RawSchema {
let cols = vec![
ColumnSchema::new(
"schema".to_string(),