Commit Graph

1235 Commits

Author SHA1 Message Date
Haojun Liao 0cbbdf1b88 fix(query): if the return value of addTagPseudoColumnData is not success, not jump out. 2024-08-16 15:42:53 +08:00
54liuyao 235a082406 fix issue 2024-08-14 18:17:22 +08:00
dapan1121 dd28770bf7
Merge pull request #26914 from taosdata/fix/TD-31167
add new interface
2024-08-07 16:41:17 +08:00
Haojun Liao ef41c0dcf9 fix(query): fix syntax error. 2024-08-06 23:57:29 +08:00
Haojun Liao e0fc36ce97 fix(query):check return code 2024-08-06 17:32:20 +08:00
Haojun Liao 59d190508d fix(query):check return code 2024-08-06 16:46:40 +08:00
wangjiaming0909 8dd11f9a09 fix exchange operator caused rpc conn not freed 2024-08-06 16:13:07 +08:00
54liuyao 143745d023 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-31212 2024-08-06 10:41:12 +08:00
Haojun Liao 6297d238e0 fix: check return values. 2024-08-05 18:34:56 +08:00
Haojun Liao 3772f25840 fix(stream): check return value. 2024-08-05 18:02:32 +08:00
54liuyao 57068232ff fix res issue 2024-08-05 16:09:01 +08:00
Haojun Liao 40537001a2 fix(stream): check return value. 2024-08-05 11:57:18 +08:00
54liuyao d999c00227 adj operator res 2024-07-29 10:35:06 +08:00
Haojun Liao 75c121c18a fix(query): check return value. 2024-07-28 14:29:56 +08:00
Haojun Liao 7be2ecbe1f fix(common): check the return value. 2024-07-27 18:55:34 +08:00
Haojun Liao 777c3898db other: merge 3.0 2024-07-27 16:17:38 +08:00
Haojun Liao 3073d6d067 other: merge 3.0 2024-07-27 00:03:28 +08:00
54liuyao 607f210821 adj operator result 2024-07-26 20:48:06 +08:00
wangjiaming0909 1994c3339b nodes add ret check 2024-07-26 17:55:48 +08:00
54liuyao d7a4094d8e Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967-3 2024-07-25 11:35:46 +08:00
Hongze Cheng eaa3634764 enh: refactor error code 2024-07-25 08:51:19 +08:00
54liuyao b1a4ea9472 adj operator result 2024-07-24 19:10:39 +08:00
Haojun Liao b228151d8e other: merge 3.0 2024-07-24 17:29:35 +08:00
Haojun Liao aacf1c3e9a fix(stream): check return value. 2024-07-24 17:08:08 +08:00
Haojun Liao a09ad7a81e
Merge pull request #26743 from taosdata/fix/syntax
fix(stream): check return value, and do some internal refactor.
2024-07-24 15:47:45 +08:00
Haojun Liao eefee54c6a fix(stream): check return value. 2024-07-23 17:31:41 +08:00
Haojun Liao cd0722fe1f fix(stream): check return value. 2024-07-23 16:38:05 +08:00
Haojun Liao 7497f193c7 fix(stream): check return value, and do some internal refactor. 2024-07-23 14:47:29 +08:00
54liuyao 1d35ea137a adj query operator result 2024-07-23 10:50:16 +08:00
dapan1121 53c386526c
Merge pull request #26720 from taosdata/fix/TD-31059.2
fix: function return code validation
2024-07-23 08:49:51 +08:00
54liuyao d02617aaf6 adj operator result 2024-07-22 14:42:50 +08:00
54liuyao 6e70da62fb adj operator res 2024-07-22 12:51:25 +08:00
dapan1121 45348b15be fix: return code validation 2024-07-22 11:06:24 +08:00
54liuyao 13b75ba72a adj operator result 2024-07-19 16:15:37 +08:00
54liuyao cc9233fdb3 adj stream operator result 2024-07-18 16:08:01 +08:00
54liuyao 4e6b898c9a adj stream operator result 2024-07-18 10:37:14 +08:00
54liuyao 113cb57326 adj stream operator result 2024-07-17 19:35:35 +08:00
54liuyao 3cdb957f22 adj function of stream operator result 2024-07-15 15:32:11 +08:00
sima f17c535ca0 feat:[TD-30819] Reduce memory usage when using percentile with interval. 2024-07-10 19:43:19 +08:00
wangjiaming0909 11a98ffab2 QueryAutoQWorker 2024-07-01 11:08:39 +08:00
dapan1121 52060f5fba
Merge pull request #26144 from taosdata/fix/TD-30039/unexpectedUdfCreate
Fix/td 30039/unexpected udf create
2024-06-17 08:35:02 +08:00
dapan1121 e34a8b48df
Merge pull request #26008 from taosdata/fix/TS-4833/dataloaded
partition interval and limimt, dataload error
2024-06-17 08:32:19 +08:00
factosea d9043d6984 fix: unexpected udf function 2024-06-13 16:57:49 +08:00
Haojun Liao 895ee30cf3
Merge branch '3.0' into enh/opt_prj 2024-06-09 23:51:38 +08:00
“happyguoxy” 6d98a56778 fix group count 2024-06-07 16:49:29 +08:00
Haojun Liao 6d7e1eb576 fix(query): check for the server ep and client ep to set the compress flag. 2024-06-04 15:07:02 +08:00
54liuyao 441a150d66 optimize tmq snapshot meta 2024-05-23 17:35:54 +08:00
Haojun Liao 93292d8149 other: merge 3.0 2024-05-18 09:58:36 +08:00
54liuyao 7b50663240 optimize stream operator checkpoint 2024-05-16 16:24:58 +08:00
Haojun Liao 92b247e5b4 refactor: move compress data in query threads. 2024-05-16 15:55:48 +08:00