Commit Graph

2134 Commits

Author SHA1 Message Date
54liuyao e64f55f5b1 adj ci 2024-10-17 18:06:16 +08:00
54liuyao 9017474e22 adj ci 2024-10-17 15:35:32 +08:00
54liuyao 9aaab9c3b0 feat(stream):add max delay check 2024-10-17 10:39:59 +08:00
Shengliang Guan 9f05ca5ee8 revert: data analysis 2024-10-14 23:27:11 +08:00
Shengliang Guan a2f17c56da fix: ci test cases 2024-10-10 09:53:48 +08:00
liuyao 81cacec455
Update basic3.sim 2024-09-24 13:48:51 +08:00
54liuyao 37283a8a68 adj ci 2024-09-24 11:11:06 +08:00
54liuyao 2c24c52c80 fix(stream):not support group by 2024-09-23 13:52:18 +08:00
54liuyao df1ed579fd adj ci 2024-09-19 18:54:30 +08:00
54liuyao f71b14da13 fix(stream):set correct primary key column index 2024-09-19 18:39:00 +08:00
Pan Wei 5953e94e5c
Merge pull request #27792 from taosdata/feat/TS-4257
feat:Optimising the duration and keep
2024-09-12 09:24:53 +08:00
Pan Wei c8b087fc2d
Merge pull request #27776 from taosdata/fix/3.0/TS-5839
fix:[TS-5839] Fix crash when use last function on a column with all null value with partition subclause.
2024-09-12 09:13:23 +08:00
lyh250-666 cf35e31289 modify test case 2024-09-11 09:43:55 +00:00
54liuyao 5cfe7b8ec9 fix(query):fix the issue of return db error when the timestamp is 0 2024-09-11 14:58:06 +08:00
Jing Sima 64bb49e0db fix:[TS-5839] Fix crash when use last function on a column with all null value with partition subclause. 2024-09-11 13:49:06 +08:00
lyh250-666 25c0b92885 feat:Optimising the duration and keep 2024-09-11 01:11:56 +00:00
Haojun Liao c33b57fa65
Merge pull request #27770 from taosdata/fix/syntax
fix(stream):not reset the failed checkpointId
2024-09-11 09:03:51 +08:00
Haojun Liao 37355b8ae1 fix(test): update test cases. 2024-09-10 17:49:12 +08:00
Haojun Liao 51bee72807 fix(stream):not reset the failed checkpointId 2024-09-10 12:58:08 +08:00
Jing Sima a249bef104 feat:[TS-4893] Add random and support use min/max on string column. 2024-09-09 18:48:24 +08:00
chenhaoran 01ad6a685b tetst:sleep 2 after stop taosd in windows ci 2024-09-03 19:37:22 +08:00
54liuyao 939342b3de fix(query):seset group id for the results of event and count operators 2024-08-22 11:11:40 +08:00
54liuyao 1bff0e89f4 fix issue 2024-08-20 10:15:52 +08:00
sima a54019211f feat:[TS-4893] Support MYSQL functions.
Add more functions:
 - Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
 - String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
 - Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
 - Aggregate Functions: VAR_POP().
Modify some functions:
 - ROUND(): support round to given decimal places.
 - CHAR_LENGTH(): support calculate multi-byte character's length.
 - TIMEDIFF(): result will be negative when expr1 < expr2.
 - STDDEV(): add alias name STDDEV_POP().
 - SUBSTR(): add alias name SUBSTRING().
             support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
Haojun Liao e9ac0d6cd4 other: merge 3.0 2024-08-05 13:38:05 +08:00
wade zhang 8e01044408
Merge pull request #26920 from taosdata/test/3.0/TD-31005
test: scan returned values in ci
2024-08-05 08:03:05 +08:00
dapan1121 a443fafad2 fix: interval case issue 2024-08-02 16:29:23 +08:00
dapan1121 5e2c5b8894 fix: calander interval and sliding issue 2024-08-02 14:38:55 +08:00
chenhaoran ed1e3c304a test: scan returned values in ci 2024-08-02 14:03:07 +08:00
Haojun Liao aefb9d275e fix(stream): add ts in HbMsg. 2024-08-01 15:22:37 +08:00
54liuyao 1ce6f1c1c7 adj operator res 2024-07-29 13:22:46 +08:00
Haojun Liao 4d8064c950 fix(tsdb):fix invalid return code. 2024-07-23 19:16:06 +08:00
xsren bf03c2b3d8 fix: tupleData 2024-07-22 20:26:55 +08:00
54liuyao 140a128a1d adj ci 2024-07-19 09:23:46 +08:00
54liuyao fbfffc4aec adj ci 2024-07-19 08:55:26 +08:00
54liuyao b594decc14 adj ci 2024-07-18 18:54:27 +08:00
54liuyao 8d769c97ec adj ci 2024-07-18 18:48:52 +08:00
54liuyao dfff9b19ad adj ci 2024-07-18 18:08:31 +08:00
Haojun Liao f3cfd297b8 fix(stream): return after get value. 2024-07-16 19:42:29 +08:00
54liuyao 331d692a6f add ci 2024-07-10 09:38:42 +08:00
54liuyao 9c7178fedd add ci 2024-07-10 09:34:50 +08:00
54liuyao be2c16723d adj second param for last_row 2024-07-01 16:38:47 +08:00
Yihao Deng 58b3dd7b99 Add index filtering based on column value type 2024-06-26 08:45:14 +00:00
wangmm0220 ed16b1e8db fix:conflict from 3.0 2024-06-24 12:03:10 +08:00
dapan1121 0d5bfc4b8c
Update checkStreamSTable1.sim 2024-06-24 11:00:51 +08:00
wangmm0220 a29d1b0c59 fix:test case error 2024-06-24 10:18:09 +08:00
54liuyao 1189e228b7 adj test ci 2024-06-21 18:25:13 +08:00
Haojun Liao b3a283ed8e
Merge pull request #26207 from taosdata/fix/TD-30650
adj test case
2024-06-21 15:22:07 +08:00
dapan1121 05ebfa70d4
Merge pull request #26212 from taosdata/fix/TS-5064.3
fix: cast long binary crash issue
2024-06-20 16:26:13 +08:00
dapan1121 784fda8191 fix: cast long binary crash issue 2024-06-20 13:54:02 +08:00