wangjiaming0909
274a7fd876
refine unused codes
2024-11-08 09:50:32 +08:00
wangjiaming0909
2ddd07142a
remove logs
2024-11-08 09:50:32 +08:00
wangjiaming0909
de8576a6a1
refine comments and functions
2024-11-08 09:50:07 +08:00
wangjiaming0909
9a92c136ce
fix drop child table with tsma
2024-11-08 09:47:47 +08:00
wangjiaming0909
65dffbda0c
fix tsma drop ctb
2024-11-08 09:47:04 +08:00
Shengliang Guan
d0828ddf1e
Merge pull request #28643 from taosdata/enh/TD-32732-main
...
enh(query)[TD-32732]: add client Id generation and usage
2024-11-08 09:44:07 +08:00
wangjiaming0909
f2860b766a
add ret check for deletePartName
2024-11-08 09:42:59 +08:00
wangjiaming0909
fc39ea70ac
fix tsma stream same tbname with same group id
2024-11-08 09:42:59 +08:00
54liuyao
9449c8bdc5
adj log
2024-11-08 09:42:59 +08:00
wangjiaming0909
5955d121b3
revert first/last fetch
2024-11-08 09:42:59 +08:00
54liuyao
2b924c68fd
ignore delete result
2024-11-08 09:42:59 +08:00
wangjiaming0909
7f501130a2
client add query fisrt/last/count for drop table
2024-11-08 09:42:58 +08:00
54liuyao
f452ca47fe
delete window state when drop table
2024-11-08 09:42:56 +08:00
wangjiaming0909
a5a3d1d8ad
fix same timestamp written into same tsma res ctb
2024-11-08 09:40:06 +08:00
Shengliang Guan
d36b6fd214
Merge pull request #28682 from taosdata/enh/TD-32167/os
...
Parameter validation
2024-11-08 09:30:09 +08:00
xiao-77
badc1037a9
Remove the wrong comments.
2024-11-07 17:44:25 +08:00
xiao-77
4f9fa3bb3e
fix alter wal level from 0 to 1or2 and restart failed
2024-11-07 17:43:28 +08:00
xsren
9adc756975
enh: parameter validation
2024-11-07 17:37:33 +08:00
Haojun Liao
a8f7f153d9
refactor: do some internal refacrtor.
2024-11-07 16:44:43 +08:00
Haojun Liao
daedcc53fb
refactor: return the error code and do some refactor.
2024-11-07 16:28:47 +08:00
xsren
5c01cff369
enh: param
2024-11-07 16:19:57 +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
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
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
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
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
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
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
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
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
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
54liuyao
d010323eb6
fix ci issue
2024-11-05 13:15:32 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
54liuyao
2a24805646
add block data capacity
2024-11-01 11:34:18 +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
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
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