Commit Graph

34126 Commits

Author SHA1 Message Date
Minghao Li eae44cd9df refactor(sync): add error code sync-timeout 2022-07-04 18:10:40 +08:00
Ganlin Zhao 6e98552eca fix(query): fix timetruncate/timediff local variable overwrite issue
TD-17032
2022-07-04 17:54:49 +08:00
Shengliang Guan c58a84750e Merge remote-tracking branch 'origin/3.0' into fix/tsim 2022-07-04 17:54:25 +08:00
Shengliang Guan 3cc215bdcc fix: crash while write wal in multi-threaded way 2022-07-04 17:54:00 +08:00
Shengliang Guan 630eebecd5 enh: check available memory of dnode while creating db 2022-07-04 17:50:35 +08:00
dapan1121 37b303f531 Merge branch '3.0' into enh/killQuery 2022-07-04 17:45:03 +08:00
dapan1121 57836d8bb2 enh: add type convert api 2022-07-04 17:40:20 +08:00
Hui Li fb24e6d005
Merge pull request #14500 from taosdata/test3.0/lihui
test: add test case for tmq
2022-07-04 17:33:37 +08:00
Ganlin Zhao 09c6fd9c09
Merge pull request #14498 from taosdata/fix/TD-16972
fix(query): add histogram function parameter check
2022-07-04 17:23:29 +08:00
Xiaoyu Wang 047f65935d fix: automatically supplement primary key columns when creating stream 2022-07-04 17:21:42 +08:00
Ganlin Zhao 600e992820 Merge branch 'fix/TD-16948' of github.com:taosdata/TDengine into fix/TD-16948 2022-07-04 17:16:18 +08:00
Ganlin Zhao e90ec32620 Merge branch '3.0' into fix/TD-16948 2022-07-04 17:15:51 +08:00
Xiaoyu Wang c943710a8a
Merge pull request #14504 from taosdata/feature/3.0_debug_wxy
fix: sort operator exception error
2022-07-04 17:15:11 +08:00
Ganlin Zhao af6a9abfde refactor(query): remove redundant param check on function execution
context

TD-17029
2022-07-04 17:14:22 +08:00
Ganlin Zhao e4053ed903 refactor(query): remove redundant param check on function execution
context
2022-07-04 17:13:22 +08:00
Minglei Jin a4cfb51b99 tsdbReaderWriter: fix windows compiling issue 2022-07-04 17:03:53 +08:00
Ganlin Zhao 523d709687
Merge pull request #14501 from taosdata/fix/TD-16948
fix(query): disable histogram to be used with indefinite rows function in projection
2022-07-04 17:01:50 +08:00
Minglei Jin 244dcbed5d Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_refact 2022-07-04 16:58:59 +08:00
Minglei Jin 9aa5ee6ccf tsdbCache: fix row duplication 2022-07-04 16:58:42 +08:00
Hongze Cheng e34ad23c01 Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot 2022-07-04 08:31:25 +00:00
Hongze Cheng de60ec37b6 fix CI bug 2022-07-04 08:26:16 +00:00
Xiaoyu Wang 8b486765d3 fix: sort operator exception error 2022-07-04 16:23:38 +08:00
Minghao Li 59f015a121 refactor(sync): add error code sync-timeout 2022-07-04 16:22:02 +08:00
Xiaoyu Wang 2450d5982b
Merge pull request #14450 from taosdata/feature/3.0_debug_wxy
fix: some problems of parser and planner
2022-07-04 16:18:45 +08:00
yihaoDeng 47ec187231 merge int kill 2022-07-04 16:10:59 +08:00
Cary Xu 23a0318604 Merge branch '3.0' into feature/TD-11274-3.0 2022-07-04 16:09:29 +08:00
Minghao Li 6e59c13cbd refactor(sync): add sync strategy 2022-07-04 15:57:28 +08:00
Yihao Deng 8d8df859cc
Merge pull request #14495 from taosdata/fix/invaldRead
fix: invalid read/write
2022-07-04 15:37:50 +08:00
Minghao Li 0c1a46c26e refactor(sync): add sync strategy 2022-07-04 15:29:55 +08:00
Hongze Cheng 05af34a527 more code 2022-07-04 07:26:52 +00:00
Ganlin Zhao 22d8c5e9ab fix(query): disable histogram to be used with indefinite rows function
in projection

TD-16948
2022-07-04 15:26:44 +08:00
Hui Li 81b49a0093
Merge pull request #14483 from taosdata/ci/TD-17010
ci: add mac build test to ci
2022-07-04 15:23:30 +08:00
Hongze Cheng 0532f59495 Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot 2022-07-04 07:22:20 +00:00
Hongze Cheng 0408ba414c more work 2022-07-04 07:21:04 +00:00
plum-lihui 4cd45e6bd7 test: add test case for tmq 2022-07-04 15:16:39 +08:00
Hui Li 6cfc6e9434
Merge pull request #14485 from taosdata/cpwu/3.0
Test: add sma case to CI
2022-07-04 15:14:13 +08:00
Xiaoyu Wang 2cff2e9228 fix: some problems of parser and planner 2022-07-04 15:12:34 +08:00
Hongze Cheng 40d34bf894 fix a bug 2022-07-04 07:01:54 +00:00
yihaoDeng df36cd165b fix invalid read/write 2022-07-04 15:01:51 +08:00
Hongze Cheng fd98b9082f more code 2022-07-04 07:00:21 +00:00
Ganlin Zhao a7e222ff92 fix(query): histogram function add param check for distribution 2022-07-04 14:57:20 +08:00
Minghao Li 7a3e9c9a57 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-07-04 14:55:46 +08:00
Minghao Li ded4616074 refactor(sync): add sync strategy 2022-07-04 14:55:26 +08:00
Cary Xu 9a484c4aac
Merge pull request #14494 from taosdata/feature/TD-11274-3.0
enh: code and test case optimization
2022-07-04 14:50:54 +08:00
Hongze Cheng eb888684e3 more refact 2022-07-04 06:47:41 +00:00
Ganlin Zhao 684621159a extend error msg buffer size 2022-07-04 14:46:58 +08:00
Xiaoyu Wang 831ef7de23 fix: some problems of parser and planner 2022-07-04 14:46:08 +08:00
Minglei Jin 8d00f1139a tsdbRead: fix None display to NULL instead of 0 2022-07-04 14:46:00 +08:00
Ganlin Zhao 89e4be84fe fix(query): add histogram function parameter check
TD-16972
2022-07-04 14:40:12 +08:00
Hongze Cheng 2e062dc948 Merge branch 'feat/tsdb_refact' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot 2022-07-04 06:35:49 +00:00