sima
a3bebe8966
fix:[TD-31571] fix CONCAT function to return NULL when all input parameters are NULL
...
Previously, the CONCAT function did not correctly handle cases where all input parameters were NULL, resulting in an unexpected output. This commit ensures that CONCAT returns NULL when all input arguments are NULL, aligning with expected SQL behavior.
2024-08-21 13:47:37 +08:00
kailixu
693cf34cf7
fix(tfs): multi-level storage
2024-08-21 11:30:51 +08:00
dapan1121
641fccaa93
Merge pull request #27333 from taosdata/fix/TD-31557/tudfCrash
...
fix: tudf crash
2024-08-21 10:52:51 +08:00
dapan1121
52e4fcf06a
Merge pull request #27339 from taosdata/fix/3.0/TD-31567
...
fix:[TD-31567] Fix repeatFunction accessing out-of-bounds array index.
2024-08-21 10:46:36 +08:00
Hongze Cheng
87e56d3d67
Revert "fix: memory leak of geos"
2024-08-21 10:23:22 +08:00
Hongze Cheng
5c376d4629
Merge pull request #27314 from taosdata/fix/TD-31163-3.0
...
fix: memory leak of geos
2024-08-21 10:18:31 +08:00
Haojun Liao
b6084e64ce
refactor: remove assert in stream module.
2024-08-21 10:00:35 +08:00
54liuyao
c867f93e0e
fix compile error
2024-08-20 19:41:07 +08:00
Shungang Li
22aa4f1528
fix: report error when the ttl value is too large
2024-08-20 19:38:47 +08:00
54liuyao
bd37547994
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/adj_assert
2024-08-20 19:35:36 +08:00
Haojun Liao
c1df349d4e
Merge pull request #27325 from taosdata/fix/TD-31552
...
fix(stream):fix mem leak for max delay
2024-08-20 18:46:20 +08:00
sima
3cdef9f0bf
fix:[TD-31567] Fix repeatFunction accessing out-of-bounds array index.
2024-08-20 17:51:28 +08:00
54liuyao
1f8e712a64
fix compile error
2024-08-20 16:47:22 +08:00
dapan1121
a15e82dd40
Merge pull request #27331 from taosdata/fix/TD-31545
...
fix: data sink memory leak
2024-08-20 16:37:11 +08:00
xsren
b06d16162d
fix: tudf crash
2024-08-20 15:21:14 +08:00
54liuyao
99bdcb3f58
enh(stream):remove assert of stream operator
2024-08-20 15:02:09 +08:00
Shengliang Guan
7c64afca11
Merge pull request #27324 from taosdata/feat/sync
...
enh: make some simple adjustments to the sync log
2024-08-20 15:01:41 +08:00
dapan1121
557dbd8838
fix: data sink memory leak
2024-08-20 14:53:28 +08:00
dapan1121
b70ad8d3bb
fix: return code check issue
2024-08-20 14:13:06 +08:00
kailixu
fe3415c602
Merge branch '3.0' into fix/TD-31163-3.0
2024-08-20 13:55:35 +08:00
dapan1121
24747af339
Merge pull request #27315 from taosdata/enh/TD-31529
...
enh:[TD-31529] Remove ASSERT in libs/scalar.
2024-08-20 13:54:10 +08:00
dapan1121
e589b52d40
Merge pull request #27297 from taosdata/enh/TD-31525
...
enh:[TD-31525] Remove ASSERT in libs/function.
2024-08-20 13:51:30 +08:00
dapan1121
b4fa7d8eac
Merge pull request #27305 from taosdata/fix/TD-31528
...
fix issue
2024-08-20 13:44:13 +08:00
Shengliang Guan
7261f5249c
Merge remote-tracking branch 'origin/3.0' into feat/sync
2024-08-20 13:33:53 +08:00
54liuyao
54dbf92517
fix mem leak for max delay
2024-08-20 13:28:53 +08:00
Haojun Liao
d5850bbcdb
Merge pull request #27321 from taosdata/fix/3_liaohj
...
fix(stream): send kill checkpoint trans to mnode when trying to close vnode.
2024-08-20 13:18:56 +08:00
Shengliang Guan
6470e5f6e3
refact: refact function syncUtilNodeInfo2RaftId
2024-08-20 12:24:01 +08:00
dmchen
bdabe66aab
fix/TD-31520-use-global-counter
2024-08-20 03:48:42 +00:00
Haojun Liao
bbdd1f655b
fix(stream): send kill checkpoint trans to mnode when trying to close vnode.
2024-08-20 11:04:44 +08:00
Haojun Liao
17c941fc32
Merge pull request #27289 from taosdata/fix/3_liaohj
...
fix(query): return error code.
2024-08-20 10:59:07 +08:00
54liuyao
1bff0e89f4
fix issue
2024-08-20 10:15:52 +08:00
Shengliang Guan
1f1a2d9f6c
fix: handle error code
2024-08-20 10:04:46 +08:00
dapan1121
21d7820bb5
Merge pull request #27283 from taosdata/fix/3.0/exchange_block
...
fix exchange operator blocked
2024-08-20 09:39:35 +08:00
kailixu
2f4d081592
fix: memory leak of geos
2024-08-20 09:08:22 +08:00
kailixu
a2217973ae
fix: memory leak of geos
2024-08-20 09:07:29 +08:00
kailixu
3ee206b781
Merge branch '3.0' into fix/TD-31163-3.0
2024-08-20 09:04:12 +08:00
kailixu
6055b9172e
fix: memory leak of geos
2024-08-20 09:03:57 +08:00
dapan1121
768855c26a
Merge pull request #27302 from taosdata/fix/TD-31532
...
fix: merge join destroy table issue
2024-08-20 08:45:03 +08:00
sima
50672cd1a8
enh:[TD-31529] Remove ASSERT in libs/scalar.
2024-08-20 07:58:55 +08:00
Shengliang Guan
660bfde593
refact: adjust util log
2024-08-19 19:20:14 +08:00
kailixu
0531a4f4bd
fix: memory leak of geos
2024-08-19 18:36:39 +08:00
Shengliang Guan
aef00cfb83
refact: remove unused variables
2024-08-19 18:04:50 +08:00
Shengliang Guan
e296a2a076
fix: init refId before setting env start
2024-08-19 18:04:29 +08:00
dapan1121
7d5535c856
Merge pull request #27290 from taosdata/fix/3.0/TD-31511
...
fix:[TD-31511] Fix memory leak when error occurs.
2024-08-19 17:47:16 +08:00
Shengliang Guan
5ce7bcad1e
refact: remove the return value of function taosCloseRef
2024-08-19 17:30:10 +08:00
dapan1121
5035b3a624
fix: merge join destroy table issue
2024-08-19 17:13:27 +08:00
sima
5fb431aff4
enh:[TD-31525] Remove ASSERT in libs/function.
2024-08-19 16:58:13 +08:00
dapan1121
3ce05d79b8
Merge remote-tracking branch 'origin/3.0' into fix/TD-31202
2024-08-19 16:54:42 +08:00
dapan1121
b913c0b94b
fix: async fetch rows no callback issue
2024-08-19 16:51:39 +08:00
Hongze Cheng
2457c61411
Merge pull request #27294 from taosdata/fix/TD-31518
...
Fix/TD-31518
2024-08-19 15:43:16 +08:00
Haojun Liao
215a665497
Merge pull request #27271 from taosdata/fix/ly_mem_leak
...
fix mem leak
2024-08-19 14:18:37 +08:00
Haojun Liao
6c3c93d7d3
other: merge 3.0
2024-08-19 14:01:48 +08:00
Haojun Liao
d4dc632d6f
fix(tsdb): fix syntax error.
2024-08-19 13:39:30 +08:00
Hongze Cheng
df7fad1545
Merge pull request #27293 from taosdata/fix/TD-31519-3.0
...
fix: memory leak when continuesly create and drop database
2024-08-19 12:59:23 +08:00
yihaoDeng
58fa2453a1
fix double free
2024-08-19 11:20:42 +08:00
Hongze Cheng
97e0aa6901
fix: memory leak when continuesly create and drop database
2024-08-19 10:29:09 +08:00
sima
2f92b80cd6
fix:[TD-31511] Fix memory leak when error occurs.
2024-08-19 10:10:47 +08:00
Haojun Liao
ee36bd741f
fix(query): return error code.
2024-08-19 09:50:38 +08:00
dapan1121
72da4be830
fix: create operator failed issue
2024-08-19 09:15:36 +08:00
54liuyao
1b654c5a9a
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/ly_mem_leak
2024-08-19 08:54:43 +08:00
dapan1121
685237f584
Merge pull request #27282 from taosdata/fix/3.0/TD-31508
...
fix:[TD-31508] Fix wrong data type in week function.
2024-08-19 08:51:49 +08:00
Haojun Liao
cf645f4cdf
Merge pull request #27286 from taosdata/fix/3_liaohj
...
refactor: do some internal refactor.
2024-08-18 20:38:47 +08:00
Haojun Liao
89eaf01621
fix(stream):fix memory leak.
2024-08-17 23:23:18 +08:00
Hongze Cheng
51632d2b37
Merge pull request #27284 from taosdata/fix/TD-31501
...
Fix/TD-31501
2024-08-17 17:19:42 +08:00
Haojun Liao
0d3d0730d4
refactor: do some internal refactor.
2024-08-17 15:30:10 +08:00
Hongze Cheng
d0be0268fb
Merge pull request #27235 from taosdata/fix/TD-30849-3.0
...
fix/TD-30849-3.0
2024-08-17 10:31:11 +08:00
yihaoDeng
b6c3e75746
fix mem leak
2024-08-17 09:47:43 +08:00
Haojun Liao
f4bac23906
refactor: do some internal refactor
2024-08-17 01:47:30 +08:00
Haojun Liao
7c3ac51a05
Merge pull request #27275 from taosdata/fix/syntax
...
fix(query): if the return value of addTagPseudoColumnData is not success, not jump out.
2024-08-16 22:32:59 +08:00
yihaoDeng
d0beeea917
fix mem leak
2024-08-16 21:18:42 +08:00
yihaoDeng
871f4dcb3d
fix mem leak
2024-08-16 21:18:22 +08:00
yihaoDeng
367b6eee72
fix mem leak
2024-08-16 21:01:02 +08:00
yihaoDeng
6bdbbc4b15
fix mem leak
2024-08-16 19:40:51 +08:00
Haojun Liao
b5dd25a9ad
fix(query): return directly.
2024-08-16 19:34:08 +08:00
Haojun Liao
15ba3e1541
Merge pull request #27279 from taosdata/fix/create_tb
...
fix(stream): fix memory leak.
2024-08-16 19:23:49 +08:00
yihaoDeng
3e928fc8fc
remove backend data file
2024-08-16 18:25:10 +08:00
wangjiaming0909
f7d4c274a8
fix exchange operator blocked
2024-08-16 18:03:16 +08:00
sima
69a09e5a01
fix:[TD-31508] Fix wrong data type in week function.
2024-08-16 17:33:35 +08:00
Haojun Liao
adc583a936
fix(stream): fix memory leak.
2024-08-16 17:08:58 +08:00
Haojun Liao
bfbe687d2a
fix(query): return directly.
2024-08-16 17:04:26 +08:00
sima
3c3507f283
fix:[TD-31503] Return null when expr in timediff is null, and use ms as default time_unit when time_unit is null.
2024-08-16 15:54:07 +08:00
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
bb0aa6839f
fix mem leak
2024-08-16 14:30:35 +08:00
54liuyao
76f56d940b
fix issue
2024-08-16 10:26:09 +08:00
Haojun Liao
5e2b0ee299
Merge pull request #27232 from taosdata/fix/TD-31459
...
fix issue
2024-08-16 09:35:43 +08:00
Hongze Cheng
111ec91e59
Merge pull request #27254 from taosdata/fix/TD-31343-3.1-2
...
fix: handle some return -1 case
2024-08-16 08:57:01 +08:00
dapan1121
2aac6ba8c8
Merge pull request #27244 from taosdata/fix/3.0/TD-31468
...
fix:[TD-31468] Fix char function wrong result.
2024-08-16 08:53:16 +08:00
dapan1121
0e04b6a79f
Merge pull request #27256 from taosdata/fix/3.0/TD-31479
...
fix:[TD-31479] Fix wrong ans when parameter is NULL in substring.
2024-08-16 08:48:06 +08:00
Haojun Liao
e9cf8471ef
Merge pull request #27260 from taosdata/fix/3_liaohj
...
fix(stream): perform node update when mnode leader/follower switches.
2024-08-16 00:27:42 +08:00
Haojun Liao
06fea91b55
Merge pull request #27255 from taosdata/fix/create_tb
...
fix(stream): check status before start timer.
2024-08-16 00:11:29 +08:00
Haojun Liao
44466a4bcd
fix(stream): fix a typo
2024-08-15 22:28:13 +08:00
sima
ebe5f183cb
fix:[TD-31468] Fix char function wrong result.
2024-08-15 19:49:52 +08:00
sima
c1c59ce82b
fix:[TD-31479] Fix wrong ans when parameter is NULL in substring.
2024-08-15 19:49:33 +08:00
dapan1121
b5baf566d1
Merge pull request #27249 from taosdata/fix/3.0/TD-31473
...
fix:[TD-31473] Fix repeat function use tag as parameter.
2024-08-15 19:00:26 +08:00
dapan1121
de3fe2e1df
Merge pull request #27246 from taosdata/fix/3.0/TD-31470
...
fix:[TD-31470] Fix replace function wrong length.
2024-08-15 18:58:58 +08:00
dapan1121
a39f14465c
Merge pull request #27245 from taosdata/fix/3.0/TD-31469
...
fix:[TD-31469] Fix trim sql syntax error.
2024-08-15 18:56:28 +08:00
dapan1121
88ae8af4a4
Merge pull request #27218 from taosdata/fix/3.0/TD-31435
...
fix db tsma version not updated by heart beat
2024-08-15 18:53:46 +08:00
Haojun Liao
c94cd24593
refactor: do some internal refactor.
2024-08-15 18:29:36 +08:00
Haojun Liao
54fdea3173
fix(stream): perform node update when mnode leader/follower switches.
2024-08-15 18:01:28 +08:00
Haojun Liao
7ec6206cdf
Merge pull request #27241 from taosdata/fix/3_liaohj
...
fix(query): release lock when error occurs.
2024-08-15 17:49:21 +08:00