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

@@ -46,10 +46,11 @@ SHOW TABLES FROM test_public_schema;
SHOW TABLES FROM public;
+--------+
| Tables |
+--------+
+--------+
+---------+
| Tables |
+---------+
| scripts |
+---------+
INSERT INTO hello VALUES (2), (3), (4);
@@ -90,10 +91,11 @@ SHOW TABLES FROM test_public_schema;
SHOW TABLES FROM public;
+--------+
| Tables |
+--------+
+--------+
+---------+
| Tables |
+---------+
| scripts |
+---------+
DROP SCHEMA test_public_schema;