Commit Graph

33286 Commits

Author SHA1 Message Date
54liuyao 1d35ea137a adj query operator result 2024-07-23 10:50:16 +08:00
dapan1121 26c7943279
Merge pull request #26711 from taosdata/fix/TS-5181/interp_crash
fix: interp crash
2024-07-23 10:23:26 +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
xsren bf03c2b3d8 fix: tupleData 2024-07-22 20:26:55 +08:00
Hongze Cheng c4d31e7737 enh: refactor error code 2024-07-22 19:40:07 +08:00
dapan1121 14383a32a3 fix: sink function return code processing 2024-07-22 18:42:43 +08:00
dapan1121 dec8095e53
Merge pull request #26722 from taosdata/fix/matchError
fix: client init regex cache
2024-07-22 18:41:45 +08:00
Hongze Cheng 820eb1d8b3
Merge pull request #26698 from taosdata/fix/TD-30989-mnode5
fix/TD-30989
2024-07-22 18:30:30 +08:00
Haojun Liao 3bc91da354
Merge pull request #26689 from taosdata/fix/TD-30967
feat(operator):adj operator result
2024-07-22 16:59:48 +08:00
dmchen c4d04b21e9 fix case 2024-07-22 07:53:13 +00:00
xsren edf453b92a fix: client init regex cache 2024-07-22 15:18:32 +08:00
dm chen 51fdb6a8f2
Merge branch '3.0' into fix/TD-30989-mnode5 2024-07-22 15:12:09 +08:00
dapan1121 ef96d37c1f fix: return code validation 2024-07-22 15:07:01 +08:00
54liuyao d02617aaf6 adj operator result 2024-07-22 14:42:50 +08:00
dapan1121 64ad240773 fix: crash issue 2024-07-22 14:35:12 +08:00
xsren feba37b5ea group by 2024-07-22 14:10:17 +08:00
54liuyao 3660b6cede adj operator res 2024-07-22 13:55:00 +08:00
54liuyao e3a89571ff adj operator res 2024-07-22 13:40:35 +08:00
54liuyao b43dcf2a26 adj operator res 2024-07-22 13:38:30 +08:00
dmchen 04df9e4f11 error str 2024-07-22 05:35:30 +00:00
dapan1121 5328c6dbea
Merge pull request #26585 from taosdata/enh/TD-30992/command
enh: return value: command
2024-07-22 13:18:15 +08:00
54liuyao 951283fc44 adj operator res 2024-07-22 13:15:24 +08:00
54liuyao fd6c1ecf37 adj operator res 2024-07-22 13:05:39 +08:00
Hongze Cheng 4143b6ac1b
Merge pull request #26653 from taosdata/fix/TD-30989-mnode3
fix/TD-30989
2024-07-22 13:00:36 +08:00
54liuyao 6e70da62fb adj operator res 2024-07-22 12:51:25 +08:00
xsren 2a675ccf6b group const value func 2024-07-22 11:19:11 +08:00
dapan1121 45348b15be fix: return code validation 2024-07-22 11:06:24 +08:00
Hongze Cheng dd22e80059
Merge pull request #26701 from taosdata/fix/TD-30989-mnode6
fix/TD-30989
2024-07-22 10:40:34 +08:00
Hongze Cheng 67f183745d
Merge pull request #26658 from taosdata/enh/refactErrCodeRsync
Enh/refactErrCodeRsync
2024-07-22 10:16:06 +08:00
Hongze Cheng e8c24c236a
Merge pull request #26616 from taosdata/fix/addErrorToMgmt
Fix/addErrorToMgmt
2024-07-22 10:15:45 +08:00
xsren e86189d9ea check serialize result 2024-07-22 09:36:59 +08:00
xsren 99dcaaff21 build on windows 2024-07-22 09:36:59 +08:00
xsren ebec7c928b array push 2024-07-22 09:36:59 +08:00
xsren 200fd4738f array push 2024-07-22 09:36:59 +08:00
xsren 010a1da482 return value: querymsg.c 2024-07-22 09:36:56 +08:00
54liuyao b038b655da Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30967 2024-07-22 09:27:41 +08:00
xsren 1583fbb40d fix: build error 2024-07-22 09:26:58 +08:00
xsren 02ea558db8 enh: return value: command 2024-07-22 09:26:58 +08:00
dapan1121 acafca8841
Merge pull request #26685 from taosdata/opti/TD-31017
fix:[TD-31017]process return value in clientRawBlockWrite.c
2024-07-22 09:08:26 +08:00
dapan1121 963b3d1b3e
Merge pull request #26690 from taosdata/opti/TS-4593-3.0
opti:[TS-4593] transform offset from file to tdb in tmq
2024-07-22 09:06:54 +08:00
dapan1121 d834da9371
Merge pull request #26692 from taosdata/fix/TS-4921
fix:remove time cleanup to avoid unexpected error
2024-07-22 09:05:09 +08:00
xsren b72792e20e unuesd code 2024-07-22 08:48:26 +08:00
xsren ebe0074da4 fix: interp crash 2024-07-22 00:06:47 +08:00
wangmm0220 af42d4fa59 opti:[TS-4593] transform offset from file to tdb in tmq 2024-07-21 22:22:26 +08:00
Haojun Liao 2f0768e12d
Merge pull request #26700 from taosdata/fix/create_tb
fix(stream): fix race condition when starting check downstream status
2024-07-21 10:03:43 +08:00
dmchen 1c12a16b00 fix/TD-30989 2024-07-21 00:58:07 +00:00
Haojun Liao 6cc0096534 fix(stream): fix memory leak. 2024-07-21 03:10:21 +08:00
Haojun Liao 70191f6a5d fix(stream): fix race condition when starting check downstream status and dropping task are executed concurrently. 2024-07-21 02:06:09 +08:00
Yihao Deng f80d67acbb refactor error code 2024-07-20 09:50:11 +00:00
Yihao Deng b3ce1c8411 Merge remote-tracking branch 'origin/3.0' into enh/refactErrCodeRsync 2024-07-20 09:19:45 +00:00