Commit Graph

47169 Commits

Author SHA1 Message Date
Liu Jicong 93cf8e0186 fix: selectivity 2022-12-29 14:43:45 +08:00
Xiaoyu Wang e0ca1affdf fix: escape error in create topic/stream 2022-12-29 14:39:02 +08:00
Shengliang Guan 2673b6a536
Merge pull request #19185 from taosdata/fix/TD-21210
fix(meta/assert/cleanup): remove asserts
2022-12-29 14:32:51 +08:00
Minglei Jin f12df819ae fix(tdb): free stack celldecoder's pVal 2022-12-29 14:23:21 +08:00
yihaoDeng b2f306e09d avoid invalid free 2022-12-29 14:12:09 +08:00
Shengliang Guan 1f9786886b
Merge pull request #19242 from taosdata/fix/TS-2349
refact: adjust sync log
2022-12-29 13:22:45 +08:00
Liu Jicong 7721353b6b enh: put func state into tdb 2022-12-29 12:39:07 +08:00
dapan1121 d5e5697cef fix: int64 print issue 2022-12-29 12:30:38 +08:00
dapan1121 4a142018da
Merge pull request #19224 from taosdata/fix/TD-21561
fix(query): fix count/hyperloglog return additional row in group by when queryPolicy is set to 3.
2022-12-29 12:28:28 +08:00
dapan1121 8f9cf766a4
Merge pull request #19214 from taosdata/feat/TD-21454
feat(stream):stream insert data into an existing table
2022-12-29 11:28:25 +08:00
Shengliang Guan b05c65cd47 refact: rename variables 2022-12-29 11:21:22 +08:00
Shengliang Guan 8ca0cdfa40
Merge pull request #19232 from taosdata/FIX/xsren/winSort
Fix/xsren/win sort & mac fqdn
2022-12-29 11:13:48 +08:00
Shengliang Guan ba5a648463
Merge pull request #19231 from taosdata/merge/mainto3.0_1229
merge from main to 3.0
2022-12-29 11:12:06 +08:00
Shengliang Guan 4b7ab0a839 refact: adjust log 2022-12-29 11:00:33 +08:00
dapan1121 52cd40ea4f
Merge pull request #19213 from taosdata/fix/TD-21555
fix:fill operator fill next issue
2022-12-29 10:58:56 +08:00
wangmm0220 55f4d9524b fix:support multi json format 2022-12-29 10:52:17 +08:00
dapan1121 9facfe83d1 fix: some query tasks not end when vnode stopped 2022-12-29 10:50:16 +08:00
Shengliang Guan 7e67dc032d refact: rename variables 2022-12-29 10:41:01 +08:00
freemine b537bf318b new API taos_stmt_reclaim_fields to reclaim TAOS_FIELD_E in a uniform way 2022-12-29 10:36:34 +08:00
Haojun Liao 8ca981b3f0 Merge branch 'main' into feature/3_liaohj 2022-12-29 10:26:07 +08:00
wade zhang 9f3a75927b
Merge pull request #19235 from taosdata/DuanKuanJun-patch-8
Update 20-keywords.md
2022-12-29 10:19:03 +08:00
wade zhang 36ab6dab94
Merge pull request #19236 from taosdata/DuanKuanJun-patch-9
Update 20-keywords.md
2022-12-29 10:18:49 +08:00
Alex Duan 70b5a10ab0
Update 20-keywords.md
ADD ALIVE TO RESERVED KEYWORDS
2022-12-29 10:08:47 +08:00
Alex Duan 1989fb8fad
Update 20-keywords.md
add alive to keywords
2022-12-29 10:05:44 +08:00
Minglei Jin a20640f016 Merge branch 'fix/TD-21210' of https://github.com/taosdata/TDengine into fix/TD-21210 2022-12-29 10:00:17 +08:00
Ganlin Zhao 8f7ed5a267 fix bug 2022-12-29 09:54:06 +08:00
xinsheng Ren 1876d6d748 Fix/xsren/td 20817 mac fqdn (#19078)
* fix/TD-20817-mac-fqdn use localhostname

* fix/TD-20817-mac-fqdn redundant codes

* fix/TD-20817-mac-fqdn,replace command with api

Co-authored-by: facetosea <25808407@qq.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-12-29 09:38:48 +08:00
xinsheng Ren 8c35b856c6 fix/TS-2297/windows sort use stdlib (#19152)
Co-authored-by: facetosea <25808407@qq.com>
2022-12-29 09:38:16 +08:00
Shengliang Guan 2bbf2f3ab1 Merge branch '3.0' into merge/mainto3.0_1229 2022-12-29 09:36:52 +08:00
Minglei Jin 1269d20cd9 Merge branch '3.0' into fix/TD-21210 2022-12-29 09:27:35 +08:00
Shengliang Guan 6e9b5d1be6
Merge pull request #19219 from taosdata/fix/TD-21566
fix: support_vnodes and the max supported vgroups mis-match
2022-12-29 09:22:14 +08:00
Shengliang Guan 80d3c27a17
Merge pull request #19223 from taosdata/fix/TS-2349
fix: set dnode online after status check success
2022-12-29 09:22:02 +08:00
xinsheng Ren bd38f600c0
chore/enterprise condition fix (#19226)
Co-authored-by: facetosea <25808407@qq.com>
2022-12-29 09:21:54 +08:00
xinsheng Ren 853b93fbe1
Fix/xsren/td 20817 mac fqdn (#19078)
* fix/TD-20817-mac-fqdn use localhostname

* fix/TD-20817-mac-fqdn redundant codes

* fix/TD-20817-mac-fqdn,replace command with api

Co-authored-by: facetosea <25808407@qq.com>
Co-authored-by: Shuduo Sang <sangshuduo@gmail.com>
2022-12-29 09:21:20 +08:00
dapan1121 8b8acdc2d7
Merge pull request #19205 from taosdata/szhou/cenc
fix: covert scalar param to data block
2022-12-29 08:45:35 +08:00
Shengliang Guan bffe45c79b test: adjust some balance case 2022-12-28 20:14:52 +08:00
Shengliang Guan cc29662bf9 fix: adjust weight of mnode while balance 2022-12-28 20:09:02 +08:00
Shengliang Guan c9b81efc47 Merge remote-tracking branch 'origin/main' into fix/TD-21566 2022-12-28 19:20:40 +08:00
Hui Li b4702e871b
Merge pull request #19225 from taosdata/test/main/TD-20974
test:add client-server compatibility test
2022-12-28 19:19:43 +08:00
chenhaoran 6929848ed3 test:add client-server compatibility test 2022-12-28 19:18:56 +08:00
Shengliang Guan 7680fd0ac3
Merge pull request #19210 from taosdata/enh/TD-21585
enh: adjusting the operation mode of the stream thread pool
2022-12-28 19:18:48 +08:00
Ganlin Zhao 26596325b1 add test cases 2022-12-28 19:15:54 +08:00
Haojun Liao f2ea40e0ac Merge remote-tracking branch 'origin/feature/3_liaohj' into feature/3_liaohj 2022-12-28 19:13:03 +08:00
Ganlin Zhao da54705609 add test cases 2022-12-28 19:12:38 +08:00
Haojun Liao 011c83956b refactor: do some internal refactor. 2022-12-28 19:12:36 +08:00
Shengliang Guan 9e989691c3 fix: set dnode online after status check success 2022-12-28 19:10:12 +08:00
Hui Li 72425ebdd2
Merge pull request #19222 from taosdata/test/main/TD-20974
test:add client-server compatibility test
2022-12-28 19:07:07 +08:00
chenhaoran 47930b0211 test:add client-server compatibility test 2022-12-28 19:06:27 +08:00
chenhaoran 4a0968e372 test:add client-server compatibility test 2022-12-28 19:05:33 +08:00
Ganlin Zhao 8460171cb6 fix(query): fix count/hyperloglog return additional row in group by
when queryPolicy is set to 3.
2022-12-28 18:53:51 +08:00