Ruihang Xia
|
b9db2cfd83
|
fix: support restart sqlness in distributed mode (#1443)
* fix: support restart sqlness in distributed mode
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* move alter_table case to common dir
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* is_standalone flag
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Update tests/runner/src/env.rs
Co-authored-by: LFC <bayinamine@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: LFC <bayinamine@gmail.com>
|
2023-04-24 19:36:12 +08:00 |
|
Zheming Li
|
c75845c570
|
fix: wrong next column in manifest (#1440)
Signed-off-by: Zheming Li <nkdudu@126.com>
|
2023-04-23 11:25:38 +08:00 |
|
dennis zhuang
|
2a9f482bc7
|
feat: show create table (#1336)
* temp commit
* feat: impl Display for CreateTable statement
* feat: impl show create table for standalone
* fix: forgot show.rs
* feat: clean code
* fix: typo
* feat: impl show create table for distributed
* test: add show create table sqlness test
* fix: typo
* fix: sqlness tests
* feat: render partition rules for distributed table
* Update src/sql/src/statements.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
* Update src/sql/src/statements.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
* Update src/sql/src/statements.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
* Update src/sql/src/statements/create.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
* chore: by CR comments
* fix: compile error
* fix: missing column comments and extra table options
* test: add show create table test
* test: add show create table test
* chore: timestamp precision
* fix: test
---------
Co-authored-by: Yingwen <realevenyag@gmail.com>
|
2023-04-21 11:37:16 +08:00 |
|
LFC
|
0fc816fb0c
|
test: add "numbers" table in distributed mode (#1374)
|
2023-04-14 11:52:04 +08:00 |
|
Ruihang Xia
|
10593a5adb
|
fix: update sqlness result (#1328)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-04-04 22:47:55 +08:00 |
|
LFC
|
48c2841e4d
|
feat: execute python script in distributed mode (#1264)
* feat: execute python script in distributed mode
* fix: rebase develop
|
2023-04-02 20:36:48 +08:00 |
|
LFC
|
8d3999df5f
|
fix: failed to run subquery wrapped in two parentheses (#1157)
|
2023-03-14 10:59:43 +08:00 |
|
LFC
|
11d45e2918
|
refactor: upgrade DataFusion, Arrow and Sqlparser (#1074)
* refactor: upgrade DataFusion, Arrow and Sqlparser
* fix: resolve PR comments
|
2023-02-27 22:20:08 +08:00 |
|
LFC
|
5533040be7
|
fix: describe distribute table (#988)
* fix: describe distribute table
|
2023-02-15 17:48:43 +08:00 |
|
LFC
|
34fdba77df
|
feat: create database if not exists (#1009)
|
2023-02-15 17:47:46 +08:00 |
|
LFC
|
9ad6c45913
|
test: Sqlness tests for distribute mode (#979)
* test: Sqlness tests for distribute mode
* ci
* fix: resolve PR comments
* fix: resolve PR comments
|
2023-02-14 10:24:09 +08:00 |
|
elijah
|
9a30ba00c4
|
test: run sqlness test in distributed mode (#916)
* test: run sqlness test in distributed mode
* chore: fix ci test
* chore: improve the ci yaml
* chore: improve the code
* chore: fix conflicts
|
2023-01-31 15:00:11 +08:00 |
|