Commit graph

2066 commits

Author SHA1 Message Date
Shengliang Guan
69cc47e622 test: comment out sml case 2022-09-04 18:14:39 +08:00
Shengliang Guan
6dfc831eeb
Merge pull request #16562 from taosdata/feature/TD-14761
fix:<TD-18784> data lost in schemaless if timestamp is same
2022-09-01 19:24:53 +08:00
wangmm0220
713488098d fix:test case error in sml.py 2022-09-01 18:43:47 +08:00
Shengliang Guan
8de6000378
Merge pull request #16555 from taosdata/feat/3.0_systable_privilege_wxy
fix: a privilege problem of show tables
2022-09-01 15:39:31 +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
Ganlin Zhao
4f772ee711 Merge branch '3.0' into fix/TD-16780 2022-09-01 11:28:28 +08:00
Xiaoyu Wang
af8fe3ada8 fix: a privilege problem of show tables 2022-09-01 11:15:03 +08:00
Ganlin Zhao
593fdce02e fix test cases 2022-08-31 19:28:12 +08:00
plum-lihui
9407f0490d test:modify start tmq timestamp 2022-08-31 17:53:27 +08:00
plum-lihui
b18b4956fc Merge branch '3.0' into test3.0/lihui 2022-08-31 17:52:36 +08:00
cpwu
2fc2000c7a fix case 2022-08-31 11:00:25 +08:00
cpwu
ec02d230d2 Merge branch '3.0' into cpwu/3.0 2022-08-31 10:42:00 +08:00
cpwu
399e921e9c fix timetruncate case 2022-08-30 15:17:41 +08:00
Shengliang Guan
508be776d6
Merge pull request #16508 from taosdata/feature/TD-14761
opti: test casese for tmq snapshot for taosX
2022-08-30 15:05:37 +08:00
cpwu
17bd85cba7 Merge branch '3.0' into cpwu/3.0 2022-08-30 14:20:58 +08:00
cpwu
f4ddc6d393 fix sml case 2022-08-30 14:14:37 +08:00
wangmm0220
ed137b36d5 opti: test casese for tmq snapshot for taosX 2022-08-30 14:11:44 +08:00
Shengliang Guan
52f8fbb997
Merge pull request #16473 from taosdata/enh/3.0_planner_optimize
enh: super table scan requires project operator to merge packets to improve performance
2022-08-30 09:07:52 +08:00
Xiaoyu Wang
b5e177f151 fix: some problems of parser 2022-08-29 18:52:00 +08:00
wangmm0220
bf3231ab9f fix: cols num error in tmq for query 2022-08-29 17:30:50 +08:00
cpwu
ba45b52eb9 Merge branch '3.0' into cpwu/3.0 2022-08-29 15:02:19 +08:00
cpwu
4392a0d077 fix case 2022-08-29 15:01:54 +08:00
wangmm0220
64bba07454 Merge branch '3.0' into feature/TD-14761 2022-08-29 10:16:23 +08:00
wade zhang
2ad31384f6
Merge pull request #15818 from taosdata/feature/TD-14761
feat: get meta and data from tmq using snapshot
2022-08-29 09:49:35 +08:00
wangmm0220
e05a1fc0f4 fix:disable stb tag filter for tmq test cases temprary 2022-08-26 20:36:37 +08:00
wangmm0220
6dfbe30d6b fix:test case if drop table in snapshot for create topic as database 2022-08-26 15:52:12 +08:00
Haojun Liao
13563f1733
Merge pull request #16412 from taosdata/feature/3_liaohj
refactor(query): check table in uid order when handling the last block, and some internal refactor.
2022-08-26 10:44:27 +08:00
Haojun Liao
5ea4c0a7c8 fix(query): update the uid list when tablemap is changed. 2022-08-25 23:04:07 +08:00
wangmm0220
6b61d3c23b fix:conflicts from 3.0 2022-08-25 16:57:19 +08:00
Ganlin Zhao
487a1f26ae add test cases 2022-08-25 11:07:34 +08:00
Ganlin Zhao
c254546e3b add test cases 2022-08-25 10:56:29 +08:00
wangmm0220
514711e54c feat:get data from snapshot for taosx 2022-08-23 17:28:49 +08:00
wangmm0220
1134319570 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/TD-14761 2022-08-23 10:45:51 +08:00
wangmm0220
3f398de926 fix: error in schemaless 2022-08-23 10:45:20 +08:00
Ganlin Zhao
cd3897c7fe fix(query): fix avg.py test cases 2022-08-22 19:26:28 +08:00
cpwu
7afac023a6 Merge branch '3.0' into cpwu/3.0 2022-08-19 17:51:26 +08:00
cpwu
bea875aea7 add case to support rest API 2022-08-19 17:46:24 +08:00
Hui Li
af22a928c6
Merge pull request #16223 from taosdata/fix/3.0_bugfix_wxy
fix: escape character problem in auto create table insert
2022-08-19 15:16:35 +08:00
Xiaoyu Wang
390c2aa360 fix: escape character problem in auto create table insert 2022-08-19 14:26:08 +08:00
Ganlin Zhao
823fbf9f77 fix test case 2022-08-19 10:05:55 +08:00
Ganlin Zhao
4344ba56f5 add test cases 2022-08-18 19:04:26 +08:00
cpwu
53e3b2e5f5 fix case, add case support rest api 2022-08-18 11:14:05 +08:00
cpwu
1c4f86210d fix case 2022-08-17 18:18:56 +08:00
wenzhouwww@live.cn
40e2dc1f8d test: update pow function check method 2022-08-17 18:08:25 +08:00
cpwu
786a7378a4 add sin case 2022-08-17 16:45:37 +08:00
cpwu
bbcf017e5c fix case 2022-08-17 16:16:36 +08:00
cpwu
545a9f1f76 Merge branch '3.0' into cpwu/3.0 2022-08-17 16:14:52 +08:00
cpwu
3a5f3203a0 fix case 2022-08-17 16:11:37 +08:00
wangmm0220
171ce325c7 fix:error in get table list by tag filter 2022-08-17 11:47:59 +08:00
wangmm0220
2bf2d5e6e1 fix:error in get table list by tag filter 2022-08-17 11:39:55 +08:00