Mike Yang
|
b371ce0f48
|
test: added tests for statements methods (#622)
* test: added tests for parse_column_default_constraint
* test: added test for sql_column_def_to_grpc_column_def
* refactor: remove hardcode in test
|
2022-11-25 11:35:06 +08:00 |
|
Lei, HUANG
|
ac7f52d303
|
fix: start datanode instance before frontend services (#634)
|
2022-11-25 11:25:57 +08:00 |
|
Dongxu Wang
|
051768b735
|
ci: add spell check with typos (#627)
|
2022-11-24 14:46:50 +08:00 |
|
fys
|
c5b0d2431f
|
feat: remove InsertBatch in gRPC message (#570)
|
2022-11-24 14:04:48 +08:00 |
|
Lei, HUANG
|
4038dd4067
|
fix: add concurrency control for catalog manager (#619)
|
2022-11-24 11:10:33 +08:00 |
|
Dongxu Wang
|
8be0f05570
|
chore: able to config axum timeout in toml (#624)
|
2022-11-24 11:09:21 +08:00 |
|
zyy17
|
69f06eec8b
|
ci: change scheduled release from nigthly to weekly (#623)
Signed-off-by: zyy17 <zyylsxm@gmail.com>
|
2022-11-24 11:05:35 +08:00 |
|
Ruihang Xia
|
7b37e99a45
|
feat: deregister table for MemoryCatalogManager (#620)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-24 09:36:27 +08:00 |
|
dennis zhuang
|
c09775d17f
|
feat: adds metrics, tracing and retry layer to object-store (#621)
v0.1.0-alpha-20221124-nightly
|
2022-11-23 11:40:03 +08:00 |
|
Francis Du
|
4a9cf49637
|
feat: support explain syntax (#546)
v0.1.0-alpha-20221123-nightly
|
2022-11-22 21:22:32 +08:00 |
|
Ruihang Xia
|
9f865b50ab
|
test: add dummy select case (#618)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-22 16:47:45 +08:00 |
|
Ruihang Xia
|
b407ebf6bb
|
feat: integration test suite (#487)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-22 15:34:13 +08:00 |
|
Lei, HUANG
|
c144a1b20e
|
feat: impl alter table in distributed mode (#572)
|
2022-11-22 15:17:25 +08:00 |
|
Yingwen
|
0791c65149
|
refactor: replace some usage of MutableBitmap by BitVec (#610)
v0.1.0-alpha-20221122-nightly
|
2022-11-21 17:36:53 +08:00 |
|
LFC
|
62fcb54258
|
fix: correctly open table when distributed datanode restart (#576)
Co-authored-by: luofucong <luofucong@greptime.com>
|
2022-11-21 15:15:14 +08:00 |
|
Lei, HUANG
|
2b6b979d5a
|
fix: remove datanode mysql options in standalone mode (#595)
|
2022-11-21 14:15:47 +08:00 |
|
Dongxu Wang
|
b6fa316c65
|
chore: correct typos (#589) (#592)
|
2022-11-21 14:07:45 +08:00 |
|
Lei, HUANG
|
ca5734edb3
|
feat: disable mysql server on datande when running standalone mode (#593)
|
2022-11-21 12:12:26 +08:00 |
|
Mike Yang
|
5428ad364e
|
fix: make nullable as default when alter table (#591)
|
2022-11-21 12:11:19 +08:00 |
|
zyy17
|
663c725838
|
fix: fix nightly build error and fix typo (#588)
Signed-off-by: zyy17 <zyylsxm@gmail.com>
|
2022-11-21 11:49:36 +08:00 |
|
zyy17
|
c94b544e4a
|
ci: modify image registry in release.yml (#582)
Signed-off-by: zyy17 <zyylsxm@gmail.com>
|
2022-11-19 09:19:54 +08:00 |
|
Ruihang Xia
|
f465040acc
|
feat: lazy evaluated record batch stream (#573)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-18 21:42:10 +08:00 |
|
Yingwen
|
22ae983280
|
refactor: Use re-exported arrow mod from datatypes crate (#571)
|
2022-11-18 18:38:07 +08:00 |
|
Igor Morozov
|
e1f326295f
|
feat: implement DESCRIBE TABLE (#558)
Also need to support describe table in other catalog/schema
|
2022-11-18 16:34:00 +08:00 |
|
aievl
|
6d762aa9dc
|
feat: update mysql default listen port to 4406 (#568)
Co-authored-by: zhaozhenhang <zhaozhenhang@kuaishou.com>
|
2022-11-18 14:55:11 +08:00 |
|
Ruihang Xia
|
d4b09f69ab
|
docs: specify protoc version requirement (#564)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: Yingwen <realevenyag@gmail.com>
|
2022-11-18 14:36:25 +08:00 |
|
Xuanwo
|
1f0b39cc8d
|
chore: Bump OpenDAL to v0.20 (#569)
Signed-off-by: Xuanwo <github@xuanwo.io>
|
2022-11-18 14:17:38 +08:00 |
|
zyy17
|
dee5ccec9e
|
ci: add nightly build job (#565)
|
2022-11-18 11:48:29 +08:00 |
|
dennis zhuang
|
f8788273d5
|
feat: drop column for alter table (#562)
* feat: drop column for alter table
* refactor: rename RemoveColumns to DropColumns
* test: alter table
* chore: error msg
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
* fix: test_parse_alter_drop_column
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-17 23:00:16 +08:00 |
|
jay
|
df465308cc
|
current blog url response as 404, should be https://greptime.com/blogs/index (#561)
|
2022-11-17 21:24:04 +08:00 |
|
LFC
|
e7b4d2b9cd
|
feat: Implement table_info() for DistTable (#536) (#557)
* feat: Implement `table_info()`` for `DistTable` (#536)
* Update src/catalog/src/error.rs
Co-authored-by: Yingwen <1405012107@qq.com>
Co-authored-by: luofucong <luofucong@greptime.com>
Co-authored-by: Yingwen <1405012107@qq.com>
|
2022-11-17 18:40:58 +08:00 |
|
discord9
|
bf408e3b96
|
Update README.md (#552)
Add RustPython's Acknowledgement
|
2022-11-17 14:15:43 +08:00 |
|
dennis zhuang
|
73e6e2e01b
|
fix: split code and output in README (#549)
|
2022-11-17 12:54:02 +08:00 |
|
Lei, Huang
|
8faa6b0f09
|
refactor: start options (#545)
* refactor: config options for frontend/datanode/standalone
* chore: rename MetaClientOpts::metasrv_addr to MetaClientOpts::metasrv_addrs
* fix: clippy
* fix: change default meta-srv addr to 127.0.0.1:3002
|
2022-11-17 11:47:39 +08:00 |
|
Yingwen
|
55f18b5a0b
|
refactor: Rename table-engine to mito (#539)
* refactor: Rename table-engine to mito
* style: Format codes
* docs: Update mito engine comment
* docs: Explain what is mito in README
v0.1.0-alpha-20221116
|
2022-11-16 18:19:29 +08:00 |
|
Lei, Huang
|
7b43f027f9
|
fix: respect node id and metasrv addr in config file (#542)
* fix: respect node id and metasrv addr in config file
* fix: fmt
* fix: unit test
|
2022-11-16 18:16:11 +08:00 |
|
Ruihang Xia
|
08cc775d7c
|
chore: remove clean disk job (#543)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-16 18:07:17 +08:00 |
|
fys
|
5e42eb5ec6
|
fix: field number of proto (#541)
|
2022-11-16 17:41:34 +08:00 |
|
Ruihang Xia
|
5979dcfc17
|
chore: remote issue title prefix from template (#533)
* chore: remote issue title prefix from template
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* change feature request's label name
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-16 15:46:52 +08:00 |
|
LFC
|
872ac8058f
|
feat: distributed execute gRPC and Prometheus query in Frontend (#520)
* feat: distributed execute GRPC and Prometheus query in Frontend
* feat: distributed execute GRPC and Prometheus query in Frontend
* Apply suggestions from code review
Co-authored-by: Lei, Huang <6406592+v0y4g3r@users.noreply.github.com>
* feat: distributed execute GRPC and Prometheus query in Frontend
* fix: do not convert timestamp to string when converting logical plan to SQL
* fix: tests
* refactor: no mock
* refactor: 0.0.0.0 -> 127.0.0.1
* refactor: 0.0.0.0 -> 127.0.0.1
* refactor: 0.0.0.0 -> 127.0.0.1
Co-authored-by: luofucong <luofucong@greptime.com>
Co-authored-by: Lei, Huang <6406592+v0y4g3r@users.noreply.github.com>
|
2022-11-16 14:59:48 +08:00 |
|
xiaomin tang
|
ce11a64fe2
|
docs: move Docs section under Resources (#530)
|
2022-11-16 12:05:15 +08:00 |
|
SSebo
|
29ad16d048
|
chore: fix typo (#524)
|
2022-11-16 11:53:25 +08:00 |
|
Ning Sun
|
173a8f67a1
|
test: ignore empty s3 bucket (#529)
|
2022-11-16 11:35:12 +08:00 |
|
xiaomin tang
|
e823cde6ff
|
fix: task list syntax error in pull_request_template (#528)
|
2022-11-15 23:53:16 +08:00 |
|
Ruihang Xia
|
eeacfe9f73
|
fix: move ISSUE_TEMPLATE into .github dir (#525)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-15 23:34:13 +08:00 |
|
xiaomin tang
|
43c4189a8e
|
chore: add issue&pr template (#523)
* chore: add pull request template
* chore: add issue template
* chore: apply suggestions from code review
Co-authored-by: Ning Sun <sunng@protonmail.com>
Co-authored-by: Ning Sun <sunng@protonmail.com>
|
2022-11-15 23:06:22 +08:00 |
|
Yingwen
|
57979c9d3d
|
docs: Add acknowledgment to README (#522)
* docs: Add acknowledgment to README
* docs: Address review comment
v0.1.0-alpha-20221115
|
2022-11-15 19:06:17 +08:00 |
|
Ning Sun
|
e6768a3dd3
|
docs: correct link to docs again (#521)
|
2022-11-15 18:26:14 +08:00 |
|
Yingwen
|
e073fea443
|
ci: Ignore some files (#519)
|
2022-11-15 18:22:22 +08:00 |
|
Ruihang Xia
|
7ba512980a
|
chore: add APACHE-2.0 license header (#518)
* feat: add license checker workflow
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix existing header
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* specify license for internal sub-crate
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix rustfmt
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2022-11-15 18:05:46 +08:00 |
|