dapan1121
|
66c9c076e8
|
Merge pull request #24469 from taosdata/fix/xsren/TD-28204/whereOptimizeConditional
Fix/xsren/td 28204/where optimize conditional
|
2024-01-17 10:20:51 +08:00 |
Haojun Liao
|
3e08b81107
|
Merge pull request #24496 from taosdata/revert-24485-fix/xsren/TD-28327/doubleFormat
Revert "fix: LEASTSQUARES func result overflow"
|
2024-01-17 10:10:59 +08:00 |
xinsheng Ren
|
737abbebb7
|
Revert "fix: LEASTSQUARES func result overflow"
|
2024-01-17 10:09:56 +08:00 |
Haojun Liao
|
a56e589048
|
Merge pull request #24490 from taosdata/fix/TD-28338
fix:[TD-28338]empty varchar value return NULL in tmq
|
2024-01-17 10:09:40 +08:00 |
Haojun Liao
|
644b057c2c
|
Merge pull request #24485 from taosdata/fix/xsren/TD-28327/doubleFormat
fix: LEASTSQUARES func result overflow
|
2024-01-17 10:07:41 +08:00 |
Haojun Liao
|
5a93f0584e
|
Merge pull request #24311 from taosdata/fix/TD-28032
fix:[TD-28032]concat subtable and hash val as new subtable name to av…
|
2024-01-17 10:07:24 +08:00 |
Alex Duan
|
a9e06671c9
|
Merge pull request #24494 from taosdata/TEST/3.0/TD-28068
add test cases for td-28068
|
2024-01-17 09:20:50 +08:00 |
chenhaoran
|
7350abfca3
|
test: modify testcase of tmqvnodesplit
|
2024-01-17 09:13:29 +08:00 |
Alex Duan
|
e0569525ce
|
Merge pull request #24472 from taosdata/coverage/TD-28251-3.0
fix: add csum unsigned type test
|
2024-01-17 09:11:20 +08:00 |
zk66214
|
e11c3ba219
|
add test cases for td-28068
|
2024-01-16 19:54:07 +08:00 |
factosea
|
f1a2340288
|
fix: order by ambiguous
|
2024-01-16 19:46:57 +08:00 |
chenhaoran
|
f6eccf10ed
|
test: modify testcase of tmqvnodesplit
|
2024-01-16 19:15:12 +08:00 |
yihaoDeng
|
0d4cc6b8e2
|
fix:[TD-28338]empty varchar value return NULL in tmq
|
2024-01-16 18:46:37 +08:00 |
Haojun Liao
|
3d98fc6a67
|
other: merge 3.0
|
2024-01-16 18:29:33 +08:00 |
Alex Duan
|
d0871663a7
|
fix: add select database
|
2024-01-16 18:24:43 +08:00 |
Alex Duan
|
0f88e3d3a2
|
fix: add database name
|
2024-01-16 18:21:58 +08:00 |
Haojun Liao
|
0280f129bd
|
fix(stream):add some logs.
|
2024-01-16 18:21:29 +08:00 |
factosea
|
cf77226145
|
skip error case
|
2024-01-16 16:23:52 +08:00 |
Haojun Liao
|
882b916940
|
fix(stream): adjust stream trans conflict check.
|
2024-01-16 16:11:04 +08:00 |
Haojun Liao
|
8ede6d87ce
|
refactor: do some internal refactor.
|
2024-01-16 15:40:40 +08:00 |
factosea
|
fdb847fd36
|
fix: LEASTSQUARES func result overflow
|
2024-01-16 15:34:05 +08:00 |
slzhou
|
de6b559ab9
|
fix: remove some uage of table end index
|
2024-01-16 15:21:20 +08:00 |
jiajingbin
|
da648eb115
|
test: update
|
2024-01-16 15:15:56 +08:00 |
slzhou
|
9a7ef7fa18
|
fix: reuse tableListGetGroupList
|
2024-01-16 15:08:50 +08:00 |
jiajingbin
|
d59ede5196
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-28032
|
2024-01-16 15:05:13 +08:00 |
Hongze Cheng
|
c40a87ab0e
|
Merge pull request #24319 from taosdata/ENH/TD-28135-3.0
enh: use learner in redistribute vgroup
|
2024-01-16 15:04:52 +08:00 |
Haojun Liao
|
9a4b7a6d82
|
fix(stream): remove invalid lock, and fix a typo.
|
2024-01-16 14:52:27 +08:00 |
Haojun Liao
|
80793c94c2
|
fix(stream): reset the tasks status before start all tasks, and do some other internal refactor.
|
2024-01-16 14:32:45 +08:00 |
slzhou
|
d3856ebbc7
|
fix: find the reason later
|
2024-01-16 14:28:37 +08:00 |
xinsheng Ren
|
ae5f540692
|
Merge branch '3.0' into fix/xsren/TD-28204/whereOptimizeConditional
|
2024-01-16 14:28:37 +08:00 |
Haojun Liao
|
d1da8ef986
|
Merge pull request #24477 from taosdata/fix/fixResumeBug
fix pause/resume error
|
2024-01-16 14:06:20 +08:00 |
Alex Duan
|
ff76f9835e
|
fix: add twa all types test
|
2024-01-16 14:00:26 +08:00 |
Yihao Deng
|
6f8f47a375
|
fix invalid read write
|
2024-01-16 05:50:20 +00:00 |
Haojun Liao
|
dfe959eb28
|
Merge pull request #24468 from taosdata/fix/3_liaohj
fix(stream): fix deadlock in pause.
|
2024-01-16 12:58:27 +08:00 |
Alex Duan
|
d8e4f38dd7
|
Merge pull request #24476 from taosdata/test/3.0/TD-28094a
test: replace timestamp now with var ts
|
2024-01-16 11:01:04 +08:00 |
factosea
|
3a4eed5c37
|
fix: checkIsEmptyResult
|
2024-01-16 10:46:22 +08:00 |
Haojun Liao
|
4c119c7626
|
fix(os): fix error on windows.
|
2024-01-16 10:44:59 +08:00 |
Haojun Liao
|
b1c6ba467b
|
Merge remote-tracking branch 'origin/fix/3_liaohj' into fix/3_liaohj
|
2024-01-16 10:28:20 +08:00 |
Haojun Liao
|
63494de7f9
|
refactor: do some internal refactor.
|
2024-01-16 10:28:07 +08:00 |
dapan1121
|
2fef37a5cc
|
Merge pull request #24315 from taosdata/fix/xsren/TD-28068/columnNodeRef2
fix: columanRefNode illegal type conversion
|
2024-01-16 10:08:34 +08:00 |
facetosea
|
79671d3e68
|
fix: internal error code
|
2024-01-16 10:07:46 +08:00 |
Haojun Liao
|
8f6256dfae
|
Merge pull request #24473 from taosdata/fix/TD-28319
set delete for session op
|
2024-01-16 10:02:06 +08:00 |
slzhou
|
764365047d
|
fix: stream scan core due to table end index introduced in 1 null row for empty group
|
2024-01-16 09:28:45 +08:00 |
dapan1121
|
53094f62d8
|
Merge pull request #24359 from taosdata/FIX/TD-27003
Fix : use last row scan when select last_row, last
|
2024-01-16 08:50:23 +08:00 |
dapan1121
|
22b8dbe7d5
|
Merge pull request #24474 from taosdata/FIX/TD-28018
Fix: last row num error where partition by null column
|
2024-01-16 08:48:25 +08:00 |
slzhou
|
708b739a31
|
fix: add test case
|
2024-01-16 08:43:28 +08:00 |
shenglian zhou
|
5bef3ab24f
|
feat: add phyiProjectCopy
|
2024-01-16 08:23:34 +08:00 |
shenglian zhou
|
9c9d9dc24b
|
fix: add input ignore group
|
2024-01-16 08:13:47 +08:00 |
Alex Duan
|
086aa9c878
|
fix: add top fun
|
2024-01-15 21:04:54 +08:00 |
Alex Duan
|
06ec6fcdc6
|
feat: add tail and unique fun
|
2024-01-15 20:54:32 +08:00 |