Shengliang Guan
75973af940
Merge pull request #28663 from taosdata/fix/3_liaohj
...
fix(stream): stop the underlying scan operations for stream
2024-11-07 13:59:55 +08:00
Shengliang Guan
3034c22afd
Merge pull request #28664 from taosdata/fix/liaohj
...
fix(stream): fix the underlying scan operations for stream
2024-11-07 13:59:52 +08:00
xsren
04565b23ef
Parameter validation
2024-11-07 13:36:53 +08:00
Shengliang Guan
b0902e81eb
Merge pull request #28659 from taosdata/fix/main/32800
...
fix vnode cannot restart while wal level =0
2024-11-07 11:06:31 +08:00
Shengliang Guan
3aca3c68f0
Merge pull request #28662 from taosdata/fix/TD-32829
...
fix:(rpc)update fqdn cache
2024-11-07 09:17:46 +08:00
Jinqing Kuang
43a337ef74
enh(query)[TD-32732]: add client Id generation and usage
...
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
yihaoDeng
12beff2a0a
support disk usage
2024-11-06 21:22:26 +08:00
Shengliang Guan
1f7bd1d179
Merge branch 'main' into enh/TD-32615/lemon
2024-11-06 20:52:36 +08:00
Shengliang Guan
10df16b01a
Merge pull request #28667 from taosdata/merge/3.0tomain
...
merge: from 3.0 to main branch
2024-11-06 20:46:56 +08:00
54liuyao
06bfd0a7ba
fix issue
2024-11-06 17:43:04 +08:00
54liuyao
88cb8a9599
fix issue
2024-11-06 17:21:21 +08:00
Haojun Liao
4b4943335e
fix(stream): fix the underlying scan operations for stream, when trying to drop stream tasks.
2024-11-06 17:01:32 +08:00
Haojun Liao
5ba9a088d2
fix(stream): fix the underlying scan operations for stream, when trying to drop stream tasks.
2024-11-06 16:15:40 +08:00
yihaoDeng
268576b386
fix double free when meet mem leak
2024-11-06 16:15:36 +08:00
yihaoDeng
0a9d1d8ff7
update fqdn cache
2024-11-06 15:55:42 +08:00
yihaoDeng
aa8bc83791
update fqdn cache
2024-11-06 15:46:21 +08:00
yihaoDeng
a6436882a2
support disk usage
2024-11-06 15:25:50 +08:00
xsren
1456d027b7
fix: lemon_sqll depends
2024-11-06 15:11:27 +08:00
xsren
b566e26084
enh: ttokendef.h
2024-11-06 13:47:01 +08:00
Shengliang Guan
6ff8de1d22
Merge pull request #28641 from taosdata/fix/TD-32815
...
fix(stream):check scan range of stream operator
2024-11-06 13:35:24 +08:00
kailixu
0823c60623
Merge branch '3.0' into enh/TS-5574-3.0
2024-11-06 12:15:36 +08:00
54liuyao
527c3d59a9
fix issue
2024-11-06 11:44:02 +08:00
xiao-77
8984231b9f
fix vnode cannot restart while wal level =0
2024-11-06 11:15:08 +08:00
54liuyao
719a3faa12
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-06 11:13:15 +08:00
54liuyao
379df5f5b2
add twa ci test
2024-11-06 10:43:13 +08:00
Shengliang Guan
08603e5d11
Merge pull request #28551 from taosdata/feat/TS-5215-2
...
test(blob): testing & fixes for blob
2024-11-06 10:29:03 +08:00
Shengliang Guan
c3a8daced4
Merge pull request #28401 from taosdata/feat/TS-5484-audit-delete
...
feat/TS-5484-audit-delete
2024-11-06 10:11:15 +08:00
Shengliang Guan
787f1ca1e7
Merge pull request #28650 from taosdata/fix/TD-32166
...
fix:[TD-32166] change createRequest to buildRequest to avoid printing…
2024-11-06 09:52:05 +08:00
dmchen
3598b3b917
fix/TS-5251-add-conflict-check-add-case
2024-11-06 09:49:27 +08:00
54liuyao
ba31bf2c52
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-06 09:42:50 +08:00
Shengliang Guan
0be118c0aa
Merge pull request #28408 from taosdata/enh/TD-32181/client
...
Enh/td 32181/client
2024-11-06 09:42:05 +08:00
yihaoDeng
af80d0a6bf
opt disk
2024-11-05 20:05:54 +08:00
yihaoDeng
dc576905f0
support disk usage
2024-11-05 19:57:13 +08:00
xsren
9b6f855acf
enh: lemon on windows
2024-11-05 19:20:09 +08:00
Shengliang Guan
8e659c5f72
Merge pull request #28652 from taosdata/fix/3_liaohj
...
refactor: always successfully put the retrieve msg
2024-11-05 19:19:49 +08:00
Shengliang Guan
9f61cc640b
Merge pull request #28651 from taosdata/fix/liaohj
...
refactor: always successfully put the retrieve msg
2024-11-05 19:19:35 +08:00
54liuyao
48d5f0e7cd
fix issue
2024-11-05 18:14:35 +08:00
dongming chen
3671d3c51f
Merge pull request #28654 from taosdata/3.0
...
3.0
2024-11-05 18:09:31 +08:00
wangmm0220
c54855cdd9
fix:[TD-32166] change createRequest to buildRequest to avoid printing error because request not in pRequests hash
2024-11-05 17:18:20 +08:00
wangmm0220
5a6e13c360
fix:[TD-32166] change createRequest to buildRequest to avoid printing error because request not in pRequests hash
2024-11-05 17:17:29 +08:00
Haojun Liao
693aacb8cb
refactor: always successfully put the retrieve msg even though the input queue is full already.
2024-11-05 17:15:19 +08:00
Haojun Liao
044f6fbcca
refactor: always successfully put the retrieve msg even though the input queue is full already.
2024-11-05 17:13:16 +08:00
wangmm0220
688b159bec
fix:[TD-32166] change createRequest to buildRequest to avoid printing error because request not in pRequests hash
2024-11-05 17:09:52 +08:00
yihaoDeng
ae8ac7e308
support disk usage
2024-11-05 16:36:52 +08:00
factosea
a51bd9a24f
enh: cal output col counts
2024-11-05 15:42:57 +08:00
Minglei Jin
7316b339b6
az/get object by prefix: catch all cpp eceptions
2024-11-05 14:34:20 +08:00
Minglei Jin
90d1e014db
az/begin: remove duplicate begin & end of empty impl.
2024-11-05 14:25:24 +08:00
Shungang Li
e3beccbde1
enh: add more log for last cache retrieve
2024-11-05 13:49:38 +08:00
54liuyao
8e720506cd
Merge branch 'main' of https://github.com/taosdata/TDengine
2024-11-05 13:41:33 +08:00
Shengliang Guan
cca24b7381
Merge pull request #28634 from taosdata/feat/contrib30
...
refact: rename version to td_version
2024-11-05 13:33:20 +08:00
Feng Chao
25d34537db
Merge branch '3.0' into td31284
2024-11-05 13:19:34 +08:00
54liuyao
d010323eb6
fix ci issue
2024-11-05 13:15:32 +08:00
Shengliang Guan
2473ad9338
Merge pull request #28521 from taosdata/fix/ref
...
fix(stream): use refId in timer to avoid invalid read.
2024-11-05 12:56:25 +08:00
Shengliang Guan
0024666d7c
Merge pull request #28616 from taosdata/fix/TD-32793
...
fix: handle mem malloc failure
2024-11-05 11:24:55 +08:00
Shengliang Guan
790dd09b27
Merge pull request #28636 from taosdata/fix/liaohj
...
fix(stream): check the right return code for concurrent checkpoint trans
2024-11-05 11:18:27 +08:00
Shengliang Guan
521b86ea89
Merge pull request #28637 from taosdata/fix/3_liaohj
...
fix(stream): check the right return code for concurrent checkpoint trans.
2024-11-05 11:18:14 +08:00
54liuyao
ecf8f92ac8
fix ci issue
2024-11-05 11:11:23 +08:00
xsren
ce67963f8d
fix: lemon path
2024-11-05 11:07:44 +08:00
Haojun Liao
75f838c4b4
fix(stream): fix syntax error.
2024-11-05 11:02:41 +08:00
Haojun Liao
8148f26d30
Merge branch '3.0' into fix/ref
2024-11-05 10:50:28 +08:00
Shengliang Guan
9588581b5d
Merge pull request #28622 from taosdata/TEST/3.0/TD-32120
...
enh(stmt2):add api taos_stmt2_get_all_fields
2024-11-05 10:49:14 +08:00
54liuyao
35a1d79b98
fix(stream):check scan range of stream operator
2024-11-05 10:37:39 +08:00
WANG MINGMING
226a766a17
Merge branch '3.0' into fix/TD-32563
2024-11-05 10:08:19 +08:00
Shengliang Guan
4755c723d3
Merge pull request #28416 from taosdata/fix/ly_stream
...
fix(stream):modify error message
2024-11-05 09:57:28 +08:00
Shengliang Guan
a6c6de1806
Merge pull request #28613 from taosdata/fix/preprocessFail
...
fix: msg preprocess fail issue
2024-11-05 09:11:15 +08:00
Shengliang Guan
5c5316c463
Merge pull request #28614 from taosdata/fix/preprocessFail.b
...
fix: msg preprocess fail issue
2024-11-05 09:11:05 +08:00
yihaoDeng
e33a888d26
add disk usage
2024-11-05 09:10:59 +08:00
Shengliang Guan
1539e04e8b
Merge pull request #28639 from taosdata/main
...
merge: from main to 3.0 branch
2024-11-05 09:04:38 +08:00
xsren
7085e25388
enh: lemon
2024-11-04 20:24:23 +08:00
Shengliang Guan
74e514dc87
fix: compile errors
2024-11-04 20:22:14 +08:00
Shengliang Guan
47f2c60b25
fix: compile errors
2024-11-04 20:21:32 +08:00
Shengliang Guan
2942542e85
fix: compile errors
2024-11-04 20:17:41 +08:00
Shengliang Guan
8c9f80455e
Merge pull request #28597 from taosdata/fix/TD-32271-main
...
fix: mndProcessArbCheckSyncTimer no check for sync
2024-11-04 20:15:47 +08:00
Haojun Liao
0614efdffd
fix(stream): check the right return code for concurrent checkpoint trans.
2024-11-04 20:06:36 +08:00
Haojun Liao
d75d22eb3c
fix(stream): check the right return code for concurrent checkpoint trans.
2024-11-04 19:38:18 +08:00
yihaoDeng
90222531e7
check db
2024-11-04 18:44:56 +08:00
factosea
51e9f93ae6
requestid
2024-11-04 18:44:50 +08:00
Pengrongkun
b011ef49e0
TD-32120:add api taos_stmt2_get_all_fields
...
fix some format
convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API
rename taos_stmt2_get_stb_fields
refact parse for ctbname parameterized
refactor some code, fix some core problem.
2024-11-04 16:59:13 +08:00
Shengliang Guan
f8bd752e59
Merge pull request #28627 from taosdata/feat/contrib3
...
fix: compile errors on macOS 14.4 m2 chip
2024-11-04 16:40:49 +08:00
Shengliang Guan
03814cfe5a
refact: rename version to td_version
2024-11-04 15:16:15 +08:00
xsren
02ed4f457d
delete sql.c
2024-11-04 15:03:19 +08:00
Minglei Jin
175a3f7d57
strea/checkpoint: fix meta file path
2024-11-04 14:22:28 +08:00
Minglei Jin
71e27240cb
stream/rocks: fix meta file dir
2024-11-04 14:00:27 +08:00
yihaoDeng
14843014f9
handle mem leak failure
2024-11-04 13:57:08 +08:00
Shengliang Guan
b762aec161
fix: complie errors
2024-11-04 13:37:23 +08:00
yihaoDeng
44958e3c76
handle mem leak failure
2024-11-04 13:21:15 +08:00
yihaoDeng
9221bfb51e
handle mem leak failure
2024-11-04 13:18:11 +08:00
xsren
296b2a7b8e
cfg: enableAuditDelete
2024-11-04 12:56:12 +08:00
Shengliang Guan
031146b3b5
fix: check memory calloc
2024-11-04 11:53:24 +08:00
Shengliang Guan
07f7b57cd7
Merge remote-tracking branch 'laiyongtao/fix-udfd-env-var-cfg' into feat/contrib30
2024-11-04 11:39:41 +08:00
kailixu
f686a5b8ae
enh: add active info for show grants logs
2024-11-04 11:22:52 +08:00
dmchen
0f535e06aa
feat/TS-5484-audit-delete-fix-review
2024-11-04 11:12:18 +08:00
Shengliang Guan
d8858a5113
Merge remote-tracking branch 'suzp1984/fix/3.0-compile-error-macos' into feat/contrib3
2024-11-04 11:06:15 +08:00
dongming chen
c209921084
Merge pull request #28625 from taosdata/3.0
...
3.0
2024-11-04 10:40:38 +08:00
Shengliang Guan
ad0375a17a
Merge pull request #28533 from taosdata/fix/init_meta
...
fix(stream): add refId for meta at the end of init functions
2024-11-04 10:18:05 +08:00
Jing Sima
9df427c0cd
fix:[TD-32506] Add test case for TD-32506
2024-11-04 09:40:35 +08:00
Jing Sima
355aa885de
fix:[TD-32506] fix mem leak in percentile function.
2024-11-04 09:35:15 +08:00
Shengliang Guan
9622197d57
Merge pull request #28534 from taosdata/fix/liaohj
...
fix(stream): add refId for meta at the end of init functions
2024-11-04 09:33:26 +08:00
Shungang Li
6286b28a32
fix: avoid compile error on win
2024-11-04 09:30:20 +08:00
54liuyao
de92e455a6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-04 09:11:43 +08:00
xsren
7041e64744
add colDataSetVal func desc
2024-11-03 23:00:31 +08:00
yihaoDeng
b38d5a2492
support show db disk info
2024-11-02 21:36:08 +08:00
Shengliang Guan
a71aacbb13
Merge pull request #28620 from taosdata/main
...
merge: from main to 3.0
2024-11-02 12:06:20 +08:00
Shengliang Guan
0b4f2a8a77
Merge pull request #25750 from yinheli/yinheli/reading-code
...
chore(typo): variables
2024-11-01 23:36:05 +08:00
yinheli
74969b0fd4
chore(typo): fix typo
2024-11-01 23:12:27 +08:00
Shengliang Guan
4c2dbef46c
Merge pull request #28596 from taosdata/enh/dnodelist
...
feat: support create database in the specified dnode list.
2024-11-01 20:21:55 +08:00
Shengliang Guan
07f9690714
Merge pull request #28603 from taosdata/enh/TD-32540
...
supporte disable encode and add test case
2024-11-01 18:09:21 +08:00
Shengliang Guan
3e4dddaed8
Merge pull request #28600 from taosdata/fix/TD-32733
...
fix tsdb compress possible crash
2024-11-01 18:06:03 +08:00
yihaoDeng
17077d1a32
handle mem leak failure
2024-11-01 17:53:06 +08:00
Shungang Li
2551b32d1d
enh: add unit test for mndArbCheckSync
2024-11-01 17:52:10 +08:00
Shengliang Guan
65f41cad20
Merge pull request #28577 from taosdata/enh/TD-32652-main
...
enh(query)[TD-32652]: enable AVX implementation with CPU dispatching
2024-11-01 17:30:52 +08:00
dapan1121
2ebc84d02a
fix: msg preprocess fail issue
2024-11-01 16:48:22 +08:00
dapan1121
f0760a3bb0
fix: msg preprocess fail issue
2024-11-01 16:17:10 +08:00
yihaoDeng
160e2686c4
Merge remote-tracking branch 'origin/3.0' into enh/addDiskUsage
2024-11-01 15:58:57 +08:00
Shungang Li
362aa5f7cb
enh: refactor mndProcessArbCheckSyncTimer
2024-11-01 15:57:55 +08:00
factosea
39a0916b80
fix: return value
2024-11-01 15:38:33 +08:00
Shengliang Guan
f7e11e00c0
fix: check return codes
2024-11-01 15:34:57 +08:00
yihaoDeng
af1096522c
set default compress
2024-11-01 15:19:02 +08:00
Shengliang Guan
daa8341a3e
Merge pull request #28512 from taosdata/opti/TD-30681
...
Opti/td 30681
2024-11-01 14:42:39 +08:00
Shengliang Guan
526904fdd1
Merge pull request #28563 from taosdata/fix/main/TD-32727
...
fix:[TD-32727] fix bug when select interp with two more group key.
2024-11-01 14:31:25 +08:00
dongming chen
26485b235d
Merge branch '3.0' into feat/TS-5484-audit-delete
2024-11-01 13:48:38 +08:00
xsren
6f68677b7e
enh: delete report switch
2024-11-01 13:40:00 +08:00
Jinqing Kuang
647066c4f9
enh(query)[TD-32652]: enable AVX implementation with CPU dispatching
...
Extract AVX implementation of specific functions into separate files.
The CPU dispatching mechanism will now check the machine's instruction
set at runtime to determine whether to use the AVX implementation or
fallback to the naive version.
This enhancement improves performance on most machines while ensuring
compatibility with older hardwares.
2024-11-01 12:44:59 +08:00
xsren
08267fec5c
feat: delete report
2024-11-01 11:40:53 +08:00
54liuyao
2a24805646
add block data capacity
2024-11-01 11:34:18 +08:00
yihaoDeng
53aa105da9
add disable support and add test case
2024-11-01 11:23:52 +08:00
54liuyao
0c30b3cf3c
fix ci issue
2024-11-01 10:25:14 +08:00
Hongze Cheng
fdd29317b1
Merge pull request #28590 from taosdata/fix/TD-32703-add-wal-log
...
fix/TD-32703-add-wal-log
2024-11-01 10:05:50 +08:00
54liuyao
0e0a7ae2e9
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-11-01 09:54:51 +08:00
xsren
8c3e4ce63d
enh: set default safetyCheckLevel to normal
2024-11-01 09:48:11 +08:00
yihaoDeng
31f4cb5eb4
fix possible crash
2024-11-01 09:46:09 +08:00
Jing Sima
135adabd98
fix:[TD-32727] set SArray pointer to NULL after destroy.
2024-11-01 09:11:35 +08:00
dapan1121
016d176ea5
fix: number to string output length issue
2024-11-01 08:55:03 +08:00
Shungang Li
ff565f0f39
fix: mndProcessArbCheckSyncTimer no check for sync
2024-10-31 19:04:11 +08:00
Shungang Li
c18b26ff9c
enh: add more log for arbtrans
2024-10-31 19:04:00 +08:00
54liuyao
e9b9ebeb6e
fic comp issue
2024-10-31 18:52:24 +08:00
54liuyao
158eda13f9
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-31 17:49:58 +08:00
54liuyao
5b9f434532
fix issue for value
2024-10-31 17:47:54 +08:00
Shengliang Guan
eedc020425
Merge branch '3.0' into enh/dnodelist
2024-10-31 17:40:01 +08:00
Shengliang Guan
f13d262a5a
Merge branch '3.0' into merge/mainto3.0
2024-10-31 17:38:59 +08:00
Shengliang Guan
33cc4db548
Merge branch 'main' into merge/mainto3.0
2024-10-31 17:38:54 +08:00
Shengliang Guan
27cdac0910
Merge pull request #28579 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2024-10-31 17:37:13 +08:00
Shengliang Guan
765a0f4a03
Merge pull request #28589 from taosdata/enh/TS-5441-3.0
...
fix:[TS-5441] error if cols not equal in write_raw_block
2024-10-31 17:36:58 +08:00
xsren
b663adf946
feat: delete report
2024-10-31 17:33:08 +08:00
Shengliang Guan
318ae7fd5e
Merge pull request #28199 from taosdata/fix/TD-32338-3.0
...
enh: (last) performance issue
2024-10-31 17:27:58 +08:00
Shengliang Guan
a31027359f
Merge pull request #28253 from taosdata/fix/3_liaohj
...
enh(stream): check the existence for snode.
2024-10-31 17:25:36 +08:00
dapan1121
726594b926
fix: float display issue
2024-10-31 17:08:07 +08:00
Shengliang Guan
44a9752cd3
fix: minor changes
2024-10-31 16:49:12 +08:00
dongming chen
c88216ff6b
Merge pull request #28592 from taosdata/3.0
...
3.0
2024-10-31 16:44:51 +08:00
Shengliang Guan
3129d42576
fix: minor changes
2024-10-31 16:44:10 +08:00
Shengliang Guan
5bab977a43
fix: create db errors
2024-10-31 16:42:26 +08:00
dongming chen
9d04ddf727
Merge pull request #28591 from taosdata/3.0
...
3.0
2024-10-31 16:36:42 +08:00
Shengliang Guan
aec6f3a105
feat: adjust error messages
2024-10-31 16:10:35 +08:00
54liuyao
fde9eeb9ca
fix ci issue
2024-10-31 16:10:05 +08:00
Shengliang Guan
c7ebc4f77b
fix: compile errors
2024-10-31 16:09:10 +08:00
dmchen
0a4cdb4c47
fix/TD-32703-add-wal-log
2024-10-31 08:03:29 +00:00
Shengliang Guan
31a944c41c
Merge pull request #28582 from taosdata/fix/3.0/TD-32703-2
...
fix firstVer incorrect while remove wal dir
2024-10-31 15:53:39 +08:00
54liuyao
5158bf6b96
fix issue
2024-10-31 15:50:56 +08:00
dapan1121
eaea66cf48
fix: value node clone issue
2024-10-31 15:39:13 +08:00
Shengliang Guan
6aafc047b2
Merge pull request #28435 from taosdata/fix/TD-32166
...
enh:[TD-32166]refactor code in sml
2024-10-31 15:34:08 +08:00
Shengliang Guan
f8952f6c17
Merge pull request #28550 from taosdata/fix/3.0/TD-32664
...
fix partition + having planner internal error
2024-10-31 15:32:41 +08:00
Shengliang Guan
cea0bb6445
Merge pull request #28480 from taosdata/enh/TD-32190
...
enh: add query plan test
2024-10-31 15:27:58 +08:00
Haojun Liao
a685c1394a
refactor: do some internal refactor.
2024-10-31 15:20:18 +08:00
Shengliang Guan
94b8af0b44
Merge branch '3.0' into enh/dnodelist
2024-10-31 15:18:34 +08:00
Haojun Liao
8b596ec4c4
fix(stream): release task after acquire.
2024-10-31 15:14:26 +08:00
Shungang Li
2879fafc1c
fix: typo issue
2024-10-31 14:54:01 +08:00
wangmm0220
3a66d2fb3b
fix:[TS-5441] error if cols not equal in write_raw_block
2024-10-31 14:51:56 +08:00
Haojun Liao
b1ad121bae
fix(stream): release task before returning.
2024-10-31 14:49:16 +08:00
xsren
974591f265
fix: colDataSetOrCover
2024-10-31 14:23:28 +08:00
Haojun Liao
871dd71040
fix(stream): add some logs.
2024-10-31 14:10:26 +08:00
Hongze Cheng
e260eb7a07
Revert "enh(stmt2):add api taos_stmt2_get_all_fields"
2024-10-31 13:35:42 +08:00
Shengliang Guan
c111ec0613
Merge pull request #28544 from taosdata/enh/TD-32501-main
...
enh: alter taosCheckAndSetDebugFlag log level
2024-10-31 13:32:14 +08:00
Haojun Liao
930dc4abf7
fix(stream): remove invalid acquire.
2024-10-31 13:15:01 +08:00
Shengliang Guan
640a417aca
Merge branch '3.0' into merge/mainto3.0
2024-10-31 12:51:16 +08:00
Shengliang Guan
b8ec59ab19
Merge branch 'main' into merge/mainto3.0
2024-10-31 12:51:12 +08:00
Shengliang Guan
c5d258ac1e
Merge pull request #28523 from taosdata/TEST/3.0/TD-32120
...
enh(stmt2):add api taos_stmt2_get_all_fields
2024-10-31 12:46:07 +08:00
Shungang Li
fde2a56076
enh: tsdbCacheRowFormatUpdate check for memory funcs
2024-10-31 11:47:32 +08:00
Shungang Li
fd1f3ba048
enh: taosCheckAndSetDebugFlag print errstr
2024-10-31 11:40:39 +08:00
xiao-77
40cf21b15c
fix firstVer incorrect while romove wal dir
2024-10-31 11:27:24 +08:00
xsren
ad83a9a650
fix: reset offset when trimdatablock
2024-10-31 11:17:15 +08:00
Shengliang Guan
e886a140d5
Merge pull request #28558 from taosdata/fix/TD-32766-check-ref-before-free-main
...
fix/TD-32766-check-ref-before-free-main
2024-10-31 10:25:43 +08:00
Shengliang Guan
2749fda758
Merge pull request #28560 from taosdata/fix/TD-32766-check-ref-before-free-3.0
...
fix/TD-32766-check-ref-before-free-main
2024-10-31 10:25:30 +08:00
wangmm0220
2d310221b3
enh:[TD-32166]refactor code in sml
2024-10-31 10:03:43 +08:00
Jing Sima
c87b054a02
fix:[TD-32727] fix bug when select interp with two more group key.
2024-10-31 09:50:36 +08:00
Shengliang Guan
91f8c4cfed
Merge pull request #28437 from taosdata/fix/TD-32485
...
fix: the problem of taosc driver retrying errors after clearing the dnode data
2024-10-31 09:19:07 +08:00
dmchen
3b23031a44
fix/TS-5251-add-conflict-check
2024-10-31 01:18:00 +00:00
Shengliang Guan
3eb877aa5d
Merge branch 'main' into merge/mainto3.0
2024-10-31 09:11:18 +08:00
Hongze Cheng
c343f336fa
Merge pull request #28574 from taosdata/fix/TD-32703-add-wal-log
...
fix/TD-32703-add-wal-log
2024-10-31 09:09:02 +08:00
Shengliang Guan
82f579a16d
Merge pull request #28559 from taosdata/enh/TS-5554-3.0
...
enh: use correct error code
2024-10-31 09:03:48 +08:00
Pan Wei
077da8d945
Merge branch '3.0' into opti/TD-30681
2024-10-31 08:39:12 +08:00
Haojun Liao
01748085cc
fix(stream): not remove task when trying to stop it.
2024-10-31 00:25:26 +08:00
Shengliang Guan
1ed7ab7663
Merge branch 'main' into doc/contrib
2024-10-31 00:11:49 +08:00
Shengliang Guan
183d879050
Merge remote-tracking branch 'ljw0903/patch-2' into doc/contrib
2024-10-31 00:09:42 +08:00
Shengliang Guan
5d57d78826
Merge remote-tracking branch 'flyingangel2013/ts_3469_casefile' into doc/contrib
2024-10-31 00:02:41 +08:00
Shengliang Guan
a381eb78a8
Merge branch 'main' into merge/mainto3.0
2024-10-30 23:49:47 +08:00
Shengliang Guan
5ed4bced28
Merge pull request #28547 from taosdata/fix/fixInvalidWrite
...
opt transport
2024-10-30 20:26:08 +08:00
Shengliang Guan
25176bb477
Merge remote-tracking branch 'freemine/fix_unnecessary_mkdir_failure' into doc/contrib
2024-10-30 19:44:18 +08:00
Hongze Cheng
af03868864
fix unit test
2024-10-30 19:42:09 +08:00
xsren
73be7ddbc6
fix: set tablefield of stream block to NULL
2024-10-30 19:38:08 +08:00
dmchen
ba9c796c9d
fix/TD-32703-add-wal-log
2024-10-30 11:33:00 +00:00
dapan1121
edfefbff77
fix: value node clone issue
2024-10-30 19:07:47 +08:00
Jing Sima
7d05ccbfa0
fix:[TS-5567] fix bug when partition/group by const value's alias name.
2024-10-30 18:55:18 +08:00
Pengrongkun
3895a7707a
convert TAOS_FIELD_E to TAOS_FIELD_ALL, to prevent modifications to the original API
2024-10-30 18:12:08 +08:00
Jing Sima
2106a59872
fix:[TD-32727] fix bug when select interp with two more group key.
2024-10-30 18:11:14 +08:00
yihaoDeng
a881ff3edf
add test case
2024-10-30 18:06:30 +08:00
Shengliang Guan
91a352a329
Merge branch '3.0' into merge/mainto3.0
2024-10-30 18:04:58 +08:00
yihaoDeng
97c9dba167
add test case
2024-10-30 17:51:59 +08:00
dapan1121
74065f91d8
fix: data source ep issue
2024-10-30 17:39:33 +08:00
yihaoDeng
456ed98e17
handle quit error
2024-10-30 17:36:55 +08:00
dmchen
eaba7dfb5f
fix/TD-32766-check-ref-before-free-first-check
2024-10-30 09:01:50 +00:00
dmchen
fbb8585593
fix/TD-32766-check-ref-before-free-check-first
2024-10-30 09:00:42 +00:00
Shungang Li
84b17a144b
Merge branch 'fix/TS-4937' into fix/TD-32338-3.0
2024-10-30 16:33:09 +08:00
yihaoDeng
a191e9993a
handle quit error
2024-10-30 16:30:46 +08:00
yihaoDeng
70c9d9847f
handle quit error
2024-10-30 16:28:26 +08:00
yihaoDeng
8d4813590f
handle quit error
2024-10-30 16:27:44 +08:00
yihaoDeng
57743282db
handle quit error
2024-10-30 16:23:57 +08:00
Shungang Li
6da22e6483
enh: tsdb cache schema
2024-10-30 16:13:27 +08:00
Hongze Cheng
7ec7c6abe6
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/TS-5554-3.0
2024-10-30 15:31:58 +08:00
dmchen
935d118f42
fix/TD-32766-check-ref-before-free-main
2024-10-30 07:31:35 +00:00
Hongze Cheng
8364260403
enh: change the error code
2024-10-30 15:30:32 +08:00
dmchen
0e01b1a9c0
fix/TD-32766-check-ref-before-free-main
2024-10-30 07:29:13 +00:00
Hongze Cheng
ef50e5d407
enh: optimize the error message for the case of the drop column
2024-10-30 15:21:11 +08:00
54liuyao
b6d16eccdb
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 14:54:42 +08:00
Minglei Jin
ba88253bf1
lru: remove commented section
2024-10-30 14:42:13 +08:00
Pengrongkun
aa3c79100b
fix some format
2024-10-30 14:24:10 +08:00
Shengliang Guan
8c07f93c71
Merge pull request #28189 from taosdata/fix/TD-32387
...
valid iter
2024-10-30 14:05:48 +08:00
xsren
6d4d79a4d3
fix: geometry ST_AsText
2024-10-30 14:04:12 +08:00
Shengliang Guan
ea9ed2e538
Merge pull request #28300 from taosdata/enh/TS-5441-3.0
...
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-30 13:43:41 +08:00
yihaoDeng
5ba90c2388
handle quit error
2024-10-30 13:35:34 +08:00
yihaoDeng
989457969e
handle quit error
2024-10-30 11:56:36 +08:00
yihaoDeng
9f9b22e436
handle quit error
2024-10-30 11:56:24 +08:00
wangjiaming0909
14ddaf7c39
add parition having tests and fix merge align interval + limit
2024-10-30 11:09:57 +08:00
wangjiaming0909
e6e36bcd2d
fix PARITION (INTERVAL) HAVING() caused planner internal err
2024-10-30 11:09:57 +08:00
yihaoDeng
52f9ea5963
handle mem failure
2024-10-30 11:06:09 +08:00
yihaoDeng
69b36fee44
handle mem failure
2024-10-30 10:58:47 +08:00
yihaoDeng
542a6d3672
opt transport quit
2024-10-30 10:39:34 +08:00
Shungang Li
7d89545d3c
enh: alter taosCheckAndSetDebugFlag log level
2024-10-30 10:26:49 +08:00
Minglei Jin
d8df6db06a
fix schema update with sver param
2024-10-30 10:23:32 +08:00
yihaoDeng
a3b797031d
fix quit error
2024-10-30 10:23:28 +08:00
54liuyao
d065d71821
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-30 10:09:48 +08:00
yihaoDeng
1dfad47bfa
fix quit error
2024-10-30 10:01:23 +08:00
Haojun Liao
e618a04e51
fix(stream): adjust start timer position.
2024-10-30 09:13:33 +08:00
Haojun Liao
6b5e64dc8e
fix(stream): adjust start timer position.
2024-10-30 09:13:07 +08:00
yihaoDeng
f0ec573611
fix double free
2024-10-30 09:06:24 +08:00
yihaoDeng
d4b0550a01
fix double free
2024-10-30 09:06:10 +08:00
Hongze Cheng
c9e281535d
Merge pull request #28542 from taosdata/fix/TD-32703-add-log-3.0
...
Fix/td 32703 add log 3.0
2024-10-30 08:57:55 +08:00
Shengliang Guan
c026f26289
Merge pull request #28546 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2024-10-30 08:57:21 +08:00
xsren
62fbb62b9c
fix: merge conflict
2024-10-29 23:06:57 +08:00
xinsheng Ren
c5ec062a12
Merge branch '3.0' into enh/TD-32181/client
2024-10-29 23:00:46 +08:00
Shengliang Guan
689cdd4e44
test: add dnodes cases
2024-10-29 21:33:36 +08:00
Shengliang Guan
6690a9ec84
feat: remove alter db options
2024-10-29 21:24:27 +08:00
xsren
694e757770
fix: coldata set val
2024-10-29 19:51:04 +08:00
Haojun Liao
c6c23271c7
fix(stream): adjust refId init position.
2024-10-29 19:49:53 +08:00
Haojun Liao
71f4ae6957
fix(stream): adjust refId init position.
2024-10-29 19:48:17 +08:00
Haojun Liao
9bae0adba6
fix(stream): start scheduler task after set the refId.
2024-10-29 19:14:37 +08:00
Haojun Liao
c149449717
fix(stream): adjust init ref position.
2024-10-29 18:46:28 +08:00
Haojun Liao
69f6c3eb51
fix(stream): adjust init ref position.
2024-10-29 18:45:30 +08:00
54liuyao
a0818d2a2d
fix issue
2024-10-29 18:34:51 +08:00
Haojun Liao
a18e456774
Merge branch 'main' into fix/liaohj
2024-10-29 18:30:04 +08:00
Jing Sima
419c2e2974
fix:[TS-5567] fix bug when partition/group by const value's alias name.
2024-10-29 18:02:25 +08:00
Pengrongkun
e9feec94b3
TD-32120:add api taos_stmt2_get_all_fields
2024-10-29 17:27:48 +08:00
dmchen
23249271fb
fix/TD-32703-add-log
2024-10-29 09:20:09 +00:00
dmchen
ff2f2f2b5f
fix/TD-32703-add-log
2024-10-29 09:20:02 +00:00
xsren
36e115d2cd
fix: colDataSetVal repeatedly sets the same row
2024-10-29 15:49:16 +08:00
Minglei Jin
6b67c2ebf0
uncomment tsdb cache commit
2024-10-29 15:07:13 +08:00
Minglei Jin
e364d5aa66
tsdb/cache: invalidate cached schema
2024-10-29 14:41:14 +08:00
Shengliang Guan
adf7ea29cb
feat: alloc dnode from input dnode list
2024-10-29 14:40:40 +08:00
54liuyao
d8ff0b63d0
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/ly_res_main
2024-10-29 14:14:44 +08:00
54liuyao
fc2e62a18c
use len of context buffer
2024-10-29 14:14:26 +08:00
Shengliang Guan
649268310f
Merge pull request #28529 from taosdata/fix/TD-32696
...
opt log to aovid stack overflow
2024-10-29 13:02:26 +08:00
Minglei Jin
cf3e84e79d
tsdb/cache: cache schema to reuse
2024-10-29 12:25:25 +08:00
Shengliang Guan
59f00727e5
Merge remote-tracking branch 'origin/3.0' into enh/dnodelist
2024-10-29 11:39:11 +08:00
Shengliang Guan
02d56519a2
feat: parse dnodeId from dnodeList
2024-10-29 11:23:58 +08:00
Minglei Jin
fb48ab9298
Merge branch '3.0' into fix/TS-4937
2024-10-29 11:01:28 +08:00
54liuyao
95ba57c139
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-29 10:57:12 +08:00
Haojun Liao
281668738a
fix(stream): add refId for meta at the end of init functions
2024-10-29 10:40:18 +08:00
yihaoDeng
01819f202e
opt log
2024-10-29 10:34:45 +08:00
Shengliang Guan
75af76319b
Merge pull request #28470 from taosdata/opti/TD-31566
...
opti:modify time range of select ts in
2024-10-29 10:28:33 +08:00
Haojun Liao
097d3caa90
fix(stream): add refId for meta at the end of init functions
2024-10-29 10:20:27 +08:00
Shengliang Guan
9754f1f388
Merge pull request #28526 from taosdata/fix/TD-32704-main
...
fix: (last) eliminate redundant logs caused by incorrect return results
2024-10-29 09:24:56 +08:00
Haojun Liao
97637d2435
other: merge 3.0
2024-10-29 09:22:17 +08:00
xsren
1463bd3efd
fix: show streams
2024-10-29 00:03:40 +08:00
xsren
85989212c6
fix: set scolumnInfo nodata flag where table scan notload
2024-10-28 19:38:56 +08:00
Haojun Liao
cacc7db61c
fix(stream): set the correct start ts.
2024-10-28 19:33:11 +08:00
Shengliang Guan
c65f6c3e79
Merge pull request #28496 from taosdata/fix/TD-32622-add-closed-hash
...
fix/TD-32622-add-closed-hash
2024-10-28 19:14:29 +08:00
Shengliang Guan
96bf03d2a8
Merge pull request #28517 from taosdata/fix/TD-32622-add-lock-for-vnodes
...
fix/TD-32622-add-lock-for-vnodes
2024-10-28 19:13:51 +08:00
dapan1121
9f2fba6269
Merge remote-tracking branch 'origin/main' into enh/TD-32190
2024-10-28 18:48:40 +08:00
dapan1121
cea25e7f9d
fix: scheduler ut issues
2024-10-28 18:47:15 +08:00
Pan Wei
9694006168
Update filter.c
2024-10-28 18:27:12 +08:00
yihaoDeng
af0a41979e
fix:conflicts from 3.0
2024-10-28 18:11:39 +08:00
Haojun Liao
c0932d419d
fix(stream): fix error in pause/resume for force_window_close
2024-10-28 18:07:11 +08:00
yihaoDeng
b523cf8802
fix:conflicts from 3.0
2024-10-28 17:34:20 +08:00
Minglei Jin
53826a320f
fix(s3/s3_chunksize): rename to s3_chunkpages & default to 128k pages
2024-10-28 16:46:26 +08:00
yihaoDeng
b8a9e4d364
opt log to aovid stack overflow
2024-10-28 15:20:49 +08:00
wangmm0220
0100d383ee
enh:[TS-5441] cost too long in tmq write meta data by cache meta and vg info
2024-10-28 15:02:03 +08:00
Shengliang Guan
c08ab1cffe
Merge pull request #28508 from taosdata/fix/TD-32681-monitor-test-ci-fail
...
fix: monitor test always failed
2024-10-28 14:19:17 +08:00
Hongze Cheng
3949a0a15f
Merge pull request #28509 from taosdata/fix/TD-32621-remove-from-hash-when-creating-fail
...
fix: remove from hash when creating fail
2024-10-28 13:29:59 +08:00
54liuyao
3fdb1f4b7c
add stream check
2024-10-28 13:18:59 +08:00
54liuyao
9a68dc53bf
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/ly_res_main
2024-10-28 12:48:40 +08:00
xsren
fb34549ae7
fix: json tag length check
2024-10-28 11:50:25 +08:00
54liuyao
bb733ca52b
fix issue
2024-10-28 11:18:31 +08:00
Shungang Li
d34fc78a22
fix: (last) eliminate redundant logs caused by incorrect return results
2024-10-28 11:18:06 +08:00
54liuyao
424e574e94
fix issue
2024-10-28 11:09:56 +08:00
Haojun Liao
0bc5f8cb88
fix(stream): relase the task.
2024-10-28 10:20:08 +08:00
Minglei Jin
379da89e68
Merge branch 'fix/TD-32338-3.0-noarray' into fix/TS-4937
2024-10-28 10:20:03 +08:00
Minglei Jin
69e930be66
Revert "enh(tsdb/cache): move last ref array into shard instance"
...
This reverts commit 39af874ff8 .
2024-10-28 10:18:48 +08:00
dmchen
9b9f06eec3
fix/TD-32622-add-lock-for-vnodes-fix-compile
2024-10-28 01:23:52 +00:00
xsren
b02ad5c8e2
fix to_char length
2024-10-27 23:35:21 +08:00
xsren
323088dc71
fix: create partialfunction
2024-10-27 22:41:34 +08:00
Haojun Liao
51f3f29d5b
fix(stream): fix syntax check failure.
2024-10-27 21:52:46 +08:00
Haojun Liao
0fa7bf1a26
fix(stream): fix memory leak.
2024-10-27 19:51:52 +08:00
54liuyao
658503f169
Merge branch 'fix/ly_res_main' of https://github.com/taosdata/TDengine into fix/ly_res_main
2024-10-27 15:51:22 +08:00
54liuyao
86e7371e87
fix issue for windows compile
2024-10-27 15:50:57 +08:00
Haojun Liao
4802f59dfe
fix(stream): use the refId in stream meta list, in order to avoid access already freed stream tasks.
2024-10-27 15:49:40 +08:00
Haojun Liao
380f433499
fix(stream): use the refId in stream meta list, in order to avoid access already freed stream tasks.
2024-10-27 15:40:17 +08:00
Shengliang Guan
0cae5f178c
enh: increase synatx parser
2024-10-26 21:16:28 +08:00
xinsheng Ren
412c10ed94
Merge branch '3.0' into enh/TD-32181/client
2024-10-25 22:54:04 +08:00
xsren
0a8b3714f9
fix: reserve
2024-10-25 18:45:29 +08:00
dmchen
83ca164e97
fix/TD-32622-add-lock-for-vnodes-fix-compile
2024-10-25 10:13:15 +00:00
dmchen
dde9ae82f2
fix/TD-32622-add-lock-for-vnodes
2024-10-25 10:10:00 +00:00
54liuyao
417938d2b2
fix issue
2024-10-25 17:21:28 +08:00
lyh250-666
ed1186f05e
opti:modify bytes for numbers and string, and varbinary
2024-10-25 17:20:59 +08:00
Hongze Cheng
f7843a29ab
Merge pull request #28506 from taosdata/fix/remove-monitor-error-log
...
fix/remove-monitor-error-log
2024-10-25 17:14:22 +08:00
lyh250-666
38ae87fa05
opti:modify bytes for numbers and string
2024-10-25 17:05:14 +08:00
lyh250-666
d5876b0457
opti:modify bytes for numbers and string
2024-10-25 16:59:46 +08:00
54liuyao
a4279392b2
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/ly_res_main
2024-10-25 16:35:21 +08:00
54liuyao
f5626d45bc
fix issue for windows compile
2024-10-25 16:13:43 +08:00
54liuyao
077005a9f9
fix ci issue
2024-10-25 16:08:38 +08:00
dmchen
e71fb62723
fix/TD-32621-remove-from-hash-when-creating-fail
2024-10-25 08:05:10 +00:00
dmchen
c6ef1333f6
fix/TD-32681-monitor-test-ci-fail
2024-10-25 07:48:32 +00:00
54liuyao
ff46074b19
unsupported sliding
2024-10-25 15:43:28 +08:00
Shengliang Guan
8862b67c0f
Merge pull request #28457 from taosdata/fix/TD-32580-main
...
enh: mndArbGroup replace unsafe func
2024-10-25 15:41:00 +08:00
dmchen
a34ce8f773
fix/remove-monitor-error-log
2024-10-25 07:39:18 +00:00
lyh250-666
fa9f273449
opti:add case for double and float
2024-10-25 14:39:03 +08:00
Minglei Jin
39af874ff8
enh(tsdb/cache): move last ref array into shard instance
2024-10-25 14:20:07 +08:00
54liuyao
f79dcffc8c
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-25 14:14:43 +08:00
Shengliang Guan
47fe19ab4c
Merge pull request #28492 from taosdata/fix/TD-32621-remove-from-hash-when-creating-fail
...
fix: remove from hash when creating fail
2024-10-25 14:13:14 +08:00
Shengliang Guan
3806adb943
Merge pull request #28495 from taosdata/simon/fix
...
fix: invalid db options synax
2024-10-25 14:09:33 +08:00
dmchen
25343b914d
fix/TD-32622-add-closed-hash-fix-case
2024-10-25 05:51:40 +00:00
54liuyao
6b2d338a20
enh(executor):avoid use dangerous functions
2024-10-25 13:47:09 +08:00
54liuyao
9475664494
add stream doc
2024-10-25 13:39:26 +08:00
Hongze Cheng
b5b698a76c
Merge pull request #28494 from taosdata/fix/vnode-sync-commit
...
fix(vnode/commit): fix sync commit log output
2024-10-25 13:09:19 +08:00
dmchen
7a6c21814e
fix/TD-32622-add-closed-hash-fix-case
2024-10-25 04:50:16 +00:00
Shengliang Guan
72819548c7
Merge pull request #28482 from taosdata/merge/mainto3.0
...
merge: from main to 3.0
2024-10-25 12:39:45 +08:00
dmchen
9f111b60ab
fix/TD-32622-add-closed-hash-fix-case
2024-10-25 03:50:16 +00:00
yihaoDeng
9d76aa91bc
change transport log level
2024-10-25 10:59:51 +08:00
dmchen
9f69124708
fix/TD-32622-add-closed-hash
2024-10-25 02:53:48 +00:00
Hongze Cheng
5daa167601
Merge pull request #28488 from taosdata/fix/TD-32621-add-log
...
fix/TD-32621-add-log
2024-10-25 10:40:29 +08:00
Minglei Jin
3795f9cd13
fix(vnode/commit): fix sync commit log output
2024-10-25 10:26:15 +08:00
Shengliang Guan
ce87a7e8cf
Merge pull request #28462 from taosdata/enh/main/TD-32459
...
enh:[TD-32459] Abstract function properties into a struct.
2024-10-25 10:20:18 +08:00
xsren
b50a89804f
fix: reserve check
2024-10-25 10:16:28 +08:00
Shengliang Guan
6701066ad8
Merge pull request #28484 from taosdata/fix/TD-32665-2
...
fix(az/stream): catch all exceptions from cpp
2024-10-25 09:44:10 +08:00
Shengliang Guan
a0cf6c8fb7
Merge pull request #28451 from taosdata/fix/3.0/TD-32519
...
fix drop table with tsma crash
2024-10-25 09:43:11 +08:00
wangmm0220
a062a0cb84
enh:[TD-32166]refactor code in sml
2024-10-25 09:41:35 +08:00
dapan1121
c31eadea21
fix: request subplan number setting issue
2024-10-25 08:42:14 +08:00
Minglei Jin
68f651a92f
az/object to file: static impl func
2024-10-25 08:37:20 +08:00
Hongze Cheng
669d88a049
Merge pull request #28463 from taosdata/enh/TS-5248
...
enh(s3/default param value): new default values for s3 params
2024-10-25 08:24:52 +08:00
wangmm0220
6960a34cfb
enh:[TD-32166]refactor code in sml
2024-10-24 19:52:39 +08:00
54liuyao
c590377bee
merge 3.0
2024-10-24 19:29:14 +08:00
54liuyao
cea454b002
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-24 19:24:55 +08:00
Shengliang Guan
9a7000da4a
Merge pull request #28485 from taosdata/merge/30tomain
...
merge: from 3.0 to main branch
2024-10-24 19:12:17 +08:00
dmchen
c148d0676b
fix/TD-32621-remove-from-hash-when-creating-fail
2024-10-24 11:07:40 +00:00
wangmm0220
35d3d968ff
enh:[TD-32166]refactor code in sml
2024-10-24 18:55:37 +08:00
dapan1121
33a0fd5519
fix: modify subplan validation issue
2024-10-24 18:34:53 +08:00
Shengliang Guan
4a6e011615
fix: invalid db options
2024-10-24 18:33:37 +08:00
dmchen
9cb415cb4d
fix/TD-32621-add-log
2024-10-24 10:08:11 +00:00
xsren
5d20fde692
safetycheck, use reserve state
2024-10-24 17:44:13 +08:00
Shengliang Guan
402a9ad0d5
Merge pull request #28440 from taosdata/feat/3.0/TD-29667
...
fix fill with pesudo column exprs
2024-10-24 16:42:30 +08:00
Jing Sima
5f7dbde47f
enh:[TD-32459] Abstract function properties into a struct.
2024-10-24 16:39:12 +08:00
wangmm0220
4090aad6fd
enh:[TD-32166]refactor code in sml
2024-10-24 16:18:39 +08:00
Minglei Jin
c642531e2f
fix(az/stream): catch all exceptions from cpp
2024-10-24 15:58:39 +08:00
wangmm0220
75c8727c52
enh:[TD-32166]refactor code in sml
2024-10-24 15:48:57 +08:00
dapan1121
8cd994645b
fix: subplan test compile issue
2024-10-24 15:30:47 +08:00
dapan1121
7a45984c96
fix: table seq scan issue
2024-10-24 15:28:09 +08:00
Jing Sima
c26ab17f19
enh:[TD-32459] Abstract function properties into a struct.
2024-10-24 15:08:56 +08:00
dapan1121
f795e415e5
fix: add subplan test
2024-10-24 15:01:49 +08:00
54liuyao
dc9d6a8a73
fix issue for _isfilled
2024-10-24 14:59:53 +08:00
Shengliang Guan
058d605c5b
Merge pull request #28473 from taosdata/fix/TS-5546-main
...
avoid free memory incorrectly
2024-10-24 14:09:21 +08:00
Shengliang Guan
34845b2758
Merge pull request #28474 from taosdata/merge/mainto3.0
...
merge: from main to 3.0 branch
2024-10-24 13:32:30 +08:00
54liuyao
20c54a24f0
avoid free memory incorrectly
2024-10-24 11:25:43 +08:00
Shengliang Guan
e83535ef40
Merge pull request #28468 from taosdata/addLogTo30
...
fix limit
2024-10-24 10:41:27 +08:00
xsren
3a505157f3
fix: type overflow
2024-10-24 10:33:18 +08:00
Shengliang Guan
f59f3901c0
Merge remote-tracking branch 'origin/main' into merge/3340
2024-10-24 10:16:26 +08:00
Shengliang Guan
81c30ab7c0
fix: format cmake file
2024-10-24 10:10:07 +08:00
yihaoDeng
6650dd50f1
fix limit
2024-10-24 08:56:58 +08:00
yihaoDeng
eff6314141
fix limit
2024-10-24 08:04:17 +08:00
yihaoDeng
2630987e5e
fix limit
2024-10-24 07:54:53 +08:00
yihaoDeng
b5bea47883
fix limit
2024-10-24 07:46:48 +08:00
yihaoDeng
410fb6c2c5
fix limit
2024-10-24 07:41:36 +08:00
xsren
f91226b1d6
skip: pCol.pData Null
2024-10-24 06:53:47 +08:00
xsren
a29f6145b0
check skip:pcol.pdata
2024-10-24 06:40:37 +08:00
lyh250-666
b8725618f0
opti:modify time range of select ts in
2024-10-23 23:26:44 +08:00
dapan1121
54bcd56da8
Merge remote-tracking branch 'origin/main' into enh/TD-32190
2024-10-23 19:14:13 +08:00
dapan1121
e52628ab57
fix: scheduler validate plan issues
2024-10-23 19:13:15 +08:00
Minglei Jin
1e63510dfd
s3/mnd: fix default value resetting
2024-10-23 18:38:15 +08:00
wangjiaming0909
a7eb3c2607
fix filloperator memory leak
2024-10-23 18:19:37 +08:00
Shengliang Guan
7b3b32f7af
Merge pull request #28458 from taosdata/fix/TD-32631
...
fix: vnode close caused crash issue
2024-10-23 17:35:58 +08:00
54liuyao
4d8bcd906b
add ci
2024-10-23 17:33:54 +08:00
yihaoDeng
ebaef4a537
fix limit
2024-10-23 17:29:28 +08:00
xsren
a7bbb7863b
fix: varType length check
2024-10-23 17:21:22 +08:00