Commit Graph

  • 3e8d9b421c chore: set CI timeout (#358) Ruihang Xia 2022-10-28 11:01:12 +08:00
  • 6d4c0ad5a3 feat: add writespliter (#345) fys 2022-10-27 10:57:34 +08:00
  • 00966cad69 feat: meta refactor (#339) Jiachun Feng 2022-10-26 11:26:40 +08:00
  • 932b30d299 refactor: catalog crate (#331) Lei, Huang 2022-10-26 10:50:39 +08:00
  • 7fe39e9187 feat: support quering with logical plan in gRPC layer (#344) Ruihang Xia 2022-10-25 16:05:53 +08:00
  • 2ca667cbdf refactor: make table scan return physical plan (#326) LFC 2022-10-25 11:34:53 +08:00
  • 64dac51e83 feat: Holds ColumnMetadata in StoreSchema (#333) Yingwen 2022-10-25 11:06:22 +08:00
  • edad6f89b5 docs: Add code_of_conduct adapted from the Contributor Covenant (#340) xiaomin tang 2022-10-24 19:04:55 +08:00
  • 8ab43b65ea feat: serialize/deserialize logical and execution plan via substrait (#317) Ruihang Xia 2022-10-24 15:29:33 +08:00
  • 6fc45e31e0 fix: put type rewrite optimizer rule at first (#337) Lei, Huang 2022-10-24 15:05:59 +08:00
  • a457c49d99 refactor: Remove column_null_mask in MutationExtra (#314) Yingwen 2022-10-24 14:53:35 +08:00
  • b650656ae3 chore: refactor meta protocol (#332) Jiachun Feng 2022-10-21 20:30:57 +08:00
  • bc9a2df9bf refactor: move test-util subcrate into table (#334) Ruihang Xia 2022-10-21 14:39:40 +08:00
  • 6b0c5281d4 feat: try from DataFusion's ScalarValue for our Value (#329) LFC 2022-10-20 20:22:40 +08:00
  • fad8f442ef feat: modify proto for distribute insert (#327) fys 2022-10-20 12:41:15 +08:00
  • 2d52f19662 feat: add table info (#323) Lei, Huang 2022-10-20 12:23:44 +08:00
  • 8119bbd7b4 feat: update sqlparser api Ning Sun 2022-10-20 10:57:11 +08:00
  • d5800d0b60 feat: parse partition syntax in "create table" (#298) LFC 2022-10-20 10:43:15 +08:00
  • 48693cb12d fix: rename wkt conversion function Ning Sun 2022-10-19 14:52:48 +08:00
  • 8d938c3ac8 feat: use our forked sqlparser to parse Geometry(POINT) syntax Ning Sun 2022-10-19 14:13:26 +08:00
  • fbea07ea83 chore: remove unused dependencies (#319) Ruihang Xia 2022-10-19 14:08:54 +08:00
  • 87130adf54 docs: Move contributing parts from README to CONTRIBUTING.md (#321) Yingwen 2022-10-19 14:00:31 +08:00
  • c147657275 ci: Use docs instead of doc (#322) Yingwen 2022-10-19 11:56:49 +08:00
  • d5b34f8917 feat: metasrv (#300) Jiachun Feng 2022-10-19 11:02:58 +08:00
  • 4d08ee6fbb fix: Fix broken wal and memtable benchmarks (#320) Yingwen 2022-10-19 10:54:01 +08:00
  • 94b263c261 refactor: datanode instance (#316) dennis zhuang 2022-10-19 10:51:45 +08:00
  • 3235436f60 fix: format liangxingjian 2022-10-19 10:31:02 +08:00
  • 3bf2c9840d feat: add impl of arrow array access liangxingjian 2022-10-19 10:25:58 +08:00
  • c6d91edb83 refactor(storage): Split schema mod into multiple sub-mods (#318) Yingwen 2022-10-18 18:56:52 +08:00
  • 35afa9dc74 fix: fix some error liangxingjian 2022-10-18 15:09:45 +08:00
  • f4d8c2cef6 feat: implement simple sql demo liangxingjian 2022-10-18 11:54:38 +08:00
  • 788001b4bc fix: resolve lint warnings Ning Sun 2022-10-18 11:31:43 +08:00
  • 92ab3002c9 fix: resolve check warnings Ning Sun 2022-10-18 11:27:59 +08:00
  • 36ce08cb03 refactor: set inner subtype to ConcreteDataType::Geometry Ning Sun 2022-10-18 11:16:14 +08:00
  • cdf3280fcf feat: Region supports write requests with old schema (#297) Yingwen 2022-10-18 10:47:24 +08:00
  • f243649971 refactor: Removed openssl from build requirement (#308) Ning Sun 2022-10-17 19:29:17 +08:00
  • 69ba4581b7 test(servers): Fix OpenTSDB shutdown test occasionally fails (#311) evenyag 2022-10-17 14:00:44 +08:00
  • f942b53ed0 style(table-engine): Remove unnecessary TableError::from (#312) evenyag 2022-10-17 11:49:21 +08:00
  • 25a16875b6 feat: create table and add new columns automatically in gRPC (#310) dennis zhuang 2022-10-17 10:34:52 +08:00
  • 2f159dbe22 feat:add impl of geo-vec,add some unit test liangxingjian 2022-10-14 18:04:12 +08:00
  • 3d7d029cb5 feat:add some impl and test with a little refactor liangxingjian 2022-10-13 18:12:19 +08:00
  • 494a93c4f2 feat: manifest improvements (#303) dennis zhuang 2022-10-13 15:43:35 +08:00
  • b61d5989b7 fix: flaky parquet predicate suits (#307) Ruihang Xia 2022-10-13 14:00:42 +08:00
  • 7aed777bc4 feat:add iter and ref of geo types liangxingjian 2022-10-12 17:06:42 +08:00
  • a8a6426abf fix: Fix replicate_primitive doesn't consider null values (#306) evenyag 2022-10-12 16:52:09 +08:00
  • e99668092c refactor: relax memory ordering of accessing VersionControl::submmitted_sequence (#305) Ruihang Xia 2022-10-12 11:52:43 +08:00
  • ebcd18d3c4 feat:add some impl of geo type liangxingjian 2022-10-11 19:07:15 +08:00
  • d44887bada feat:add some geo vec impl liangxingjian 2022-10-10 17:52:17 +08:00
  • c0893ac19b fix:fix some error liangxingjian 2022-10-10 15:23:38 +08:00
  • 0c829a9712 chore: ignore vscode config directory in git (#299) Ruihang Xia 2022-10-10 15:08:26 +08:00
  • 8a91e26020 feat:init to add new geo types liangxingjian 2022-10-09 17:46:06 +08:00
  • 752be8dc41 feat: batch grpc insert for influxdb write (#295) fys 2022-10-09 10:49:27 +08:00
  • 2e1ab050a7 feat: Implements RegionWriter::alter (#292) evenyag 2022-10-08 20:41:04 +08:00
  • 178f8b64b5 fix: Update pgwire and fix buffer overflow issue (#293) Ning Sun 2022-09-29 17:58:03 +08:00
  • fe8327fc78 feat: support write data via influxdb line protocol in frontend (#280) fys 2022-09-29 17:08:08 +08:00
  • ed89cc3e21 feat: Change signature of the Region::alter method (#287) evenyag 2022-09-28 13:56:25 +08:00
  • 25078e821b feat: type rewrite optimizer (#272) Lei, Huang 2022-09-28 13:56:13 +08:00
  • ca732d45f9 feat: opentsdb support (#274) LFC 2022-09-26 15:47:43 +08:00
  • 0fa68ab7a5 feat: show databases and show tables (#276) dennis zhuang 2022-09-26 14:05:49 +08:00
  • 5f322ba16e feat: impl default constraint for column (#273) dennis zhuang 2022-09-22 10:43:21 +08:00
  • a954ba862a feat: Implement dedup reader (#270) evenyag 2022-09-21 17:49:53 +08:00
  • 9489862417 fix: Fix sequence decrease after flush then reopen (#271) evenyag 2022-09-21 14:23:59 +08:00
  • 35ba0868b5 feat: impl filter push down to parquet reader (#262) Lei, Huang 2022-09-21 11:47:55 +08:00
  • 8a400669aa feat: postgre wire protocol for frontend (#269) Ning Sun 2022-09-19 15:39:53 +08:00
  • e697ba975b feat: Implement dedup and filter for vectors (#245) evenyag 2022-09-19 14:05:02 +08:00
  • a649f34832 fix: select empty table (#268) LFC 2022-09-19 11:28:12 +08:00
  • 1770079691 fix: slice implementation for DateVector/DateTimeVector… (#266) Lei, Huang 2022-09-16 16:38:46 +08:00
  • 1639b6e7ce refactor: rename to_vec to take for RecordBatches (#264) Ning Sun 2022-09-16 14:04:04 +08:00
  • e67b0eb259 feat: Initial support of postgresql wire protocol (#229) Ning Sun 2022-09-15 21:39:05 +08:00
  • fb6153f7e0 feat: a new type for supplying Ord to Primitive (#255) LFC 2022-09-15 18:32:55 +08:00
  • dfa3012396 feat: improve python coprocesssor parser (#260) dennis zhuang 2022-09-15 16:18:33 +08:00
  • c8cb705d9e ci: pre-commit configuration and hooks (#261) dennis zhuang 2022-09-15 11:30:08 +08:00
  • 8400f8dfd4 chore: move query::Output to common-query module (#259) fys 2022-09-15 10:07:58 +08:00
  • ef40b12749 chore: add optional for datatype, rename data_type to datatype (#258) fys 2022-09-14 18:07:22 +08:00
  • 0dce8946d4 ci: Add ci cache (#256) evenyag 2022-09-14 16:06:59 +08:00
  • 7dee7199dc fix: set unittests dir to /tmp can explode grcov's disk (#253) LFC 2022-09-14 15:10:10 +08:00
  • 2dbaad9770 fix: forbid use int64 as timestamp column data type (#248) Lei, Huang 2022-09-14 12:03:16 +08:00
  • 20dcaa6897 feat: interval& None value for prev&`next (#252) discord9 2022-09-14 10:48:27 +08:00
  • ec99eb0cd0 feat: frontend instance (#238) LFC 2022-09-13 17:10:22 +08:00
  • bdd5bdd917 Set unittest's logging dir to "/tmp" to not pollute source codes' dir when running unittests from IDE. (#249) LFC 2022-09-13 16:14:32 +08:00
  • 03169c4a04 feat: impl scripts table and /run-script restful api (#230) dennis zhuang 2022-09-13 15:09:00 +08:00
  • cad35fe82e ci: make grcov happy (#246) LFC 2022-09-13 14:19:49 +08:00
  • 64b6b2afe1 feat: procedure macro to help writing UDAF (#242) LFC 2022-09-13 10:39:44 +08:00
  • 628cdb89e8 feat: Add grpc implementation for alter table opeartions (#239) Morranto 2022-09-10 21:50:21 +08:00
  • d52d1eb122 fix: Only convert LogicalTypeId to ConcreteDataType in tests (#241) evenyag 2022-09-09 17:48:59 +08:00
  • 0290cdb5d6 test: Fix merge tests (#243) evenyag 2022-09-09 16:10:57 +08:00
  • 9366e77407 feat: impl timestamp type, value and vectors (#226) Lei, Huang 2022-09-09 11:43:30 +08:00
  • 82dfe78321 feat: Implement merge reader (#225) evenyag 2022-09-09 11:35:51 +08:00
  • 37a425658c chore: optimize status code (#235) fys 2022-09-08 15:34:44 +08:00
  • cc0c883ee2 feat: add proto files for grpc-alter (#234) Morranto 2022-09-08 15:33:59 +08:00
  • 0ae99f7ac3 fix: Fix MitoTable::scan only returns one batch (#227) evenyag 2022-09-06 20:36:05 +08:00
  • 7f8195861e feat: Adds push_value_ref and extend_slice_of to MutableVector (#215) evenyag 2022-09-06 13:44:48 +08:00
  • 5e67301c00 feat: implement alter table (#218) LFC 2022-09-06 13:44:34 +08:00
  • 119ff2fc2e feat: create table through GRPC interface (#224) LFC 2022-09-06 12:51:07 +08:00
  • 3f9144a2e3 fix: StringVector use Utf8Array (#222) Lei, Huang 2022-09-02 11:25:33 +08:00
  • 97d2aa4bfd feat: script engine and python impl (#219) v0.1-alpha evenyag 2022-09-01 20:38:39 +08:00
  • d71ae7934e feat: Upgrade rust to nightly-2022-07-14 (#217) evenyag 2022-09-01 17:50:48 +08:00
  • db55c69117 feat: impl grpc physical plan (#212) fys 2022-08-31 21:43:50 +08:00
  • ba93aa83f2 chore: replace bitvec impl (#214) fys 2022-08-31 14:13:36 +08:00
  • 38d5febafe modify docs (#213) egg 2022-08-30 18:56:21 +08:00