Commit graph

4226 commits

Author SHA1 Message Date
Haojun Liao
1036259a7b fix(query): fix error in fill. 2023-06-01 18:25:05 +08:00
Haojun Liao
706e350217 fix(query): fix error in fill and partition. 2023-06-01 14:36:42 +08:00
Haojun Liao
5301c5756a other: merge main into 3.0. 2023-06-01 09:29:18 +08:00
wangjiaming0909
60100a0fb6 feature: add user priv when create db, remove priv check with create_dbs 2023-05-31 18:43:56 +08:00
Ganlin Zhao
1e201da9b7 fix test cases 2023-05-31 16:26:23 +08:00
wangmm0220
e4866d1803 fix:ci test cases error 2023-05-31 10:38:22 +08:00
dapan1121
23bcfc2fd0 enh: stmt column length validation 2023-05-31 09:16:47 +08:00
wangmm0220
fcdf25793b fix:remove useless code 2023-05-30 16:52:53 +08:00
wangmm0220
d490ca753f Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-19042 2023-05-30 09:48:49 +08:00
wade zhang
3b6d196ec3
Merge pull request #21498 from taosdata/fix/check-empty-dnode
check empty dnode
2023-05-29 17:45:56 +08:00
dmchen
23983e506f fix test case 2023-05-29 16:12:26 +08:00
wangmm0220
78db3520a6 fix:conflict 2023-05-29 14:57:03 +08:00
dapan1121
6368b27499 fix: sliding case issue 2023-05-29 08:50:57 +08:00
dapan1121
e2d45438cb
Merge pull request #21405 from taosdata/szhou/scl-flt
enhance: scalar filter improvement
2023-05-28 18:49:39 +08:00
slzhou
b83bf9163e fix: restore scalar mode computation and add filterScalarMode config variable and add test case 2023-05-26 14:46:32 +08:00
slzhou
00810d1ffd fix: remove udfpy.sim pycumsum part 2023-05-26 13:10:49 +08:00
Haojun Liao
74f753606b fix(query): add regression test case. 2023-05-26 10:37:36 +08:00
slzhou
ab4111b25e enhance: add python udf sample that uses numpy 2023-05-26 08:24:27 +08:00
dapan1121
2713f4f6d4 feat: support create topic as stable with conditions 2023-05-25 19:01:58 +08:00
shenglian zhou
90f542857d enhance: improve document 2023-05-25 11:13:05 +08:00
Dingle Zhang
984211f3b4
Feature/3.0 geometry (#21037)
* Add GEOMETRY data type and make sql.c able to parse it. The GEMETRY works like BINARY so far.

* add GEOMETRY type into gConvertTypes to fix some issues like DELETE calling

* change some test cases to make sure no same timestamp is inserted, and add my smoketest.sh

* Add a function MakePoint() and introduce a lib geometry

* implement sql functions GeomFromText() and AsText()

* Use GEOS *_r funcions instead for thread safety

* Handle with TSDB_DATA_TYPE_GEOMETRY when INSERT geometry data by converting WKT.
Add geosWrapper to wrap the basic GEOS functions for TDEngine.

* refactor AsText and MakePoint functions to be like GeomFromText

* Show WKT when print geometry data in screen
Dump hex data when dump geometry data in a file

* define TYPE_BYTES item for TSDB_DATA_TYPE_GEOMETRY, which casued some strange issues.

* set number of decimals of WKT to 6

* Implement SQL function Intersects()

* refactor geometry sql functions

* Add geosErrMsgeHandler() to get the GEOS error detail

* use threadlocal to instantiate SGeosContext
call destroyGeosContext() only if the thread exists

* remove SGeosContext *context param for all geometry functions since we use thread local one,
so that all caller do not need to know the context.

* Modify Intersects() to call PreparedIntersects() when one of param is a constant, which has higher performance.

* rename prepareFn() to initCtxFn() to avoid confusion with PreparedFn

* Add prefix "ST_" for all geometry functions

* move getThreadLocalGeosCtx() and destroyThreadLocalGeosCtx() into util,
so that all unit test tools can compile

* Add unit test for geometry lib, only test MakePoint so far

* refactor and enhance existing cases in geomFuncTest

* implement NULL type and NULL value test for geomFuncTest

* add test on geomFromText()

* add unit test on AsText() in geomFuncTest

* combine some makePointFunction test items

* add intersectsFunctionTwoColumns test
refactor on callGeomFromTextWrapper functions

* enhance intersectsFunction test to add cases like input constant , NULL type, NULL value, or wrong content

* add more cases into intersectsFunction test

* Add basic test on geometry in system test

* Add ST_GeomFromText and ST_AsText function test in system test on geometry

* add ST_Intersects function test in system test on geometry

* support to check expectedErrno in system test on geometry

* adjust geomTest unit test and geometry system test

* add geometry data type and functions in doc english version

* implement touchesFunction() in geometry lib
refactor geometry relation functions model

* separate gemFuncTest into several src files

* add unit test on touchesFunction

* support sql function ST_Touches()
add system test on ST_Touches

* add docs for ST_Touches()

* Add ST_Contains()

* Add ST_Covers()

* Add ST_Equals()

* add swapAllowed param for geomRelationFunction()
read geom2 earlier intead of at doGeosRelation()

* Add ST_ContainsProperly()

* build on windows

* Merge from 3.0 to 3.0_geometry

* change macro definition TSDB_DATA_TYPE_GEOMETRY as the last one for compatibility

* change '\\NULL' to 'NULL' back in shellDumpFieldToFile()

* add /usr/local/include into include directory

* add /usr/local/inlcude and /usr/local/lib in cmake.platform for DARWIN
2023-05-24 15:36:46 +08:00
wangjiaming0909
9a421a92f9 fix: core dump when select with interval caused by order 2023-05-24 10:32:10 +08:00
kailixu
c75aa54a3d fix: tsdb read and append _wstart for tsma 2023-05-22 20:33:29 +08:00
dapan1121
778b7b84fd
Merge pull request #21371 from taosdata/fix/TD-24234
fix: distinct wrong result issue
2023-05-19 18:15:04 +08:00
liuyao
e1291bd8b4 opt stream ci test 2023-05-19 13:28:58 +08:00
wade zhang
1ade314043
Merge pull request #21325 from taosdata/feat/force-drop-dnode
Feat/force drop dnode
2023-05-19 09:23:54 +08:00
dapan1121
27b228b79b
Merge pull request #21365 from taosdata/fix/TD-24188
enh: optimize order by for partition by clause
2023-05-19 08:57:11 +08:00
Hui Li
f6c7dbc28e
Merge pull request #21373 from taosdata/fix/TD-24281
test: increase timeouts of checking db ready
2023-05-18 18:54:05 +08:00
chenhaoran
52e85cb85a test: increase timeouts of checking db ready 2023-05-18 18:53:16 +08:00
dapan1121
79623860a4 fix: distinct wrong result issue 2023-05-18 17:41:01 +08:00
slzhou
3e02bb8faa fix: remove files 2023-05-18 16:26:52 +08:00
slzhou
99b424b181 fix: add test case 2023-05-18 16:26:20 +08:00
liuyao
da3fc5111e fix pause agg task 2023-05-18 15:29:41 +08:00
dapan1121
72e6319592 enh: optimize order by for partition by clause 2023-05-18 14:41:32 +08:00
dapan1121
5ac91597b6
Merge pull request #21310 from wangjiaming0909/fix/TS-3398
fix: select <expr1>, <expr1##sth else> from ... return error data whe…
2023-05-18 10:07:06 +08:00
Haojun Liao
ffee5ebc61 Merge branch '3.0' into feature/3_liaohj 2023-05-17 17:47:44 +08:00
Haojun Liao
041ffa91bd other: merge main. 2023-05-17 15:42:15 +08:00
dmchen
523b86f792 fix test case 2023-05-16 16:13:31 +08:00
wangjiaming0909
789b0c7178 fix: select <expr1>, <expr1##sth else> from ... return error data when strlen(expr1) > TSDB_COL_NAME_LEN 2023-05-16 15:42:30 +08:00
kailixu
9faefb7498 Merge branch 'main' into enh/TD-22404-M 2023-05-16 15:17:42 +08:00
kailixu
24acee6e3f chore: restore the test cases 2023-05-16 14:45:06 +08:00
Haojun Liao
170c603995 other: merge 3.0 2023-05-13 20:16:55 +08:00
Haojun Liao
99148d6719 other: merge 3.0 2023-05-13 20:02:48 +08:00
Haojun Liao
236926b9ee other: merge enh/rocksdbstate 2023-05-13 19:49:28 +08:00
Haojun Liao
1975e94501 Merge branch 'main' into enh/rocksdbSstate 2023-05-13 19:41:03 +08:00
Haojun Liao
b383651d8b fix(tmq): fix the invalid write and set the flag when closing taosx sub. 2023-05-13 16:17:26 +08:00
kailixu
c1c1e72e21 Merge branch 'main' into enh/TD-22404-M 2023-05-13 14:19:12 +08:00
Haojun Liao
5b2ef2a675 other: merge main and remove invalid return data for poll. 2023-05-13 02:31:39 +08:00
slzhou
51fa0aeb64 Merge branch 'main' of github.com:taosdata/TDengine into szhou/fix-ts3400 2023-05-13 00:02:03 +08:00
slzhou
5b866edae7 fix: disable table count scan optimized when filters and group by both exist 2023-05-12 18:51:18 +08:00
Haojun Liao
181f9063e9 other: merge 3.0 2023-05-12 18:13:28 +08:00
dapan1121
0c744e864b
Merge pull request #21258 from taosdata/szhou/fix-td24084
fix: bypass projection pruning if union set op and subquery
2023-05-12 17:02:54 +08:00
Haojun Liao
99422c87c3 fix(tq): set the offset to be the consume offset, instead of the committed offset. And update the table sim. 2023-05-12 16:14:56 +08:00
Haojun Liao
4b961753a5 test: update the test case. 2023-05-12 15:13:25 +08:00
kailixu
0c9aa5bf3f merge main 2023-05-12 13:55:22 +08:00
kailixu
00f15c19aa merge main 2023-05-12 13:52:47 +08:00
Haojun Liao
7ef16e1922 other: merge main. 2023-05-12 11:49:53 +08:00
kailixu
2e0d463471 fix: update test case alter_column.sim 2023-05-12 09:57:11 +08:00
slzhou
d8a7e14065 enhance: add test case 2023-05-12 07:20:27 +08:00
slzhou
00fb5acad7 enhance: add test case 2023-05-12 07:19:03 +08:00
kailixu
f4d90fb9bb fix: column length check when update/add column 2023-05-11 20:59:07 +08:00
chenhaoran
57d67faabe test:add testcases of learner in election 2023-05-11 19:05:21 +08:00
yihaoDeng
5708fcb5cb Merge branch 'enh/3.0' into enh/rocksdbSstateMerge 2023-05-10 08:02:16 +00:00
Yihao Deng
c6e5879f44
Merge branch 'main' into enh/rocksdbSstate 2023-05-10 10:04:28 +08:00
yihaoDeng
55014aa003 Merge branch 'enh/rocksdbSstate' into enh/rocksdbSstateMerge 2023-05-09 08:58:51 +00:00
shenglian zhou
d05650475e enhance: add test case 2023-05-09 14:32:35 +08:00
shenglian zhou
50feb64748 fix: add check nchar/varchar column length for normal table 2023-05-09 14:29:09 +08:00
dapan1121
a1eefd25ea fix: count wrong group number issue 2023-05-09 11:33:47 +08:00
Yihao Deng
cb223acf82
Merge branch 'main' into enh/rocksdbSstate 2023-05-08 09:45:27 +08:00
Alex Duan
b925342ad0 test: fix tsim/db/error1.sim random failed 2023-05-06 15:08:33 +08:00
Alex Duan
fc799bcd19 test: fix tsim/db/error1.sim random failed 2023-05-06 15:06:53 +08:00
kailixu
b396cbd33f Merge branch '3.0' into enh/TD-21161-3.0 2023-05-05 20:28:27 +08:00
yihaoDeng
1e09515b98 fix mem leak 2023-05-04 12:10:24 +00:00
Benguang Zhao
cfc2b2ecda test: adjust test case split_vgroup_replica1.sim 2023-05-04 19:46:53 +08:00
liuyao
d17de8b32b add test case 2023-05-04 14:02:39 +08:00
kailixu
94d945a889 Merge branch 'main' into enh/TD-22404-M 2023-05-02 18:34:41 +08:00
liuyao
2984c5a758 merge main 2023-04-28 10:34:46 +08:00
kailixu
fa822ff286 Merge branch '3.0' into enh/TD-21161-3.0 2023-04-27 19:11:16 +08:00
Minglei Jin
3822a5858b sim/valgrind: suppress rocks reachables 2023-04-26 16:03:37 +08:00
dapan1121
919d98d393
Merge pull request #21066 from taosdata/szhou/tag-scan-group-slimit
feature: tag scan group and slimit
2023-04-26 11:17:29 +08:00
Xiaoyu Wang
05dc0fd6b1
Merge pull request #21056 from taosdata/feat/TD-23693
feat: subtable level privilege
2023-04-26 09:17:23 +08:00
Xiaoyu Wang
e584bb3ea1 feat: subtable level privilege 2023-04-25 17:39:28 +08:00
54liuyao
9ba7726385 add test 2023-04-25 17:21:21 +08:00
54liuyao
b79313ecd7 pause&resume 2023-04-25 16:59:09 +08:00
shenglian zhou
ae773fee8b feature: add test case 2023-04-25 14:43:22 +08:00
kailixu
b059cc4ee1 chore: code optimization 2023-04-25 10:59:02 +08:00
liuyao
d429e070da fix fill bug 2023-04-24 18:23:35 +08:00
liuyao
eca7b68fa0 ignore update 2023-04-24 15:01:56 +08:00
Haojun Liao
fa46165227 Merge branch 'main' into enh/rocksdbSstate 2023-04-24 12:59:24 +08:00
Haojun Liao
a4258a5af0
Merge pull request #21019 from taosdata/fix/tagFilterError
fix filter err
2023-04-23 19:58:27 +08:00
kailixu
ee1a4b665a chore: more code 2023-04-23 17:48:03 +08:00
kailixu
0256b44be8 chore: code optimization 2023-04-23 17:45:03 +08:00
liuyao
641c707b37 pause&resume 2023-04-23 17:37:10 +08:00
yihaoDeng
acee9e1862 fix filter err 2023-04-23 08:32:59 +00:00
Xiaoyu Wang
4bb7a25fc7 feat: subtable level privilege 2023-04-23 16:30:28 +08:00
yihaoDeng
4291cfda21 fix filter err 2023-04-23 07:18:23 +00:00
kailixu
df40699a50 Merge branch 'main' into enh/TD-22404-M 2023-04-23 15:01:31 +08:00
yihaoDeng
917b07348c Merge branch 'fix/rocksdbState' into enh/rocksRevert 2023-04-23 02:37:26 +00:00
dapan1121
9e22bd07a4
Merge pull request #21008 from taosdata/szhou/fix-ts3248
fix: when db_name!=xxx can not be used in systable scan index
2023-04-23 09:50:14 +08:00
dapan1121
f4d1ac4e93
Merge pull request #21007 from taosdata/feat/TS-3249
feat: support table_prefix/table_suffix new mode
2023-04-21 19:18:28 +08:00
kailixu
fb99654899 chore: add UT 2023-04-21 18:22:44 +08:00
slzhou
d0b370e736 fix: add test case 2023-04-21 16:28:25 +08:00
dapan1121
877b6e7053 fix: add table_prefix/table_suffix cases 2023-04-21 14:58:58 +08:00
Haojun Liao
2b74583b87
Merge pull request #21002 from taosdata/fix/liaohj_main
fix(stream): set the correct number of tasks.
2023-04-21 14:52:07 +08:00
Haojun Liao
6c641cff39 fix(stream): fix error in start stream tasks. 2023-04-21 09:37:16 +08:00
liuyao
182eb7f9ee add loop 2023-04-20 19:30:30 +08:00
shenglian zhou
cc78a6356c fix: do not performace table count scan optimized where there are no agg functions 2023-04-20 13:54:22 +08:00
liuyao
f2560fd5e9 opt test 2023-04-20 11:50:42 +08:00
liuyao
d29dcb4bcf add loop 2023-04-20 10:50:07 +08:00
liuyao
602b1b7476 add test loop 2023-04-20 09:25:33 +08:00
liuyao
9c6275e4db add loop 2023-04-19 17:12:28 +08:00
liuyao
58b7e2eafb disable sma some test 2023-04-19 16:45:45 +08:00
liuyao
2a74aa317f inc sleep time 2023-04-19 16:41:53 +08:00
54liuyao
5b7ccc42ca inc sleep time 2023-04-19 13:38:30 +08:00
54liuyao
4b59297c66 increase sleep time 2023-04-19 10:36:16 +08:00
54liuyao
ffa25ddd92 increase sleep time 2023-04-19 10:28:11 +08:00
54liuyao
f3f0e0a991 increase sleep time 2023-04-19 10:18:52 +08:00
yihaoDeng
53857abe18 Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-18 22:39:13 +08:00
yihaoDeng
19e94f34b3 change case 2023-04-18 22:38:54 +08:00
yihaoDeng
a3daae8233 fix compile err 2023-04-18 14:08:04 +00:00
yihaoDeng
10fc25a9f6 fix compile err 2023-04-18 13:37:22 +00:00
yihaoDeng
583fedb99d Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-18 13:30:30 +00:00
yihaoDeng
fd32d56385 fix compile error 2023-04-18 13:30:02 +00:00
yihaoDeng
4687430a65 remove reachable mem check 2023-04-18 20:03:51 +08:00
kailixu
751a821e5d Merge branch 'main' into enh/TD-22404-M 2023-04-17 13:57:53 +08:00
kailixu
fcb587b456 Merge branch 'main' into enh/TD-22404-M 2023-04-17 11:42:48 +08:00
liuyao
b8ac811f20 fix bug 2023-04-14 17:35:17 +08:00
Haojun Liao
5850a3ab01 Merge remote-tracking branch 'origin/enh/rocksRevert' into enh/rocksRevert 2023-04-14 10:37:17 +08:00
Haojun Liao
b57c813681 other: merge feature/3_liaohj 2023-04-14 10:36:54 +08:00
Haojun Liao
f8b672f09f other: merge main. 2023-04-14 09:07:18 +08:00
Haojun Liao
70b45a4cf0 fix(stream): all data should be extracted from wal. 2023-04-13 23:22:09 +08:00
Xiaoyu Wang
db8a6ce60b
Merge pull request #20891 from taosdata/FIX/TD-23613-main
test: add flush database in some testcases
2023-04-13 19:03:34 +08:00
Benguang ZHAO
d772fd06dd
Merge branch 'main' into FIX/TD-23613-main 2023-04-13 15:02:59 +08:00
Xiaoyu Wang
a44d455e56 merge 3.0 2023-04-13 14:32:05 +08:00
Minglei Jin
589ed9d0ce fix(tsdb/cache): fix block index ref releasing 2023-04-13 12:09:44 +08:00
Benguang Zhao
6b20306bef test: add flush database in tsim/parser/last_cache.sim and limit1.sim 2023-04-12 19:01:02 +08:00
kailixu
85e11d8cbf Merge branch 'main' into enh/TD-22404-M 2023-04-12 18:30:43 +08:00
kailixu
bd24dcf374 chore: more code 2023-04-12 17:59:21 +08:00
kailixu
1ed3149c39 fix: the precision of delete statement 2023-04-12 17:41:43 +08:00
Xiaoyu Wang
933660ae8d Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main 2023-04-12 14:13:23 +08:00
liuyao
6a98d55c2f add ci test 2023-04-12 11:04:57 +08:00
Xiaoyu Wang
b40c035a2e
Merge pull request #20868 from taosdata/fix/3.0_merge_main
merge main
2023-04-12 09:54:13 +08:00
wade zhang
4d90c85347
Merge pull request #20815 from taosdata/test/TD-AUTOGETN-3.0
test: add udf function return with varchar demo
2023-04-12 09:14:40 +08:00
Xiaoyu Wang
9578c4538a Merge remote-tracking branch 'origin/3.0' into fix/3.0_merge_main 2023-04-11 19:33:23 +08:00
yihaoDeng
71d161ae38 Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert 2023-04-11 11:15:41 +00:00
liuyao
4c2d0b5f63 feat:opt final window 2023-04-11 19:10:10 +08:00
liuyao
34ff1322e4 op final window 2023-04-11 19:10:10 +08:00
yihaoDeng
b24b91886a Merge branch 'dev3' into enh/rocksRevert 2023-04-11 10:59:00 +00:00
Minglei Jin
cb690ee2ea fix(test/udf): use 1 as lucky number instead of 88 2023-04-11 18:46:16 +08:00
Xiaoyu Wang
5ce6220106
Merge pull request #20781 from taosdata/szhou/replace-function
feature: udf replace function
2023-04-11 17:25:21 +08:00
Xiaoyu Wang
4c04b155d5 merge main 2023-04-11 15:56:28 +08:00
slzhou
6f35badc78 enhance: add udf replace function test case 2023-04-11 15:17:50 +08:00
shenglian zhou
71d59281ff fix: select * from (select * from t order by ts desc) order by ts 2023-04-10 14:03:56 +08:00
liuyao
9a1b2a6d15 feat:add test 2023-04-10 13:03:03 +08:00
kailixu
7f6fdd4b6b Merge branch 'main' into enh/TD-22404-M 2023-04-09 13:26:56 +08:00
Alex Duan
ad6dd54a00 test: add udf function return with varchar 2023-04-07 18:14:02 +08:00
kailixu
3530ae0307 Merge branch 'main' into enh/TD-22404-M 2023-04-07 17:51:40 +08:00
liuyao
1f63859e21 feat:add buff swap 2023-04-07 12:50:59 +08:00
Haojun Liao
2b2059ef18
Merge pull request #20534 from taosdata/fix/TD-22671
fix:error in TD-23218 & remove useless logic
2023-04-06 11:47:24 +08:00
54liuyao
1892b806b5 feat:add stream state buff 2023-04-04 17:09:35 +08:00
wangmm0220
ed53b9827a fix:modify tsim cases for msg number 2023-04-04 15:57:27 +08:00
Xiaoyu Wang
e9d7a099cc merge main 2023-04-04 14:50:58 +08:00
dapan1121
f79eeb3032 fix: add stmt error handling 2023-04-04 08:54:28 +08:00
Xiaoyu Wang
c5632ca355 enh: convert the month and year in interval-offset to a database precision duration 2023-04-03 13:47:28 +08:00
Haojun Liao
36ccf34d50
Merge pull request #20707 from taosdata/fix/TD-23397
fix:state window return wrong block type
2023-03-31 11:31:30 +08:00
slzhou
b2ca68943c fix: add test case 2023-03-30 16:58:21 +08:00
54liuyao
ae98ad43a5 fix:state window return wrong block type 2023-03-30 16:38:54 +08:00
kailixu
9552ac2800 enh: coverity scan for sma 2023-03-30 15:11:35 +08:00
slzhou
06aa7d3750 fix: add test case for interval after join 2023-03-30 08:54:00 +08:00
kailixu
fabd96deef enh: coverity scan for sma 2023-03-29 15:56:44 +08:00
slzhou
dcf5f98b4b fix: change name and body to func_name and func_body 2023-03-29 15:52:08 +08:00
Haojun Liao
9992942a7a
Merge pull request #20658 from taosdata/feat/TD-22418
feat:coverity scan
2023-03-29 10:44:53 +08:00
Xiaoyu Wang
97855c6233
Merge pull request #20607 from taosdata/FEAT/TD-23257-3.0
feat: WAL cleanup not affected by topic consumption anymore
2023-03-27 17:58:31 +08:00
54liuyao
cf2d169f75 feat:coverity scan 2023-03-27 16:17:49 +08:00
54liuyao
3a12e36b4b fix:add combine function for last row 2023-03-27 14:13:17 +08:00
Haojun Liao
61974b9f70
Merge pull request #20605 from taosdata/fix/TD-23272
fix:add combine function for groupKey
2023-03-25 15:01:33 +08:00
yihaoDeng
8e409f81ae add backend 2023-03-25 06:43:17 +00:00
Benguang Zhao
19883fdeed feat: alter database before creating topic in tests 2023-03-25 12:01:20 +08:00
dapan1121
dd12e41227
Merge pull request #20618 from taosdata/fix/TS-2974
fix: change float display mode
2023-03-25 09:19:04 +08:00
dapan1121
4167e4c00c fix: some columns sma are not set issue 2023-03-24 15:20:27 +08:00
Xiaoyu Wang
18b039fecd
Merge pull request #20603 from taosdata/enh/3.0_planner_optimize
fix: udf error check
2023-03-23 18:44:23 +08:00
Xiaoyu Wang
bbd5191800 fix: udf error check 2023-03-23 16:32:00 +08:00
54liuyao
ffa59f69aa fix:add combine function for groupKey 2023-03-23 15:20:45 +08:00
slzhou
40a78bde50 fix: unknow db error when query ins_tables with table_name="" 2023-03-23 13:52:53 +08:00
dapan1121
dbca1c0e8c
Merge pull request #20595 from taosdata/fix/TD-23283
fix: slimit not work issue
2023-03-23 08:47:15 +08:00
dapan1121
6506805784 fix: fix no group slimit issue and test cases 2023-03-22 17:14:45 +08:00
dapan1121
5b02af6a91 fix: merge main to 3.0 2023-03-22 16:08:16 +08:00
Ping Xiao
0fbb6ef082 test: update coverage script 2023-03-22 15:15:37 +08:00
dapan1121
56d5034b7f fix: table merge scan limit issue 2023-03-22 08:55:43 +08:00
slzhou
b9edd24d3f fix: create function error for json/decimal/blob/varbinary type 2023-03-21 00:38:13 -08:00
slzhou
ba82f05d68 fix: keep original udf file name when rename file error 2023-03-17 20:19:46 +08:00
slzhou
3bf9ea9e59 fix: prepare_pyudf.sh is not executable 2023-03-17 15:22:06 +08:00
dapan1121
2744dec816
Merge pull request #20488 from taosdata/fix/addUt
fix: modify minrows/maxrows range and add cases
2023-03-17 14:27:31 +08:00
slzhou
7360011a9e fix: move from run_case.sh to each case 2023-03-17 14:08:18 +08:00
slzhou
e71df1aca6 enhance: add taospyudf test and run it in CI 2023-03-16 19:06:18 +08:00
dapan1121
948a603513 fix: fix minrows/maxrows case issue 2023-03-16 14:49:27 +08:00
Xuefeng Tan
449f7115e4
fix: windows test (#20256)
* fix: windows sim test

* fix: windows sim test

* fix: random on windows

* fix: taosd online check

* fix: windows path in python test

* fix: windows python test

* fix: windows python test

* fix: windows python test

* fix: windows python test

* fix: windows python test

* fix: windows python test

* fix: windows python test

* fix: windows python test

* fix: windows python test

* fix: make_install.bat

* fix: python test

* fix: jdbc test

* fix: develop test

* fix: develop test

* fix:add log

* test:add win case file

* test:add win case file

* test:add win case file

* fix: python test get taosBenchmark path

* test:add win case file

* test:comment some failed cases in win

* test:add win case file

* test:add win case file

* test:comment some win case file

* test:add some win case file

---------

Co-authored-by: wangmm0220 <wangmm0220@gmail.com>
Co-authored-by: chenhaoran <haoran920c@163.com>
2023-03-16 10:18:06 +08:00
dapan1121
59b532a890 fix: modify minrows/maxrows range and add cases 2023-03-16 09:46:14 +08:00
Hui Li
8edceef2ff
Merge pull request #20462 from taosdata/TD-23119
test:reduce to 1000 rowNumbers per tables in testcases
2023-03-15 19:51:22 +08:00
Shengliang Guan
51e503dd2c
Merge pull request #20464 from taosdata/fix/TD-23156
fix:source task needs to wait && stream state window does not handle null
2023-03-15 14:09:26 +08:00
54liuyao
25732f7c3c fix:source task needs to wait & stream state window does not handle null 2023-03-15 13:15:17 +08:00
gccgdb1234
48bbd0eeeb test:reduce to 1000 rowNumbers per tables in testcases 2023-03-15 11:49:02 +08:00
dapan1121
397bead009 fix: add test cases 2023-03-15 08:38:00 +08:00
gccgdb1234
525a817d80 test:reduce to 1000 rowNumbers per tables in testcases 2023-03-15 01:41:27 +08:00
Shengliang Guan
041f03e918
Merge pull request #20414 from taosdata/feat/TD-23058
feat: correct slimit&limit clause
2023-03-12 20:48:16 +08:00
dapan1121
16209644c4 fix: regenerate groupId and case issue 2023-03-11 17:24:54 +08:00
Xiaoyu Wang
a846c26ef9 merge main 2023-03-11 16:14:27 +08:00
dapan1121
5df32cbc78 feat: correct slimit&limit clause 2023-03-11 13:08:20 +08:00
Shengliang Guan
37bc466f59
Merge pull request #20373 from taosdata/fix/TS-2853
fix:get dest table version
2023-03-10 10:05:01 +08:00
54liuyao
5acf665b7e fix:get dest table version 2023-03-09 19:36:10 +08:00
Hongze Cheng
b86c23b963 change test case 2023-03-09 18:07:38 +08:00
Xiaoyu Wang
66bb55187d Merge remote-tracking branch 'origin/main' into fix/3.0_merge_main 2023-03-08 18:30:24 +08:00
Shengliang Guan
098dddc3bb
Merge pull request #20328 from taosdata/fix/TD-22972
fix: fix tbname in filter error
2023-03-08 16:17:29 +08:00
yihaoDeng
c408a434d6 fix tbname in error 2023-03-08 14:31:38 +08:00
Xiaoyu Wang
4c8bab7e58 merge main 2023-03-08 10:59:33 +08:00
cadem
f0e23812a1 fix offline_reason.sim 2023-03-08 09:57:07 +08:00
Ping Xiao
807afaa4b2 update coverage test script 2023-03-07 13:59:51 +08:00
Haojun Liao
da550029d8 fix(tmq): fix memory error and adjust some logs. 2023-03-06 11:52:52 +08:00
Shengliang Guan
2624ea65d8 fix: add pre-finished stage, trans won't be dropped in follower if it has undo actions while rollback 2023-03-03 18:21:07 +08:00
Haojun Liao
37281ae17f
Merge pull request #20228 from taosdata/feature/3_liaohj
fix(query): record the correct last accessed key in the stt file.
2023-03-02 17:13:31 +08:00
Shengliang Guan
75273e5541
Merge pull request #20241 from taosdata/fix/ly_stream
ci:adjust test cases
2023-03-02 16:10:14 +08:00
54liuyao
09ac1be5ff ci:adjust test cases 2023-03-02 14:27:33 +08:00
Haojun Liao
3730ea4b57 test: update the sim to speedup this case and set the tqdebugflag to be 135. 2023-03-02 10:00:00 +08:00
dapan1121
ee70606f19 fix: projection query in descending order result error issue 2023-03-01 14:48:15 +08:00
54liuyao
fe4123e814 feat:window close && ignore expired 2023-02-28 18:20:58 +08:00
54liuyao
abbc69a2ed fix:asan error 2023-02-28 17:43:47 +08:00
Haojun Liao
52a8912969
Merge pull request #20183 from taosdata/fix/TD-22797
fix: avoid filter slow when not exist target value
2023-02-28 09:18:46 +08:00
yihaoDeng
d9f8a84a55 fix: avoid filter slow when filter not exist value 2023-02-27 16:03:49 +08:00
Xiaoyu Wang
efa56d5352 merge main 2023-02-27 14:18:03 +08:00
Xiaoyu Wang
f97a140a3c merge 3.0 2023-02-27 14:16:33 +08:00
dapan1121
a98ff93c32 Merge remote-tracking branch 'origin/3.0' into fix/TD-22762 2023-02-26 09:55:00 +08:00
dapan1121
77295df8ec
Merge pull request #20161 from taosdata/fix/TS-2729
fix: table scan crash issue
2023-02-26 07:45:17 +08:00
dapan1121
2d9b5ed4f6 fix: tag like filter issue 2023-02-25 16:04:21 +08:00
dapan1121
ec6c25e342
Merge branch '3.0' into fix/TD-22762 2023-02-25 10:59:23 +08:00
Xiaoyu Wang
d6dd087f84 merge main 2023-02-25 10:29:20 +08:00
dapan1121
05bd600ef8 fix: table scan crash issue 2023-02-25 09:34:37 +08:00
dapan1121
eac27fc0fd fix: empty ts range query issue 2023-02-24 18:39:17 +08:00
dapan1121
2f816dc01f
Merge pull request #20119 from taosdata/fix/TS-2725
fix: alter column length too big issue
2023-02-24 17:33:37 +08:00
Xiaoyu Wang
961107d1ca merge main 2023-02-24 16:55:50 +08:00
dapan1121
d4d246c560
Merge pull request #20110 from taosdata/fix/TD-22709
fix: fix asan error
2023-02-24 16:11:31 +08:00
dapan1121
3f6e8d4f82
Merge pull request #20111 from taosdata/fix/TD-22709-main
fix: fix asan error
2023-02-24 14:35:17 +08:00
Xiaoyu Wang
58fc265b80 merge main 2023-02-24 13:26:45 +08:00
54liuyao
d43355e77f fix:check null column 2023-02-23 17:31:52 +08:00
54liuyao
e42d5ba3dc fix:table name is null 2023-02-23 17:31:47 +08:00
Xiaoyu Wang
1ab144609e merge main 2023-02-23 14:58:22 +08:00
dapan1121
25c555a502 fix: refresh sys db vgroups after creating database 2023-02-23 14:38:57 +08:00
dapan1121
6aa05c4370
Merge pull request #20067 from taosdata/fix/TS-2687
fix: add merge join operator result limitation
2023-02-23 10:40:23 +08:00
Ganlin Zhao
ecaf5193a2 fix: fix asan error 2023-02-22 18:54:18 +08:00
Ganlin Zhao
644ba11a55 fix: fix asan error 2023-02-22 18:53:10 +08:00
Ganlin Zhao
a185561405 fix: fix asan error 2023-02-22 18:46:59 +08:00
chenhaoran
650147ccb8 fix: ingore filter.c error found by asan 2023-02-22 14:46:19 +08:00
chenhaoran
96389577d7 fix: ingore filter.c error found by asan 2023-02-22 14:42:17 +08:00
Xiaoyu Wang
7337f5ff7d
Merge pull request #20052 from taosdata/fix/3.0_merge_main
merge main
2023-02-21 16:27:19 +08:00
dapan1121
968c538be5 fix: add merge join operator result limitation 2023-02-21 08:54:05 +08:00
Shuduo Sang
48426ed2df
fix: alpine compile error for 3.0 (#20064)
* fix: alpine support

* fix: ostimer thread_id

* fix: taosPrintTrace and tsStreamMax

* fix: make_install.sh and dnodes.py for alpine

* fix: cmake.platform and cut option for alpine

* fix: timer sigev and string convert

* fix: test case for alpine

* fix: fix test script for alpine

---------

Co-authored-by: t_max <1172915550@qq.com>
2023-02-20 22:31:56 +08:00
Xiaoyu Wang
319dfd8f06 merge 3.0 2023-02-20 17:21:37 +08:00
Haojun Liao
ad0be66a78
Merge pull request #19935 from taosdata/enh/dynamicIdx
feat:  change  index dynamicly
2023-02-20 15:48:49 +08:00
Xiaoyu Wang
c597de099f merge main 2023-02-20 13:41:27 +08:00
yihaoDeng
6615d19aa7 add rename and del tag case 2023-02-20 10:00:10 +08:00
yihaoDeng
bbc507e82f add rename and del tag case 2023-02-20 09:39:06 +08:00
yihaoDeng
bfe0ac61b9 add index case 2023-02-19 20:43:15 +08:00
yihaoDeng
eafc9db1c1 fix iter and case 2023-02-18 18:24:10 +08:00
yihaoDeng
51755e9783 fix: fix drop error 2023-02-18 16:44:29 +08:00
yihaoDeng
db7dec0347 fix filter error 2023-02-18 11:21:10 +08:00
Haojun Liao
cb35b453d4
Merge pull request #19870 from taosdata/feature/3_liaohj
other: merge opt to main.
2023-02-15 12:55:04 +08:00
54liuyao
88970c88a9 fix:dispatch create sub table 2023-02-15 11:04:49 +08:00
dapan1121
05a9012fe3
Merge pull request #19973 from taosdata/fix/TD-22381
fix: add alter dnode configuration validdation
2023-02-14 17:10:25 +08:00
yihaoDeng
b059351b95 fix RC 2023-02-14 16:54:50 +08:00
yihaoDeng
dabcf00ade fix RC 2023-02-14 16:54:20 +08:00
Haojun Liao
78e67995cc
Merge pull request #19966 from taosdata/fix/nodisk
fix(query): check validation of suid
2023-02-14 16:14:43 +08:00
Haojun Liao
a1eafe88ac fix(query): fix some errors. 2023-02-14 14:48:33 +08:00
dapan1121
b9918b0eda fix: add alter dnode configuration validdation 2023-02-14 13:49:07 +08:00
Haojun Liao
e6b0560d47 test(query): update the sim. 2023-02-14 11:55:21 +08:00
Haojun Liao
6fffc71785 fix(query): check validation of suid, 2023-02-14 10:41:17 +08:00
54liuyao
3f38d56c0d fix:number of ssdatablock rows exceeds the capacity 2023-02-14 10:40:16 +08:00
Haojun Liao
fab32ae930 fix(query): fix bug in "tbname in" query. 2023-02-13 23:19:09 +08:00
yihaoDeng
018356b8dd fix json_tag crash 2023-02-13 17:45:01 +08:00
Yihao Deng
5af1faf916
Merge branch '3.0' into enh/dynamicIdx 2023-02-13 13:36:06 +08:00
54liuyao
31a75f837b fix:crash at generate session scan range 2023-02-13 13:33:38 +08:00
yihaoDeng
0fd0c64157 fix: fix filter error result 2023-02-13 13:28:52 +08:00
54liuyao
9d53b19980 ci:modify stream test 2023-02-13 10:25:33 +08:00
yihaoDeng
a929aa22d8 merge 3.0 2023-02-12 10:48:18 +08:00
Haojun Liao
f6a262eeb1 fix(query): fix invalid write. 2023-02-11 01:56:28 +08:00
yihaoDeng
93c61f82c9 fix mem leak 2023-02-10 19:24:26 +08:00
Xiaoyu Wang
3382a24a69 merge main 2023-02-10 18:03:11 +08:00
Shuduo Sang
ea5d925c50
fix: alpine support (#19353)
* fix: alpine support

* fix: ostimer thread_id

* fix: taosPrintTrace and tsStreamMax

* fix: make_install.sh and dnodes.py for alpine

* fix: cmake.platform and cut option for alpine

* fix: timer sigev and string convert

* fix: test case for alpine

* fix: fix test script for alpine

* fix: fix test script for alpine

* fix: fix taosLogTrace for Alpine

* fix: fix taosSort

* fix: vnode and mnode compare functions and test cases

* fix: sorting algorithms and unit tests

* fix: libtaosws.so build error on Alpine

* fix: libtaosws.so build error on Alpine

---------

Co-authored-by: t_max <1172915550@qq.com>
2023-02-10 13:00:55 +08:00
Haojun Liao
a22a8cbfcc test: add a regression test case. 2023-02-10 10:31:55 +08:00
Haojun Liao
fa552323da
Merge pull request #19879 from taosdata/fix/nodisk
test: add regression test case.
2023-02-09 22:53:56 +08:00
yihaoDeng
d4cfeb1f6c add more test case 2023-02-09 21:04:11 +08:00
yihaoDeng
5315500287 fix filter error 2023-02-09 16:09:46 +08:00
Xiaoyu Wang
fcff07675d merge main 2023-02-09 11:29:38 +08:00
54liuyao
cf1c860f37 ci:add test 2023-02-09 11:21:51 +08:00
54liuyao
40987fa507 feat:do not check whether the expired data has been update 2023-02-09 11:14:28 +08:00
Xiaoyu Wang
79440f7a26
Merge pull request #19860 from taosdata/fix/3.0_merge_main
merge main
2023-02-09 09:22:19 +08:00
yihaoDeng
5fd971bcce del invalid file 2023-02-08 23:32:36 +08:00
yihaoDeng
4b6c073623 fix filter error 2023-02-08 23:01:20 +08:00
Haojun Liao
246c17d1e9 test: add regression test case. 2023-02-08 22:25:40 +08:00
yihaoDeng
5881bdb6ff add test case 2023-02-08 22:13:29 +08:00
yihaoDeng
b8ada78305 add test case 2023-02-08 21:13:49 +08:00
yihaoDeng
c7b294d03b change test dir 2023-02-08 20:19:19 +08:00
Haojun Liao
9dc8946143
Merge pull request #19859 from taosdata/fix/nodisk
fix(query): reset the data load flag when build clean file  block.
2023-02-08 14:24:35 +08:00
Xiaoyu Wang
a8729dd306
Merge pull request #19845 from taosdata/enh/3.0_planner_optimize
feat: add explain test case
2023-02-08 11:04:32 +08:00
54liuyao
bafe5a577e ci:add ci 2023-02-08 10:54:45 +08:00
Xiaoyu Wang
09925437e3 merge main 2023-02-08 09:51:52 +08:00
Haojun Liao
834e725d13
Merge pull request #19832 from taosdata/feat/ly_ci_main
ci:modify stream state window test
2023-02-08 09:43:53 +08:00
Haojun Liao
520fd43cb5
Merge pull request #19831 from taosdata/feat/ly_stream
ci:modify stream state window test
2023-02-08 09:43:33 +08:00
Haojun Liao
e199f96d94 fix(query): reset the data load flag when build clean file block. 2023-02-08 09:14:38 +08:00
Xiaoyu Wang
571e936b4a feat: add explain test case 2023-02-07 17:13:38 +08:00
dapan1121
19508d118f
Merge pull request #19817 from taosdata/feat/TS-2502
feat: support force fill in interval clause
2023-02-07 17:00:01 +08:00
yihaoDeng
d842dd25b1 add test 2023-02-07 16:59:37 +08:00
54liuyao
e89362fb36 feat:stream ignore check update data 2023-02-07 15:29:05 +08:00
54liuyao
1e0e417275 ci:modify stream state window test 2023-02-07 15:27:47 +08:00
54liuyao
d750bd6e93 ci:modify stream state window test 2023-02-07 10:45:25 +08:00
54liuyao
d9be2e31c2 ci:modify stream state window test 2023-02-07 09:37:14 +08:00
dapan1121
ded47e1312 Merge remote-tracking branch 'origin' into feat/TS-2502 2023-02-06 17:22:18 +08:00
Liu Jicong
55f78b4109 fix case 2023-02-06 16:41:30 +08:00
Liu Jicong
e615053f4a enh: stream number limit 2023-02-06 11:32:04 +08:00
dapan1121
a2b5162ab9
Merge pull request #19753 from taosdata/szhou/fixbugs
fix: show table distributed only works on super table, child table, and normal table
2023-02-06 08:52:44 +08:00
Xiaoyu Wang
4a215852b6
Merge pull request #19792 from taosdata/fix/3.0_merge_main
merge main
2023-02-05 08:51:01 +08:00
Xiaoyu Wang
5d499e52f9 merge main 2023-02-03 17:13:11 +08:00
Haojun Liao
f803fa44b5 fix(query): set the correct number of rows when calculating using sma for min/max function. 2023-02-03 16:50:13 +08:00
54liuyao
6519ef9045 ci:add stream ci 2023-02-03 09:04:45 +08:00
shenglian zhou
3f577c5019 fix: show table distributed only works on super table, child table, and normal table 2023-02-02 11:57:22 +08:00
dapan1121
e234dda2de fix: interp support filter and scalar calc 2023-02-02 11:44:08 +08:00
Haojun Liao
97ca4dfd0b
Merge pull request #19732 from taosdata/feat/ly_stream_stable
Feat/ly stream stable
2023-02-02 10:57:09 +08:00
Xiaoyu Wang
6a9462c481
Merge pull request #19710 from taosdata/enh/3.0_planner_optimize
enh: add event_window test case
2023-02-01 17:56:47 +08:00
54liuyao
cea8a920f7 feat(stream): add ci 2023-02-01 17:50:08 +08:00
54liuyao
c4414ec646 feat(stream):exists stable bug&ci 2023-02-01 17:27:04 +08:00
Haojun Liao
04b6576a51
Merge pull request #19728 from taosdata/fix/nodisk
fix(query): reset the del file index when beginning last file check.
2023-02-01 17:16:17 +08:00
Haojun Liao
c453151230 test(query): add regress test case. 2023-02-01 15:56:58 +08:00
Shengliang Guan
2a2630e78f test: remove invalid file 2023-01-31 16:58:24 +08:00
Shengliang Guan
fb0ef25dbd test: adjust split case 2023-01-31 16:40:53 +08:00
Shengliang Guan
2a8d791e39 Merge remote-tracking branch 'origin/3.0' into enh/TD-18702 2023-01-31 16:31:26 +08:00
Shengliang Guan
fbc4513ee3 enh: call vnodeBegin after vnodeSyncCommit 2023-01-31 15:01:10 +08:00
Xiaoyu Wang
aae2de07af enh: add event_winodw test case 2023-01-31 09:21:44 +08:00
dapan1121
6316a98435
Merge pull request #19663 from taosdata/fix/TD-21873-3.0
test: check result after reboot without commit for tsma/rsma
2023-01-30 15:30:11 +08:00
54liuyao
1ce1f8143c fix:process data with incorrect timestamp 2023-01-30 13:29:15 +08:00
Shengliang Guan
225cdcdb54 enh: remove vgroup after split 2023-01-30 09:58:53 +08:00
Benguang Zhao
96f5249782 enh: flush database in testcase alter_replica_13.sim to trigger snapshot repl 2023-01-29 15:58:23 +08:00
Benguang Zhao
8da92d818f enh: flush database in testcase alter_replica_13.sim to trigger snapshot repl 2023-01-29 15:54:25 +08:00
Xiaoyu Wang
24157e78d6 merge main 2023-01-28 17:52:58 +08:00
Xiaoyu Wang
175f205063 fix: support writing streams to existing tables 2023-01-28 09:18:09 +08:00
kailixu
24861a9c95 test: check result after reboot without commit for tsma 2023-01-22 22:29:50 +08:00
kailixu
45b58ffd48 test: check result after reboot without commit for tsma/rsma 2023-01-22 22:21:08 +08:00
dapan1121
17bfb8228a fix: rows number exceeds block capacity issue 2023-01-18 15:55:24 +08:00
54liuyao
1dd177994d ci:modify stream test 2023-01-17 17:26:13 +08:00
Xiaoyu Wang
b7bfe9780d
Merge pull request #19583 from taosdata/feature/event
feat: add event window
2023-01-17 10:45:20 +08:00
dapan1121
63a23a3562 fix: insert into select can't be stopped issue 2023-01-17 09:12:51 +08:00
Xiaoyu Wang
0b1bb7a1fb merge 3.0 2023-01-16 17:55:35 +08:00
kailixu
b89561c077 test: add test case for tsma 2023-01-16 14:12:44 +08:00
kailixu
ecd1e499f2 test: add test case for tsma 2023-01-16 14:08:27 +08:00
dapan1121
62b64631dc
Merge pull request #19547 from taosdata/fix/TD-21648
fix:add interface for odbc
2023-01-16 13:29:15 +08:00
Haojun Liao
94e8aafcf6
Merge pull request #19543 from taosdata/feat/ly_stream
create stream and use existing super table
2023-01-14 23:30:25 +08:00
Xiaoyu Wang
9a0c2805f4 merge main 2023-01-13 13:54:04 +08:00
wangmm0220
792d19fbe7 fix:table num in ins_tables 2023-01-13 11:48:26 +08:00
chenhaoran
ca1e1c1694 test:modify failed cases in ci 2023-01-13 10:30:43 +08:00
54liuyao
3ec1560faa create stream and use existing super table 2023-01-13 10:26:49 +08:00
Haojun Liao
7efdc9e27a fix(query): fix memory leak. 2023-01-11 18:00:36 +08:00
Haojun Liao
78f49db0ad other: merge main. 2023-01-11 13:31:41 +08:00
Xiaoyu Wang
b8183580cb feat: add an event_window clause for the explain command 2023-01-11 09:22:31 +08:00
Haojun Liao
abae9e0790 fix(query): set 0 when result is not qualified. 2023-01-10 23:40:16 +08:00
54liuyao
d5ade95b31 feat(stream):user define tag 2023-01-10 10:13:56 +08:00
Haojun Liao
6a6d53b896
fix(query): fix error for retrieve data only in last files. (#19457)
* fix: add test cases;

* fix(query): fix error for retrieve data only in last files.
2023-01-09 20:55:34 +08:00
Haojun Liao
4bfc2fab45 fix: add test cases; 2023-01-09 19:19:12 +08:00
Shengliang Guan
398161eb5f Merge branch 'main' into merge/mainto3.0_0108 2023-01-09 10:00:53 +08:00
Shengliang Guan
f2d6ed8635
Merge pull request #19125 from taosdata/FIX/TD-21043-main
enh: vnodeCommit on consensus only
2023-01-09 09:41:34 +08:00
Haojun Liao
14c80364fb test:update sim script. 2023-01-08 23:06:53 +08:00
Haojun Liao
95a6720b2a fix(query): do not merge rows in last file when no data blocks exist. 2023-01-08 23:02:16 +08:00
Shengliang Guan
3016f35e9f Merge branch '3.0' into merge/mainto3.0_0105 2023-01-05 16:08:23 +08:00
Shengliang Guan
ef3e60c387 Merge branch 'fix/TD-21746' into FIX/TD-21043-main 2023-01-05 15:58:30 +08:00
54liuyao
5845c9c87e ci:add ci for keepColumnName 2023-01-05 10:29:31 +08:00
Benguang Zhao
9d5e74a3ff Merge branch 'main' into FIX/TD-21043-main 2023-01-05 09:47:22 +08:00
kailixu
d9c188bf97 chore: update comments for update2.sim 2023-01-04 17:02:41 +08:00
kailixu
dc0d9c2f53 test: add test case for update 2023-01-04 17:01:07 +08:00
dapan1121
6f3cc64fa6
Merge pull request #19358 from taosdata/feat/TD-21721
feat: add batch get table vgId API
2023-01-04 16:05:53 +08:00
dapan1121
0fff3b3447 feat: add batch get table Vgid API 2023-01-04 14:13:08 +08:00
dapan1121
36c582c678 feat: add batch get table vgId API 2023-01-04 14:01:43 +08:00
Xiaoyu Wang
fdde287ca9 merge main 2023-01-04 11:43:20 +08:00
Shengliang Guan
34260cd397 Merge branch 'main' into FIX/TD-21043-main 2023-01-04 09:29:07 +08:00
dapan1121
cae835bd86
Merge pull request #19310 from taosdata/szhou/fixbugs
fix: add test for select tbname from systable
2023-01-04 09:16:47 +08:00
dapan1121
d33bcc9977
Merge pull request #19280 from taosdata/fix/TD-21547
fix: insert into select with disorder column issue
2023-01-03 09:24:04 +08:00
slzhou
d292243b1a fix: add test for select tbname from systable 2023-01-03 08:32:33 +08:00
Benguang Zhao
4031dc1af4 Merge branch main into FIX/TD-21043-main 2023-01-02 16:41:46 +08:00
Shengliang Guan
3de892d41e fix: return 0 if fileptr is null while fsync 2022-12-30 23:07:07 +08:00
dapan1121
ad777cc793 fix: insert into select with disorder column issue 2022-12-30 14:34:02 +08:00
dapan1121
ee719d02b4 fix: insert into select with disorder column issue 2022-12-30 14:31:56 +08:00
Benguang Zhao
d307413c36 Merge branch 'main' into FIX/TD-21043-main 2022-12-29 10:03:17 +08:00
Shengliang Guan
2bbf2f3ab1 Merge branch '3.0' into merge/mainto3.0_1229 2022-12-29 09:36:52 +08:00
Shengliang Guan
bffe45c79b test: adjust some balance case 2022-12-28 20:14:52 +08:00
Shengliang Guan
78c14a2c88 Merge remote-tracking branch 'origin/3.0' into merge/mainto3.0_1228 2022-12-28 14:59:02 +08:00
dapan1121
79c5b20ba6
Merge pull request #19187 from taosdata/fix/TD-21553
fix:calculate next sliding window error
2022-12-27 18:51:16 +08:00
54liuyao
e5c4196c98 fix:calculate next sliding window error 2022-12-27 17:19:47 +08:00
Benguang Zhao
691b75adf5 enh: flush database for test cases of rsma 2022-12-27 15:42:00 +08:00
Haojun Liao
723efba79b
Merge branch '3.0' into refact/submit_req 2022-12-26 13:25:25 +08:00
Shengliang Guan
43561bfb8c
Merge pull request #19103 from taosdata/fix/TD-21446
fix: restart snapshot sender on receiver is restart
2022-12-26 10:58:55 +08:00
Shengliang Guan
664dcb6b4e Merge branch 'main' into merge/mainto3.0_1226 2022-12-26 09:26:54 +08:00
Xiaoyu Wang
0c269c317b merge 3.0 2022-12-23 17:50:05 +08:00
dapan1121
d87f375405 fix: fix case issue 2022-12-23 16:20:25 +08:00
Shengliang Guan
4f33119d46 test: adjust test.sh 2022-12-23 13:07:10 +08:00
dapan1121
c318be9214 fix: duplicated groups result in group by 2022-12-23 12:04:20 +08:00
Shengliang Guan
90e44ced3e test: add logs 2022-12-23 11:15:45 +08:00
54liuyao
7c84ddd46d fix:timestampe is out of order 2022-12-22 16:48:33 +08:00
dapan1121
b77a1ed5e3
Merge pull request #19032 from taosdata/fix/TD-21001
enh: optimize converting timestamp at client side
2022-12-21 09:21:35 +08:00
dapan1121
294a437657 fix: fix percentile + interval res error 2022-12-20 19:50:09 +08:00
Ping Xiao
633a5d979e test: update coverage test script 2022-12-20 15:45:38 +08:00
Shengliang Guan
7f18cc5b8b
Merge pull request #19030 from taosdata/main
merge from main to 3.0
2022-12-20 11:24:20 +08:00
Haojun Liao
fdade6d6a3
Merge branch '3.0' into refact/submit_req 2022-12-19 11:24:00 +08:00
Xiaoyu Wang
d3cb2a3a0a merge main 2022-12-18 20:36:06 +08:00
Shengliang Guan
2e2e227dbe fix: remove invalid assert 2022-12-18 19:59:17 +08:00
Xiaoyu Wang
7d15bc670e Merge remote-tracking branch 'origin/3.0' into enh/mian_wxy 2022-12-18 19:32:32 +08:00
dapan1121
978d45ffc1 enh: optimize converting timestamp at client side 2022-12-15 16:56:35 +08:00
dapan1121
2aad923b59
Merge pull request #18927 from taosdata/fix/TD-21101
fix: refact some example files
2022-12-14 16:35:52 +08:00
dapan1121
d6f6c6495b
Merge pull request #18917 from taosdata/szhou/cenc
fix: udfd pipe close before send response
2022-12-14 08:51:28 +08:00
Xiaoyu Wang
363070b723 feat: event window query 2022-12-13 16:30:34 +08:00
dapan1121
186384dda3 fix: refact some example files 2022-12-13 15:26:16 +08:00
Shengliang Guan
3f97f41861
Merge pull request #18920 from taosdata/fix/main_bugfix_wxy
enh: shielding database option 'strict'
2022-12-13 14:52:45 +08:00
slzhou
3108e658e6 fix: expand scalar param column data to fill the udf datablock 2022-12-13 14:51:11 +08:00
Xiaoyu Wang
9dff4371ec enh: shielding database option 'strict' 2022-12-13 12:20:48 +08:00
Ping Xiao
105558b182 test: remove compatibility test from coverage test 2022-12-13 11:12:56 +08:00
54liuyao
9f3fabc7f5 ci:add some test for stream 2022-12-13 09:30:34 +08:00
Haojun Liao
48f7fc5c3d
Merge branch '3.0' into refact/submit_req 2022-12-12 18:11:17 +08:00
Shengliang Guan
71587df603 enh: topic privilege 2022-12-12 17:34:32 +08:00
Shengliang Guan
a2adbfcbd1 Merge branch 'main' into feat/TD-21045-main 2022-12-09 13:05:45 +08:00
54liuyao
8caca97568 feat:add delete mark for sma 2022-12-09 11:34:58 +08:00
Shengliang Guan
59c48d0396 test: addjust cases 2022-12-09 11:29:42 +08:00
Haojun Liao
27ebafdbaa other: merge 3.0 2022-12-09 10:19:05 +08:00
Shengliang Guan
1dd1e497f9 test: update case 2022-12-07 23:57:51 +08:00
Shengliang Guan
66f4ee9a41 enh: alter db replica return quickly, operation executed asynchronously 2022-12-07 21:57:49 +08:00
Shengliang Guan
6d94afe48f
Revert "refact: adjust some assert cases" 2022-12-07 21:51:17 +08:00
Shengliang Guan
64e39cf2d4 enh: alter db replica return quickly, operation executed asynchronously 2022-12-07 20:16:22 +08:00
Hongze Cheng
13fb304627 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-07 13:01:13 +08:00
dapan1121
f56916cff9
Merge pull request #18743 from taosdata/fix/TD-20802.2
fix: fix task redirect not finished issue
2022-12-07 11:06:40 +08:00
Hongze Cheng
2d85c7c451 Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-07 09:04:00 +08:00
dapan1121
98b55ac506
Merge pull request #18749 from taosdata/fix/addStmtMergeCase
fix: add stmt sort merge case
2022-12-07 09:03:53 +08:00
dapan1121
34072c2307 fix: add stmt sort merge case 2022-12-06 20:40:29 +08:00
dapan1121
bb382ec2a3 fix: fix case dead loop issue 2022-12-06 19:23:50 +08:00
Shengliang Guan
28bc1bde9b test: add cases for create and drop topic 2022-12-06 15:28:55 +08:00
Hongze Cheng
7239fd3dba Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-06 15:15:27 +08:00
Hongze Cheng
899d7b0bcc Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req 2022-12-06 14:37:22 +08:00
Shengliang Guan
d16d38aeb5 test: adjust cases 2022-12-06 12:48:58 +08:00
Shengliang Guan
2e900918bb enh: allow any user to create a topic 2022-12-06 12:02:32 +08:00
54liuyao
d7a38aeae9 fix:stddev\fisrt\last combine function 2022-12-05 17:21:40 +08:00
dapan1121
873937ca91 fix: add stmt cases 2022-12-03 20:35:31 +08:00
dapan1121
0143b4fe64 enh: optimize stmt auto create table 2022-12-03 14:56:51 +08:00
Shengliang Guan
6d70f48802
Merge pull request #18592 from taosdata/feature/3_liaohj
enh(query): optimize query perf.
2022-12-02 21:00:35 +08:00
dapan1121
644bba8e2b fix: restore cache clear 2022-12-02 13:56:19 +08:00
Haojun Liao
83782fb27b fix(query): fix invalid tag fill and clear nullbitmp 2022-12-02 10:07:48 +08:00
Haojun Liao
9f55ca7f80 test:update the test cases. 2022-12-01 17:45:33 +08:00
Shengliang Guan
2d48563959 fix: crash if failed to decode sdb row 2022-12-01 16:04:39 +08:00
dapan1121
45cf5acc32
Merge pull request #18501 from taosdata/fix/TS-2149
fix(query): handle countAlwaysReturnValue behavior
2022-11-30 13:20:51 +08:00
Ganlin Zhao
f913fbdaf6 fix errors 2022-11-29 22:14:46 +08:00
Ganlin Zhao
ca51b86359 fix test cases 2022-11-29 19:45:18 +08:00
54liuyao
0b91b5b2b3 fix:calculate the correct deletion range 2022-11-29 17:24:52 +08:00
Ganlin Zhao
94c8ba64d2 fix test cases 2022-11-28 22:55:16 +08:00
Shengliang Guan
a33799fe26 test: adjust alter replica case 2022-11-28 19:34:25 +08:00
Shengliang Guan
db529a97c9 test: remove unused sim files 2022-11-28 13:20:28 +08:00
Shengliang Guan
e6aed5195d
Merge pull request #18468 from taosdata/feature/3_liaohj
refactor: improve the perf in query
2022-11-27 23:10:00 +08:00
Shengliang Guan
8d1b036253 test: adjust case for asan mode 2022-11-27 14:49:00 +08:00
Haojun Liao
31c2aa89ef fix(query): do some internal refactor. 2022-11-27 01:59:49 +08:00
Haojun Liao
965ee9a6c8 fix(query): keep block order in exchange operator. 2022-11-26 15:32:36 +08:00
Shengliang Guan
ccc2407fe6
Merge pull request #18459 from taosdata/feature/stream
enh(stream): new api for stream queue
2022-11-26 09:26:01 +08:00
Liu Jicong
48894c8bdb enh(stream): new api for stream queue 2022-11-25 18:03:40 +08:00
54liuyao
4108d8f898 fix:support scalar function with fill 2022-11-25 14:59:11 +08:00
Shengliang Guan
8239b5526c Merge branch '3.0' into fix/TD-20645 2022-11-25 00:12:33 +08:00
Shengliang Guan
f85310aff4
Merge pull request #18432 from taosdata/fix/TD-20318
test: add asan case
2022-11-24 23:54:05 +08:00
dapan1121
c72a586893
Merge pull request #18435 from taosdata/fix/TD-20524
fix: auto creating table failed issue when table already exists
2022-11-24 21:29:32 +08:00
Ganlin Zhao
0ea961b659 fix: [ASAN] fix nullpointer issue in tdatablock.c 2022-11-24 21:24:11 +08:00
dapan1121
ad5e85296f fix: auto creating table failed issue when table already exists 2022-11-24 18:35:03 +08:00
Shengliang Guan
30460b9b0d test: add asan case 2022-11-24 17:22:24 +08:00
54liuyao
b27faba7ef fix:initialize maxts 2022-11-24 10:29:01 +08:00
Hui Li
7daabd9866
Update runAllSimCases.sh 2022-11-23 14:12:14 +08:00
Hui Li
10389d0905
Merge pull request #18385 from taosdata/lihui3.0/test
test:add test script
2022-11-23 13:28:44 +08:00
plum-lihui
02054443ed test:add test script 2022-11-23 13:20:11 +08:00
Shengliang Guan
923cf224cf test: add asan case 2022-11-23 10:57:01 +08:00
Shengliang Guan
f34a5c4099 test: add asan case 2022-11-22 21:24:21 +08:00
Shengliang Guan
afe7a19ba0 test: add asan case 2022-11-21 14:09:12 +08:00
Shengliang Guan
391389e989 test: close all dnodes when tsim execution is complete 2022-11-21 11:47:55 +08:00
Shengliang Guan
e5470224cf test: close all dnodes when tsim execution is complete 2022-11-21 11:01:44 +08:00
Shengliang Guan
c454f849b2 test: adjust python asan script 2022-11-21 09:45:38 +08:00
Shengliang Guan
ee9f5740cf test: check asan errors 2022-11-21 08:52:32 +08:00
Shengliang Guan
15c0bb9446 test: python asan 2022-11-20 21:26:54 +08:00
Shengliang Guan
4dc1b33414 test: python asan 2022-11-20 17:29:16 +08:00
Shengliang Guan
0b0c27ba63 test: adjust asan script 2022-11-20 12:43:23 +08:00
Shengliang Guan
5831efd379 test: adjust asan dir 2022-11-20 12:23:59 +08:00
Shengliang Guan
0464a21d0e test: adjust pytest frame 2022-11-19 22:57:38 +08:00
Shengliang Guan
8fc2cd2b73
Merge pull request #18273 from taosdata/fix/fix/TD-20445_4
fix: memory leaks while check mnode state
2022-11-18 22:21:48 +08:00
Shengliang Guan
9c426540e7 fix: memory leaks while check mnode state 2022-11-18 20:15:13 +08:00
“happyguoxy”
a295aa206b test: refine query cases 2022-11-18 14:23:42 +08:00
Shengliang Guan
04d814644b test: adjust case 2022-11-18 10:48:54 +08:00
Shengliang Guan
3264750ca4 test: remove unstable case 2022-11-18 10:47:33 +08:00
Shengliang Guan
41f4ae2e14 test: adjust unstable case 2022-11-18 10:43:45 +08:00
Shengliang Guan
f32710d515
Merge pull request #18252 from taosdata/fix/TD-20505_1
test: add log and asan case
2022-11-18 10:37:27 +08:00
Shengliang Guan
36cc1fbc99
Merge pull request #18210 from taosdata/fix/3.0_bugfix_wxy
enh: fill value supports implicit type conversion
2022-11-18 10:13:55 +08:00
Shengliang Guan
7edde3a780 test: add log and asan case 2022-11-18 10:04:28 +08:00
Shengliang Guan
fa6705df7a Merge branch '3.0' into fix/TD-20458 2022-11-17 21:23:42 +08:00
Shengliang Guan
997089f61d test: adjust unstable case 2022-11-17 19:18:32 +08:00
Shengliang Guan
7b33c8721e Merge branch '3.0' into fix/TD-20508 2022-11-17 19:18:17 +08:00
54liuyao
2635ec27b4 fix:memory leak while drop stream 2022-11-17 18:45:12 +08:00
Ping Xiao
09c76fed2d TD-20478: update coverage test script 2022-11-17 18:05:19 +08:00
Shengliang Guan
b613f165e8 Merge remote-tracking branch 'origin/fix/TD-20317' into fix/TD-20503 2022-11-17 17:39:09 +08:00
dapan1121
6aed8932a9
Merge pull request #18231 from taosdata/fix/TD-20428
fix:fill operator core
2022-11-17 17:05:05 +08:00
Xiaoyu Wang
4217441cad Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-11-17 16:25:18 +08:00
Xiaoyu Wang
dc0d3745a7 enh: fill value supports implicit type conversion 2022-11-17 15:48:42 +08:00
54liuyao
507aa0c7f8 fix:fill operator core 2022-11-17 13:35:23 +08:00
Ganlin Zhao
0b51e68c58 Merge branch '3.0' into fix/TD-20456 2022-11-17 08:50:11 +08:00
Ganlin Zhao
a2f3eeb6f7 fix test cases 2022-11-17 08:47:03 +08:00
Xiaoyu Wang
cb0f1f537e enh: fill value supports implicit type conversion 2022-11-16 17:03:04 +08:00
Shengliang Guan
b9e5b1f167 \est: update asan case 2022-11-16 13:29:52 +08:00
Shengliang Guan
058788b2eb test: update asan case 2022-11-16 13:28:29 +08:00
Shengliang Guan
6573e93b54 fix: asan script error 2022-11-16 12:52:47 +08:00
Shengliang Guan
6febcbcfe5 fix: asan script error 2022-11-16 12:33:30 +08:00
Shengliang Guan
70f7d46bc7 fix: asan script error 2022-11-16 11:30:29 +08:00
“happyguoxy”
5434f996e8 test: refine query cases 2022-11-15 16:56:15 +08:00
“happyguoxy”
bd9f5338db test: refine query cases 2022-11-15 16:55:54 +08:00
“happyguoxy”
b64de32570 test: refine query cases 2022-11-15 16:55:34 +08:00
“happyguoxy”
92e4ad1bdd test: refine query cases 2022-11-15 16:55:12 +08:00
54liuyao
cf021b4330 fix:applying non-zero offset in tqSink.c 2022-11-15 09:11:26 +08:00
Shengliang Guan
349189a696 fix: ingore tree.c error found by asan 2022-11-14 16:39:25 +08:00
Shengliang Guan
084be91ceb Merge branch 'fix/TD-20317' of https://github.com/taosdata/TDengine into fix/TD-20317 2022-11-12 09:47:32 +08:00
54liuyao
7ea790021f fix:avoid duplicate results 2022-11-11 16:18:54 +08:00
haoranchen
798e46cfd9
Merge branch '3.0' into fix/TD-20317 2022-11-11 12:49:25 +08:00
dapan1121
0eb89b1bd7
Merge pull request #18022 from taosdata/fix/TS-2038
fix(operator):Operator double free
2022-11-11 09:38:44 +08:00
Shengliang Guan
87255f7181
Merge pull request #18002 from taosdata/feat/TS-2007
enh: support wider range for future timestamp
2022-11-11 09:09:52 +08:00
Shengliang Guan
8baf5b8fb3 test: check asan available 2022-11-11 09:07:30 +08:00
Shengliang Guan
c8db4da289 fix: asan script error 2022-11-10 16:56:15 +08:00
Cary Xu
69c1465142 Merge branch '3.0' into feat/TS-2007 2022-11-10 15:49:15 +08:00
Cary Xu
8205dad2a1 enh: adjust test case to support wider range of future timestamp 2022-11-10 15:48:31 +08:00
54liuyao
1ca9839170 fix(operator):Operator double free 2022-11-10 15:47:07 +08:00
Shengliang Guan
3e69de5740 Merge remote-tracking branch 'origin/3.0' into fix/TD-20317 2022-11-10 15:23:55 +08:00
Shengliang Guan
f1a3050a58 test: enable asan test mode 2022-11-10 15:15:13 +08:00
wade zhang
11b20e149d
Merge pull request #18009 from taosdata/test/TD-20294
ci:add the env that builds with  sanitizer
2022-11-10 15:13:06 +08:00
Shengliang Guan
b067079d7a
Merge pull request #18007 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
2022-11-10 08:12:36 +08:00
Haojun Liao
a2cec238ec fix(query): set correct operator type. 2022-11-09 22:16:56 +08:00
Shengliang Guan
b882e45505
Merge pull request #17988 from taosdata/perf/default_buffer_size
perf: optimize write by changing default buffer size
2022-11-09 21:45:26 +08:00
chenhaoran
e5bd00f0ae ci:add the env that builds with sanitizer 2022-11-09 20:29:32 +08:00
Shengliang Guan
efbe9ecbdc
Merge pull request #17999 from taosdata/fix/TD-20052
refact: move sync test code to single lib and reduce the number of memory copies
2022-11-09 19:14:33 +08:00
Shengliang Guan
f2fd847414 refact: move sync test code to single lib 2022-11-09 17:35:22 +08:00
Hongze Cheng
683e2cff7c change test cases 2022-11-09 15:49:39 +08:00
54liuyao
97fb25372e fix(ci):modify ci test 2022-11-09 12:58:44 +08:00
54liuyao
f66eded1e1 fix(stream): state window, error result after deleting data 2022-11-08 14:40:44 +08:00
Haojun Liao
1da67a569d fix(query): set correct status. 2022-11-08 00:23:40 +08:00
Shengliang Guan
a61e821a21 test: comment out unstable case 2022-11-05 13:39:43 +08:00
Shengliang Guan
8a7d34eae7 fix: adjust log 2022-11-04 19:41:11 +08:00
Liu Jicong
31f574359d fix:log empty msg 2022-11-03 14:29:51 +08:00
Liu Jicong
15ad147c40 Merge branch '3.0' into feature/stream 2022-11-03 13:37:59 +08:00
Liu Jicong
2fbc8e6306 refactor(stream): stream deploy and state transfer 2022-11-03 13:22:23 +08:00
dapan1121
d2a29ed7a7 fix:add tbname in test cases 2022-11-03 10:18:02 +08:00
54liuyao
43918a27f9 fix(function):if data is null, apercentile function should return null 2022-11-02 16:37:23 +08:00
Shengliang Guan
efdcfe4653 test: add case 2022-11-02 12:00:58 +08:00
Shengliang Guan
68f1641991
Merge pull request #17800 from taosdata/feature/stream
refactor(stream): fill history
2022-11-01 16:15:07 +08:00
Shengliang Guan
a28e9284e0 test: adjust unstable case 2022-11-01 14:13:00 +08:00
Shengliang Guan
f4e7f3da5e test: comment out unstable case 2022-11-01 14:05:54 +08:00
Liu Jicong
8ca5f0bd9c Merge branch '3.0' into feature/stream 2022-11-01 13:20:20 +08:00
Liu Jicong
5e253cc8ea refactor(stream): fill history 2022-11-01 11:56:14 +08:00
dapan1121
bfdecae3bd
Merge pull request #17786 from taosdata/feature/TD-19975
fix(stream): scalar stream update data
2022-11-01 09:17:37 +08:00
Shengliang Guan
e817e649c6
Merge pull request #17788 from taosdata/enh/TD-19090
enh: force drop dnode
2022-10-31 23:27:54 +08:00
Shengliang Guan
1ad604a5f9 enh: force drop dnode 2022-10-31 19:57:27 +08:00
54liuyao
b8e451d272 fix(stream): scalar stream update data 2022-10-31 18:33:30 +08:00
Shengliang Guan
7ddde569a0 enh: force drop dnode 2022-10-31 17:29:24 +08:00
54liuyao
f1e3e0892a fix(planner):add semantic check 2022-10-31 16:17:53 +08:00
Liu Jicong
d058475fac
Merge pull request #17750 from taosdata/feature/stream
feat(stream): snode
2022-10-28 18:12:48 +08:00
Haojun Liao
4b2fa43dae
Revert "fix(query): handle partition by in table scan operator" 2022-10-28 18:05:19 +08:00
Haojun Liao
d0a7a43e6f other:merge 3.0 2022-10-28 18:02:50 +08:00
Liu Jicong
b26cc9c318 feat(snode) 2022-10-28 17:03:17 +08:00
Shengliang Guan
507e135b1f fix: split vgroup 2022-10-28 13:52:00 +08:00
Shengliang Guan
a67cbc15cd
Merge pull request #17726 from taosdata/feature/stream_ly
fix(stream):tqBuildDeleteReq error
2022-10-28 13:01:06 +08:00
Shengliang Guan
ff26385185
Merge pull request #17717 from taosdata/fix/TD-19872
test: improve coverall
2022-10-28 12:40:37 +08:00
54liuyao
7d8a282258 fix(stream):tqBuildDeleteReq error 2022-10-28 11:19:26 +08:00
Shengliang Guan
5101d21551 fix: compile error 2022-10-28 10:17:48 +08:00
Hui Li
f066c3ec03
Update stopquery.c 2022-10-27 18:59:41 +08:00
Hui Li
4023dc6ec9
Update stopquery.c 2022-10-27 18:13:04 +08:00
Haojun Liao
a7ca29c627 other: merge 3.0 2022-10-27 18:04:28 +08:00
Hui Li
18316317f7
modify makefile 2022-10-27 18:03:38 +08:00
Shengliang Guan
ed63c3c9b1 fix: improve coverall 2022-10-27 17:56:54 +08:00
Haojun Liao
5a971dd03a fix(query): handle partition by in table scan operator with limit/offset value. 2022-10-27 16:58:32 +08:00
Shengliang Guan
e2a564c46d test: improve coverall 2022-10-27 16:21:34 +08:00
Shengliang Guan
4844b9158e test: add replica case 2022-10-27 15:29:03 +08:00
Shengliang Guan
ff428696d5 enh: drop snode 2022-10-27 15:03:18 +08:00
Shengliang Guan
68fdf75993 enh: drop dnode 2022-10-27 14:44:04 +08:00
Shengliang Guan
e7693b89ce enh: balance vgroup 2022-10-27 14:37:21 +08:00
Shengliang Guan
14519019f7 enh: balance vgroup 2022-10-27 11:10:54 +08:00
Haojun Liao
c5c5b5aa9f
Merge pull request #17662 from taosdata/feature/3_liaohj
enh(query): enable the limit clause to be push down
2022-10-27 10:46:21 +08:00
Shengliang Guan
4f86c27bd5
Merge pull request #17688 from taosdata/feature/sync2-merge
refactor(sync): check pSyncTimer NULL
2022-10-27 10:13:52 +08:00
Minghao Li
913517f05a fix(sync): modify case alter_option.sim, default value 2022-10-26 19:49:12 +08:00
54liuyao
8fb78fd7fd feat(stream):add ci 2022-10-26 17:40:07 +08:00
Haojun Liao
81d795c293 fix(query): enable limit in grouped scan. 2022-10-26 17:11:56 +08:00
plum-lihui
719b937765 test: add stream test cases 2022-10-26 10:08:20 +08:00
Shengliang Guan
015db4bc67
Merge pull request #17636 from taosdata/fix/3.0_bugfix_wxy
fix: alter table check
2022-10-26 00:07:11 +08:00
Shengliang Guan
08a85b16ed
Merge pull request #17643 from taosdata/fix/TD-19825
fix: fix merge join crash issue
2022-10-26 00:06:48 +08:00
Shengliang Guan
c9c685b4ff
Merge pull request #17642 from taosdata/enh/TD-19783-D
enh: improve test coverage of tsma
2022-10-25 20:20:51 +08:00
Xiaoyu Wang
c449e49087 fix: alter table check 2022-10-25 19:38:22 +08:00
Shengliang Guan
9520ef4b41
Merge pull request #17613 from taosdata/enh/TD-19460
enh: redistribute vgroup
2022-10-25 18:24:37 +08:00
dapan1121
16f9c172ac fix: fix merge join crash issue 2022-10-25 18:20:20 +08:00
Cary Xu
b07670a680 enh: improve test case coverage of tsma 2022-10-25 18:03:09 +08:00
Shengliang Guan
b508c25118 enh: redistribute vgroup 2022-10-25 15:55:19 +08:00
Shengliang Guan
20a279e69a
Merge pull request #17605 from taosdata/fix/3.0_bugfix_wxy
fix: wrong permissions of 'show variables' command
2022-10-25 14:17:06 +08:00
Xiaoyu Wang
2bfaf81e1d fix: wrong permissions of 'show variables' command 2022-10-25 11:47:49 +08:00
Xiaoyu Wang
c38b200131 fix: wrong permissions of 'show variables' command 2022-10-25 11:08:56 +08:00
Shengliang Guan
e281714543 enh: redistribute vgroup 2022-10-24 18:14:57 +08:00
Shengliang Guan
ece9cb8042
Merge pull request #17588 from taosdata/feature/TD-19745
fix(stream): stream state invalid cur
2022-10-24 14:36:32 +08:00
Shengliang Guan
2c33026b0e
Merge pull request #17594 from taosdata/fix/sysTableIdx
fix: add sys idx case
2022-10-24 13:39:22 +08:00
54liuyao
5cee271cbc fix(stream): stream state invalid cur 2022-10-24 13:28:13 +08:00
yihaoDeng
309fecba87 fix sys idx bug 2022-10-24 12:45:31 +08:00
Shengliang Guan
826dbafdce test: restore unsupport case 2022-10-24 12:44:56 +08:00
Shengliang Guan
6d1bf00cee fix: use sync cfg from vnode 2022-10-24 12:42:44 +08:00
Shengliang Guan
7947882614
Merge pull request #17589 from taosdata/fix/sysTableIdx
fix: fix sys idx bug
2022-10-24 12:38:44 +08:00
yihaoDeng
bac0f359ee fix sys idx bug 2022-10-24 10:31:49 +08:00
Shengliang Guan
bbb0475d69 fix: alter replica one by one 2022-10-24 10:05:57 +08:00
Shengliang Guan
fbf354a78c Merge remote-tracking branch 'origin/3.0' into feature/sync2-merge 2022-10-23 14:40:27 +08:00
Shengliang Guan
e86cdc8cde
Merge pull request #17381 from taosdata/feature/addIdxToSysTable
Feature/addIdxToSysTable
2022-10-23 14:38:37 +08:00
yihaoDeng
3f5884a510 avoid invalid read/write 2022-10-22 21:29:45 +08:00
Shengliang Guan
21445a717c Merge remote-tracking branch 'origin/3.0' into feature/sync2-merge 2022-10-22 09:07:39 +08:00
Shengliang Guan
f5d1b3f8f1 Merge remote-tracking branch 'origin/3.0' into feature/sync2-merge 2022-10-21 19:12:06 +08:00
54liuyao
308c3cad11 feat(stream):change stream mode & add ci 2022-10-21 17:46:15 +08:00
Shengliang Guan
b8fdafe8ee fix: not reconfig if unchanged 2022-10-21 15:47:26 +08:00
Shengliang Guan
d2ab30387b
Merge pull request #17543 from taosdata/feature/TD-19693
fix(stream):session window max_delay crash
2022-10-21 14:14:37 +08:00
Shengliang Guan
e101efe80c
Merge pull request #17544 from taosdata/enh/TD-19461
enh: alter db replica
2022-10-21 14:14:16 +08:00
54liuyao
d9beaeb3a3 fix(stream):session window max_delay crash 2022-10-21 11:49:45 +08:00
Shengliang Guan
05d04dcd2d Merge remote-tracking branch 'origin/3.0' into enh/TD-19461 2022-10-21 11:07:48 +08:00
Shengliang Guan
ea6c266762 test: add case for alter dnode 2022-10-21 11:03:03 +08:00
Shengliang Guan
6c3cd3e19e test: adjust log 2022-10-21 10:39:29 +08:00
dapan1121
a01d49b223
Merge pull request #17522 from taosdata/feat/TD-19386
feat: add retrieve DB and table route info APIs
2022-10-21 08:31:11 +08:00
Minghao Li
cc7a393978 refactor(sync): refactor sync 2022-10-20 19:42:22 +08:00
Haojun Liao
abff4fb1f2
Merge pull request #17336 from taosdata/feature/3_liaohj
other:merge 3.0, and support last query cache
2022-10-20 18:15:38 +08:00
dapan1121
0d727eedcf Merge remote-tracking branch 'origin/3.0' into feat/TD-19386 2022-10-20 16:30:20 +08:00
Minghao Li
5965629b2e refactor(sync): refacotr sync 2022-10-20 16:05:14 +08:00
dapan1121
7c133359ce feat: add retrieve db and table route info api 2022-10-20 15:13:39 +08:00
Shengliang Guan
5c928eac6a fix: improve test coverage 2022-10-20 10:16:49 +08:00
Shengliang Guan
7db984bdc4
Merge pull request #17490 from taosdata/fix/TD-19652
rm deleted table idx
2022-10-19 20:48:46 +08:00
yihaoDeng
9805c50b38 rm deleted table idx 2022-10-19 19:44:07 +08:00
Haojun Liao
116d1451e4 fix(query): do some internal refactor. 2022-10-19 15:43:58 +08:00
Shengliang Guan
0e30d177fa Merge remote-tracking branch 'origin/3.0' into enh/TD-19623 2022-10-19 13:33:00 +08:00
Shengliang Guan
4b1440575e test: restore case 2022-10-19 11:46:25 +08:00
Shengliang Guan
93f0c4c854
Merge pull request #17462 from taosdata/fix/TD-19254-D
chore: code optimization for sma commit
2022-10-19 11:42:01 +08:00
Shengliang Guan
96ca18e61e Merge remote-tracking branch 'origin/3.0' into enh/TD-19623 2022-10-19 11:18:21 +08:00
Shengliang Guan
8764cf9adb refact: remove multi process codes 2022-10-19 11:08:42 +08:00
Shengliang Guan
6780f4cebf test: comment out unstable case 2022-10-19 10:39:56 +08:00
Cary Xu
76843a54cb chore: test case optimization for tsma 2022-10-19 10:30:14 +08:00
Shengliang Guan
fc5af24975
Merge pull request #17444 from taosdata/enh/TD-19622
refact: remove bnode codes
2022-10-19 10:06:35 +08:00
Shengliang Guan
a25ee4f1da
Merge pull request #17445 from taosdata/test3.0/lihui
test: modify timestamp for insert success anywhen
2022-10-19 09:07:23 +08:00
54liuyao
8efd7e8763 feat(stream):replace disk buff 2022-10-18 18:13:47 +08:00
plum-lihui
aa906a0d3b test: modify timestamp for insert success anywhen 2022-10-18 17:39:58 +08:00
Shengliang Guan
3a7d89a6bb refact: remove bnode codes 2022-10-18 17:34:58 +08:00
Minghao Li
092a07475d refactor(sync): process hb and appendentries 2022-10-17 16:38:44 +08:00
Minghao Li
7b60484559 refacotr(sync): add case sync2-test.sim 2022-10-17 10:43:29 +08:00
Minghao Li
5745223bca refactor(sync): add double queues in mnode 2022-10-17 10:33:27 +08:00
Ping Xiao
a86249ef6b test: add coverage test script 2022-10-16 18:16:29 +08:00
Shengliang Guan
d992225fac Merge branch 'fix/TD-19570' into enh/TD-19463_2 2022-10-15 18:23:06 +08:00
Shengliang Guan
1b8e556e60 fix: unstable test case 2022-10-15 18:20:50 +08:00
Shengliang Guan
3611dae619 Merge branch 'fix/TD-19570' into enh/TD-19463_2 2022-10-15 17:48:09 +08:00