mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user