Commit Graph

40075 Commits

Author SHA1 Message Date
Shengliang Guan a083c636fe
Merge pull request #16563 from taosdata/enh/3.0_planner_optimize
enh: add the queryPlannerTrace parameter to control the debug output of the planner
2022-09-01 15:36:06 +08:00
afwerar 6759a38a8d os: chmod log dir mode 2022-09-01 15:26:01 +08:00
Hongze Cheng a62e70ba4e Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/td_18575 2022-09-01 15:25:55 +08:00
Hongze Cheng 88e3096b58 fix: empry var-len data coredump 2022-09-01 15:25:38 +08:00
Liu Jicong 515ca0cbf7
Merge pull request #16567 from taosdata/feature/stream
docs: change description according to behavior
2022-09-01 15:20:08 +08:00
Liu Jicong 1cbd23edd2 Merge branch '3.0' into feature/stream 2022-09-01 15:19:26 +08:00
Liu Jicong d14c9f9433 docs: change description according to behavior 2022-09-01 15:17:33 +08:00
wangmm0220 156f13e94b fix:<TD-18784> data lost in schemaless if timestamp is same 2022-09-01 15:11:27 +08:00
54liuyao 83e62c3849 feat(stream):stream partition by column 2022-09-01 15:05:24 +08:00
wangmm0220 bdebf9e421 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-09-01 14:53:21 +08:00
wade zhang b292909ff5
Update 05-taosbenchmark.md 2022-09-01 14:51:52 +08:00
Shuduo Sang 03be1c73c7 feat: update taos-tools 2460442 for 3.0 2022-09-01 14:51:18 +08:00
Shuduo Sang e714c40859 Merge branch '3.0' into feat/sangshuduo/TD-14141-update-taostools-for3.0 2022-09-01 14:50:51 +08:00
Shengliang Guan 900f5cf534
Merge pull request #16557 from taosdata/feature/stream
feat(taox): support auto create sub table
2022-09-01 14:47:34 +08:00
Xiaoyu Wang faa731827e enh: add the queryPlannerTrace parameter to control the debug output of the planner 2022-09-01 14:44:01 +08:00
wangmm0220 38fab41e7b Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-09-01 14:25:25 +08:00
wangmm0220 14e8bbd2bc fix:heap over flow if string is not ended by 0 2022-09-01 14:23:41 +08:00
Shengliang Guan 4bc13fe03a
Merge pull request #16560 from taosdata/docs/maxmin_revision
docs: revise max/min function input data type ZH
2022-09-01 14:23:35 +08:00
Liu Jicong 27c94ac40d Merge branch '3.0' into feature/stream 2022-09-01 14:18:14 +08:00
Ganlin Zhao 6fc43f38a2
docs: change max/min input data type 2022-09-01 14:16:06 +08:00
wade zhang 5e9c276f0a
Merge pull request #16188 from taosdata/docs/TD-18447
docs: update taosBenchmark doc
2022-09-01 14:10:01 +08:00
wade zhang 68998fbbe1
Merge pull request #16549 from sanliang125/patch-1
Update 14-stream.md
2022-09-01 14:06:24 +08:00
Xiaoyu Wang 7708900f73 feat: insert using statement supports ttl and comment 2022-09-01 13:55:46 +08:00
wangmm0220 d1bdea6917 fix:<TD-18784> data lost in schemaless if timestamp is same 2022-09-01 13:49:05 +08:00
Liu Jicong 3bbab43bf2 temporarily set taosx res type to data to pass test 2022-09-01 13:24:57 +08:00
Liu Jicong 47eb2a3fb8 fix iterate msg 2022-09-01 13:15:29 +08:00
Shengliang Guan a91a82ee49
Merge pull request #16558 from taosdata/docs/wade-20220901
doc: fix compilation error
2022-09-01 13:10:51 +08:00
Shengliang Guan f2d14220eb
Merge pull request #16551 from taosdata/feature/3.0_mhli
refactor(sync): delete ASSERT(0) in snapshotReceiverFinish
2022-09-01 13:10:17 +08:00
Shengliang Guan 8a7aaaab07
Merge pull request #16552 from taosdata/enh/change_err_msg
fix: change err msg
2022-09-01 13:09:58 +08:00
Shengliang Guan 2db9149af5
Merge pull request #16553 from taosdata/fix/TD-16780
fix(query): support timestamp type in max/min function
2022-09-01 13:09:00 +08:00
gccgdb1234 62daf3623f doc: fix compilation error 2022-09-01 12:14:53 +08:00
Shuduo Sang 5d02a24359
fix: tools/taosdumpTest2.py (#16556) 2022-09-01 12:06:32 +08:00
Liu Jicong 1fe4ab2341 feat(taox): support auto create sub table 2022-09-01 11:45:00 +08:00
Hui Li 87c0d49bae
Merge pull request #16533 from taosdata/test3.0/lihui
Test3.0/lihui
2022-09-01 11:39:47 +08:00
Ganlin Zhao 4f772ee711 Merge branch '3.0' into fix/TD-16780 2022-09-01 11:28:28 +08:00
Linhe Huo 1521a92bdb
docs: fix drop stream syntax (#16550) 2022-09-01 11:22:36 +08:00
Xiaoyu Wang af8fe3ada8 fix: a privilege problem of show tables 2022-09-01 11:15:03 +08:00
yihaoDeng 8d0767a9ab change error msg 2022-09-01 10:54:25 +08:00
Minghao Li 87dd0fc168 refactor(sync): delete ASSERT(0) in snapshotReceiverFinish 2022-09-01 10:54:02 +08:00
yihaoDeng 9572a30d24 Merge branch '3.0' of https://github.com/taosdata/TDengine into d3 2022-09-01 10:26:44 +08:00
sanliang125 daf32a648d
Update 14-stream.md
修改删除流式计算的示例语法。
2022-09-01 10:17:29 +08:00
Shengliang Guan 1289093b02
Merge pull request #16548 from arielyang/docs/yangpan-read-through-02
docs: fix minor punctuation typos
2022-09-01 09:38:14 +08:00
Pan YANG 54cddb21bb Merge branch 'docs/yangpan-read-through-02' of https://github.com/arielyang/TDengine into docs/yangpan-read-through-02 2022-09-01 09:27:34 +08:00
Pan YANG 0e2d4346d8 docs: fix minor punctuation typos 2022-09-01 09:27:27 +08:00
Pan YANG 9443109338
Merge branch 'taosdata:main' into docs/yangpan-read-through-02 2022-09-01 09:25:27 +08:00
Shengliang Guan fca65df5fa
Merge pull request #16537 from taosdata/feature/3.0_interval_hash_optimize
other: adjust rsma duration for data files
2022-09-01 08:59:50 +08:00
Sean Ely e765adcd01
docs: Python Connector - missing quote (#16547)
Missing a quote in the first word
2022-09-01 00:38:35 +08:00
Hui Li 40c325ff2e
Merge pull request #16546 from taosdata/test/chr/TD-14699
test: modify checkpackages scritps
2022-08-31 23:12:06 +08:00
tomchon d10484050b test: modify checkpackages scritps 2022-08-31 21:30:18 +08:00
Hui Li 838e71e1ad
Merge pull request #16545 from taosdata/test/chr/TD-14699
test: modify checkpackages scritps of client
2022-08-31 20:55:11 +08:00