dennis zhuang
|
43e3c94fd1
|
refactor: catalog managers (#2405)
* feat: rename catalog::local to catalog::memory
* refactor: catalog managers
* chore: license header
|
2023-09-15 08:48:14 +00:00 |
|
Ruihang Xia
|
b9bac2b195
|
fix: let information_schema know itself (#2149)
* rename show create table
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* register information_schema on registering catalog
* fix tests in standalone
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix frontend catalog manager
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add sqlness test
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix clippy
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix clippy & typo
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* tweak sqlness test
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* rename constructor
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* rename method
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix typo (again)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove redundent clones
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-08-11 15:37:27 +08:00 |
|
gongzhengyang
|
ce0f909cac
|
perf: change current schema and catalog to borrow, clone only necessary (#2116)
perf: change current schema and catalog to borrow, clone only when necessary
Co-authored-by: gongzhengyang <gongzhengyang@bolean.com.cn>
|
2023-08-08 12:48:24 +00:00 |
|
Lei, HUANG
|
f287d3115b
|
chore: replace result assertions (#1840)
* s/assert!\((.*)\.is_ok\(\)\);/\1.unwrap\(\);/g
* s/assert!\((.*)\.is_some\(\)\);/\1.unwrap\(\);/g
|
2023-06-27 19:14:48 +08:00 |
|
LFC
|
fcff66e039
|
chore: deny unused results (#1825)
* chore: deny unused results
* rebase
|
2023-06-27 15:33:53 +08:00 |
|
Ruihang Xia
|
a95f8767a8
|
refactor: merge catalog provider & schema provider into catalog manager (#1803)
* move to expr_factory
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* move configs into service_config
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* move GrpcQueryHandler into distributed.rs
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix compile and test in catalog sub-crate
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* clean up
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix table-procedure compile and test
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix query compile and tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix datanode compile and tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix catalog/query/script/servers compile
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix frontend compile
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix nextest except information_schema
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* support information_schema
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix sqlness test
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix merge errors
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove other structs
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* clean up
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix format
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* change deregister_table's return type to empty tuple
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-06-26 15:08:59 +08:00 |
|
Ning Sun
|
4151d7a8ea
|
fix: allow cross-schema query on information_schema (#1568)
|
2023-05-11 16:54:28 +08:00 |
|
Lei, HUANG
|
fb9978e95d
|
refactor: catalog (#1454)
* wip
* add schema_async
* remove CatalogList
* remove catalog provider and schema provider
* fix
* fix: rename table
* fix: sqlness
* fix: ignore tonic error metadata
* fix: table engine name
* feat: rename catalog_async to catalog
* respect engine name in table regional value when deregistering tables
* fix: CR
|
2023-04-26 08:36:40 +00:00 |
|
LFC
|
a3e47955b8
|
feat: information schema (#1327)
* feat: basic information schema
* show information schema only for current catalog
* fix: fragile tests
|
2023-04-07 16:50:14 +08:00 |
|
Ruihang Xia
|
b5e5f8e555
|
chore(deps): bump arrow and parquet to 36.0.0, and datafusion to the latest (#1282)
* chore: update arrow, parquet to 36.0 and datafusion
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update deps
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Apply suggestions from code review
Co-authored-by: LFC <bayinamine@gmail.com>
* update sqlness result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: LFC <bayinamine@gmail.com>
|
2023-03-30 16:24:10 +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 |
|