Commit Graph

5277 Commits

Author SHA1 Message Date
Xiaoyu Wang 55d41c8f5c feat: sql command 'delete from' 2022-06-05 15:48:06 +08:00
WANG MINGMING 8566917971
Merge pull request #13433 from taosdata/feature/TD-13041
feat:add json test case
2022-06-04 23:18:09 +08:00
54liuyao 5400507245 feat(stream): stream state operator 2022-06-04 20:36:28 +08:00
Xiaoyu Wang 7fa2d3d0d0
Merge pull request #13467 from taosdata/feature/3.0_wxy
feat: sql command 'delete from'
2022-06-04 20:18:18 +08:00
Xiaoyu Wang 74026205a7 feat: sql command 'delete from' 2022-06-04 19:54:55 +08:00
wangmm0220 a2ebeda89c feat: add sort/group logic for json 2022-06-04 19:28:30 +08:00
Haojun Liao 64c171d7b3
Merge pull request #13465 from taosdata/feature/3_liaohj
fix(query): enable filter in projection operator.
2022-06-04 17:03:01 +08:00
Haojun Liao 01e198231d fix(query): enable filter in projection operator. 2022-06-04 16:30:42 +08:00
dapan1121 53ae7b794b
Merge pull request #13442 from taosdata/feature/qnode
feat: rescheduler timeout task
2022-06-04 12:35:27 +08:00
Shengliang Guan 380c460928
Merge pull request #13461 from taosdata/fix/mnode
refactor: adjust msg type
2022-06-04 12:25:06 +08:00
WANG MINGMING 55e6f15b55
Merge pull request #13109 from taosdata/feature/TD-15956
feat:optimize for group by tag
2022-06-04 12:04:50 +08:00
Shengliang Guan 30da7560f8 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-06-04 11:50:47 +08:00
dapan1121 7f61dbc8cc fix rpc connection fail issue 2022-06-04 11:45:55 +08:00
Haojun Liao a50d1086b0
Merge pull request #13455 from taosdata/feature/3_liaohj
Feature/3 liaohj
2022-06-04 11:20:01 +08:00
wangmm0220 a3033b59e6 fix:fix error in table scan by group 2022-06-04 11:19:38 +08:00
Xiaoyu Wang d733d6ca10
Merge pull request #13459 from taosdata/feature/3.0_wxy
feat: order by distributed split
2022-06-04 10:34:45 +08:00
wangmm0220 f1860b7918 fix:fix error in table scan by group 2022-06-04 10:25:55 +08:00
Xiaoyu Wang 6e6c9bda17 feat: order by distributed split 2022-06-04 10:16:52 +08:00
dapan1121 fc04aa847c fix qnode mnode query issue 2022-06-04 09:57:16 +08:00
Xiaoyu Wang 0ef1a19b23
Merge pull request #13440 from taosdata/feature/3.0_wxy
feat: group by distributed split
2022-06-04 09:49:44 +08:00
Xiaoyu Wang 7ede8db3c4 fix: a problem of parser async 2022-06-04 09:33:13 +08:00
Haojun Liao 0c94c65acb fix(query): add ref for job 2022-06-03 23:13:21 +08:00
dapan1121 bcec782dd2 Merge branch '3.0' into feature/qnode 2022-06-03 20:47:46 +08:00
dapan1121 b6e60082ae rescheduler timeout task 2022-06-03 20:44:32 +08:00
Xiaoyu Wang bc6326788a feat: group by distributed split 2022-06-03 16:57:52 +08:00
Xiaoyu Wang ed87c39ff1 fix: a problem of parser async 2022-06-03 16:45:33 +08:00
afwerar 490889f8e7 fix(os): win python case error 2022-06-03 16:13:06 +08:00
Haojun Liao f1bcfb309d fix(query): set null for empty min/max 2022-06-03 11:14:30 +08:00
Haojun Liao a2150d87b9 test(query): update unit test. 2022-06-03 00:46:00 +08:00
Haojun Liao 4b9ea626ae Merge branch '3.0' into feature/3_liaohj 2022-06-03 00:18:54 +08:00
Haojun Liao ad5be523e6 refactor: do some internal refactor. 2022-06-02 23:33:38 +08:00
Haojun Liao 6b49352a81 refactor: do some internal refactor. 2022-06-02 22:52:01 +08:00
wangmm0220 5ed0c48af0 feat:merge from 3.0 2022-06-02 22:49:53 +08:00
Haojun Liao 4fd2fb06bc refactor: do some internal refactor. 2022-06-02 21:20:15 +08:00
dapan1121 f6c6083aad reschedule timeout task 2022-06-02 21:02:02 +08:00
Yihao Deng 3eb1d48815
Merge pull request #13418 from taosdata/enh/idxFilter
enh: refactor tag filter code
2022-06-02 19:11:54 +08:00
Shengliang Guan 2a8b999ca8
Merge pull request #13424 from taosdata/fix/mnode
refactor: adjust vnode queue
2022-06-02 19:00:11 +08:00
Yihao Deng 69f1960e2e
Merge branch '3.0' into enh/idxFilter 2022-06-02 18:57:44 +08:00
Ganlin Zhao 077724b892
Merge pull request #13423 from taosdata/fix/TD-16232
fix(query): concat/concat_ws function output incorrect when all params are constant and include NULL value.
2022-06-02 18:49:35 +08:00
Xiaoyu Wang 2bf32dae8f fix: a problem of parser async 2022-06-02 18:27:57 +08:00
Shengliang Guan a9b32dc327 refactor: adjust vnode queue 2022-06-02 18:26:29 +08:00
yihaoDeng 74513630db Merge branch 'DEV' into idx 2022-06-02 18:26:20 +08:00
Ganlin Zhao de167cd46d fix(query): concat/concat_ws function output incorrect when
all param are constant and include NULL value.

TD-16232
TD-16233
2022-06-02 10:17:07 +00:00
Xiaoyu Wang 3fe2f16213 feat: group by distributed split 2022-06-02 17:58:01 +08:00
Haojun Liao 343f912ddd Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj
# Conflicts:
#	source/client/inc/clientInt.h
#	source/client/src/clientImpl.c
#	source/client/src/clientMsgHandler.c
2022-06-02 17:27:51 +08:00
Xiaoyu Wang 6c5ec22718
Merge pull request #13417 from taosdata/feature/3.0_wxy
feat: stream interval distributed split
2022-06-02 17:21:04 +08:00
Shengliang Guan 0bade86534
Merge pull request #13410 from taosdata/fix/mnode
enh: adjust vnode replica and some logs
2022-06-02 17:06:10 +08:00
Xiaoyu Wang e794d542d6 feat: stream interval distributed split 2022-06-02 17:05:58 +08:00
Haojun Liao 84158d861d enh(query): query APIs are built on top of async APIs. 2022-06-02 16:54:35 +08:00
Yihao Deng a7d2042e56
Merge branch '3.0' into enh/idxFilter 2022-06-02 16:39:38 +08:00