Commit Graph

  • c5c6494e0b feat: add PyO3(Hence CPython as a Optional Backend (#976) discord9 2023-03-01 10:45:55 +08:00
  • dc50095af3 fix: use catalog from connection (#1099) shuiyisong 2023-03-01 10:34:57 +08:00
  • 8cd69f441e feat: REPL issues logical plan to DB (#1097) LFC 2023-02-28 16:59:48 +08:00
  • f52fc9b7d4 fix: fix panic when the root is not specified (#1089) Weny Xu 2023-02-28 10:54:52 +08:00
  • 50d2685365 fix: fix catalog parsing issue (#1091) shuiyisong 2023-02-27 22:51:49 +08:00
  • 11d45e2918 refactor: upgrade DataFusion, Arrow and Sqlparser (#1074) LFC 2023-02-27 22:20:08 +08:00
  • 30287e7e41 fix: continue if parsing err catalog (#1090) shuiyisong 2023-02-27 19:28:45 +08:00
  • 0b3f955ca7 feat: Add an error variant RetryLater (#1058) v0.1.0-alpha-20230227-weekly Xieqijun 2023-02-27 17:19:37 +08:00
  • 4b58a8a18d feat: update substrait and prost version (#1080) Ning Sun 2023-02-27 15:18:12 +08:00
  • bd377ef329 feat: Procedure to create table and register table to catalog (#1040) Yingwen 2023-02-27 11:49:23 +08:00
  • df751c38b4 feat: a simple REPL for debugging purpose (#1048) LFC 2023-02-27 11:00:15 +08:00
  • f6e871708a chore: Rename MetaClientOpts to MetaClientOptions (#1075) Yingwen 2023-02-24 16:28:38 +08:00
  • 819c990a89 fix: thread that reports the heartbeat panics in unit test (#1078) fys 2023-02-24 15:36:32 +08:00
  • a8b4e8d933 ci: simplify codecov commment (#1073) Ruihang Xia 2023-02-24 15:22:57 +08:00
  • 710e2ed133 ci: Use fixed skywalking-eyes revision (#1076) Yingwen 2023-02-24 15:05:18 +08:00
  • 81eab74b90 refactor: remove grpc client constructor with default catalog/schema (#1060) Ning Sun 2023-02-24 11:06:14 +08:00
  • 8f67d8ca93 fix: update mysql server library to fix tls corrupt messsage issue (#1065) Ning Sun 2023-02-24 10:20:44 +08:00
  • 4cc3ac37d5 feat: add DictionaryVector DataType (#1061) Ruihang Xia 2023-02-23 20:31:07 +08:00
  • b48c851b96 fix: support datetime type parsing (#1071) Lei, HUANG 2023-02-23 20:26:47 +08:00
  • fdd17c6eeb refactor: Clean up re-export of opendal services (#1067) Xuanwo 2023-02-23 14:12:34 +08:00
  • 51641db39e feat: support filter expression in PromQL (#1066) Ruihang Xia 2023-02-23 11:55:23 +08:00
  • 98ef74bff4 chore: Bump OpenDAL to v0.27 (#1057) Xuanwo 2023-02-23 11:20:45 +08:00
  • f42acc90c2 fix: allow empty TableOptions (#1063) Lei, HUANG 2023-02-22 19:19:13 +08:00
  • 2df8143ad5 feat: support table ttl (#1052) Lei, HUANG 2023-02-22 16:56:20 +08:00
  • fb2e0c7cf3 feat: add auth to grpc handler (#1051) shuiyisong 2023-02-22 15:20:10 +08:00
  • 390e9095f6 feat: admin http api (#1026) Xieqijun 2023-02-22 14:18:37 +08:00
  • bcd44b90c1 feat: invoke TQL via SQL interface (#1047) dennis zhuang 2023-02-22 11:28:09 +08:00
  • c6f2db8ae0 feat(procedure): Add procedure watcher (#1043) Yingwen 2023-02-21 17:19:39 +08:00
  • e17d5a1c41 feat: support table options (#1044) Lei, HUANG 2023-02-21 16:10:23 +08:00
  • 23092a5208 feat: Support unary, paren, bool keyword and nonexistent metric/label in PromQL (#1049) Ruihang Xia 2023-02-21 15:24:01 +08:00
  • 4bbad6ab1e ci: allow ci pass when codecov can't upload data (#1046) Yingwen 2023-02-21 14:52:44 +08:00
  • 6833b405d9 ci: upgrade spell checker to 1.13.10 (#1045) Zhizhen He 2023-02-21 10:55:27 +08:00
  • aaaf24143d feat: Procedure to create a mito engine (#1035) Yingwen 2023-02-21 09:40:56 +08:00
  • 9161796dfa feat: export the data from a table to parquet files (#1000) Jiachun Feng 2023-02-20 16:43:50 +08:00
  • 68b231987c feat: improve Prometheus compliance (#1022) Ruihang Xia 2023-02-20 15:29:43 +08:00
  • 6e9964ac97 refactor(storage): Simplify debug output of some structs (#1028) Yingwen 2023-02-20 14:35:30 +08:00
  • 6afd79cab8 feat: support InfluxDB auth protocol (#1034) shuiyisong 2023-02-20 11:26:19 +08:00
  • 4e88a01638 feat: support influxdb ping and health endpoint (#1027) fys 2023-02-20 10:31:51 +08:00
  • af1f8d6101 feat: file purger (#1030) v0.1.0-alpha-20230220-weekly Lei, HUANG 2023-02-19 14:56:41 +08:00
  • a9c8584c98 feat: impl insert data from query (#1025) dennis zhuang 2023-02-17 17:56:12 +08:00
  • 7787cfdd42 refactor(datatypes): enhance MutableVector methods (#987) Eugene Tolbakov 2023-02-17 08:16:23 +00:00
  • 2f39a77137 feat: add close method for the region trait (#970) Weny Xu 2023-02-17 11:32:55 +08:00
  • 16f86a9d77 refactor: separate compaction stuff from task scheduler (#1021) Lei, HUANG 2023-02-16 19:30:23 +08:00
  • 5ec1a7027b feat: supports passing user params into coprocessor (#962) dennis zhuang 2023-02-16 16:11:26 +08:00
  • ddbc97befb refactor: changes CreateTableRequest::schema to RawSchema (#1018) Yingwen 2023-02-16 16:04:17 +08:00
  • a8c2b35ec6 chore: bump rust to nightly-2023-02-14 (#1019) Ruihang Xia 2023-02-16 13:17:57 +08:00
  • 04afee216e feat(procedure): Support multi-lock keys and querying procedure state from context (#1006) Yingwen 2023-02-15 18:04:19 +08:00
  • 5533040be7 fix: describe distribute table (#988) LFC 2023-02-15 17:48:43 +08:00
  • 34fdba77df feat: create database if not exists (#1009) LFC 2023-02-15 17:47:46 +08:00
  • cd0d58cb24 fix: correct date/time type format for postgresql (#1001) Ning Sun 2023-02-15 17:40:16 +08:00
  • 8b869642b8 feat: update promql-parser to v0.1.0 (#994) yuanbohan 2023-02-15 17:23:59 +08:00
  • a33d1e9863 ci: add cloud followup label (#1007) Ning Sun 2023-02-15 17:17:32 +08:00
  • dfe7bfb07f feat: handle PromQL HTTP API parameters (#985) Ruihang Xia 2023-02-15 17:15:44 +08:00
  • 5d1f231004 fix: update planner state according to output plan (#1005) Ruihang Xia 2023-02-15 16:52:14 +08:00
  • 40eec85cf7 feat: add catalog name to s3 path (#1011) Ning Sun 2023-02-15 16:30:09 +08:00
  • e17d564bf0 feat: add client tls option to channel manager config (#999) shuiyisong 2023-02-15 16:02:27 +08:00
  • 301656d568 fix: rename schema to db in http param (#1008) shuiyisong 2023-02-15 15:59:00 +08:00
  • a19dee1dc0 feat: duplicate error logs into separate file (#995) Zheming Li 2023-02-15 14:27:32 +08:00
  • 75b8afe043 feat: compaction integration (#997) Lei, HUANG 2023-02-15 14:14:07 +08:00
  • e2904b99ac feat: add retry logic for MetaPeerClient (#991) fys 2023-02-15 14:12:53 +08:00
  • de0b8aa0a0 feat: Support the DELETE SQL statement (#942) Xieqijun 2023-02-15 13:13:17 +08:00
  • 63e396e9e9 test: add api and doc http test (#998) Xieqijun 2023-02-15 11:55:13 +08:00
  • 4d8276790b refactor(storage): remove unused FlushIo variant (#1002) Eugene Tolbakov 2023-02-15 03:42:05 +00:00
  • 374acc8830 feat: compaction reader and writer (#972) Lei, HUANG 2023-02-14 17:32:00 +08:00
  • 8491f65093 refactor: remove obj_name_to_tab_ref (#989) shuiyisong 2023-02-14 16:33:55 +08:00
  • 5e6f340dd9 refactor: refactor execute_stream to non-async method (#980) Weny Xu 2023-02-14 15:41:22 +08:00
  • 7b98718cd9 test: Some PromQL cases about aggregator (#977) Ruihang Xia 2023-02-14 15:36:00 +08:00
  • 0f7e5a2fb2 feat: Implement LocalManager::recover (#981) Yingwen 2023-02-14 14:50:43 +08:00
  • 9ad6c45913 test: Sqlness tests for distribute mode (#979) LFC 2023-02-14 10:24:09 +08:00
  • 7fe417e740 fix: an error occurred when requesting the http doc api (#984) fys 2023-02-13 19:17:27 +08:00
  • c1a9f84c7f feat: meta provides the ability to distribute lock (#961) v0.1.0-alpha-20230213-weekly fys 2023-02-13 15:58:30 +08:00
  • be897efd01 feat: Execute procedure in LocalManager (#953) Yingwen 2023-02-13 10:38:56 +08:00
  • c06e04afbb refactor(query): tests from query/tests to query/src (#973) Eugene Tolbakov 2023-02-12 12:55:17 +00:00
  • e77a7f253c feat: L0 to L1 compaction strategy (#964) Lei, HUANG 2023-02-11 21:10:24 +08:00
  • 7d6f4cd88b feat: remove backtrace from sql::error::Error (#966) Eugene Tolbakov 2023-02-11 06:52:29 +00:00
  • 83ac6598b6 feat: add start, end and step to promql http api (#969) Ruihang Xia 2023-02-10 14:16:16 +08:00
  • 4c925e0079 chore(deps): bump promql-parser (#968) Ruihang Xia 2023-02-10 14:12:55 +08:00
  • c6128ec0a4 refactor: use remote proto (#963) LFC 2023-02-10 13:35:18 +08:00
  • 7c34b009ec feat: bind DataFrame API into python script (#945) discord9 2023-02-10 11:21:57 +08:00
  • 70edd4d55b fix: remove incorrect table_idents_to_full_name (#967) shuiyisong 2023-02-10 11:15:48 +08:00
  • 6beea73590 fix: use query_ctx in distributed inserts (#965) Ning Sun 2023-02-10 10:09:13 +08:00
  • c0d3533d10 fix: Sql Inline Primary Key definition (#957) Yun Chen 2023-02-09 23:57:19 +13:00
  • 9989a8c192 fix: check full table name during logical plan creation (#948) shuiyisong 2023-02-09 17:23:28 +08:00
  • 19dd8b1246 feat: SeriesDivide plan for PromQL (#960) Ruihang Xia 2023-02-09 11:50:29 +08:00
  • 1e9918ddf9 feat: compaction scheduler and rate limiter (#947) Lei, HUANG 2023-02-09 11:43:20 +08:00
  • 4ce62f850b chore: add an opaque error type in meta (#959) fys 2023-02-08 17:47:33 +08:00
  • 83d57f9111 fix: setting postgres query context (#958) Ning Sun 2023-02-08 16:34:10 +08:00
  • 803b7f0633 feat: implement "drop table" in distributed mode (both in SQL and gRPC) (#944) LFC 2023-02-08 15:36:38 +08:00
  • 37ca5ba380 chore: alias sqlness subcommand (#956) Ruihang Xia 2023-02-07 18:53:46 +08:00
  • c1d32bdf2b fix: add form data support for http sql api (#955) Ning Sun 2023-02-07 18:15:39 +08:00
  • 83509f31f4 feat: datanode stats is stored in the mem_kv of meta leader (#943) fys 2023-02-07 17:09:28 +08:00
  • 926022e14c feat: enable caching when using object store (#928) elijah 2023-02-07 15:46:37 +08:00
  • 2f2609d8c6 build(ci): disable release workflow for forked repo (#954) Ruihang Xia 2023-02-07 15:22:32 +08:00
  • ecadbc1435 feat: Add procedure manager LocalManager (#946) Yingwen 2023-02-07 11:33:13 +08:00
  • afac885c10 refactor: add schema column to the scripts table (#868) v0.1.0-alpha-20230207-weekly ShenJunkun 2023-02-07 11:07:32 +08:00
  • 5d62e193bd feat: support multi regions on datanode (#653) Lei, HUANG 2023-02-07 10:46:18 +08:00
  • 7d77913e88 chore: fix rfc typo (#952) elijah 2023-02-07 08:47:06 +08:00
  • 3f45a0d337 docs: rfc for table compaction (#939) Lei, HUANG 2023-02-06 22:15:53 +08:00
  • a1e97c990f chore: fix typo (#949) Zhizhen He 2023-02-06 22:13:56 +08:00
  • 4ae63b7089 feat: Initial prepare statement support for Postgres protocol (#925) Ning Sun 2023-02-06 22:06:00 +08:00