mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 06:20:38 +00:00
feat: execute python script in distributed mode (#1264)
* feat: execute python script in distributed mode * fix: rebase develop
This commit is contained in:
@@ -18,4 +18,4 @@ pub mod error;
|
||||
pub mod manager;
|
||||
#[cfg(feature = "python")]
|
||||
pub mod python;
|
||||
mod table;
|
||||
pub mod table;
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user