Commit Graph

4558 Commits

Author SHA1 Message Date
kailixu bb31622693 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-21 13:48:33 +08:00
Jinqing Kuang 1ccaaf75bd fix(query)[TS-5443]. Fix invalid key in ORDER BY within subqueries
Resolved an issue where an ORDER BY alias in subqueries failed to
convert to the expected ColumnNode when the corresponding column
could be omitted. Updated the conversion logic to handle this case
correctly and ensure proper query execution.
2024-09-20 14:44:30 +08:00
kailixu b0a711e575 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-20 09:45:49 +08:00
Pan Wei d1209595af
Merge pull request #27926 from taosdata/TD-32147
ret check for memory allocation
2024-09-20 08:42:44 +08:00
kailixu 8a5c47a9c2 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-19 21:25:11 +08:00
kailixu 9cc0702a77 enh: drop table with uid 2024-09-19 18:34:49 +08:00
kailixu 964ee72932 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-19 12:58:52 +08:00
dongming chen 2135bddf3f
Merge pull request #27951 from taosdata/3.0
3.0
2024-09-19 10:00:06 +08:00
Hongze Cheng c0b3cc17fc
Merge pull request #27899 from taosdata/enh/TD-32121-3.0
enh: retrieveRows no more if got all data
2024-09-19 09:12:14 +08:00
wangjiaming0909 91927e84a5 ret check for memory allocation 2024-09-18 19:11:35 +08:00
kailixu 2ea574fa4f chore: merge 3.0 2024-09-18 19:06:15 +08:00
kailixu 107ad05273 enh: support drop table with uid 2024-09-18 19:04:44 +08:00
dmchen 86c2944ed9 enh/TD-31977-monitor-qid-qid-format-set-dnodeid-when-first-start 2024-09-18 09:44:27 +00:00
kailixu ba10e95723 enh: support drop table with uid 2024-09-18 16:05:05 +08:00
kailixu 28edf40c2a enh: support drop table with uid 2024-09-18 13:57:17 +08:00
Haojun Liao 334b1c55c6
Merge pull request #27906 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2024-09-18 10:27:17 +08:00
kailixu 302c08331f enh: support drop table with uid 2024-09-17 10:33:38 +08:00
kailixu cd358de7ce enh: support drop table with uid 2024-09-16 18:54:53 +08:00
kailixu 270d485da7 Merge branch '3.0' into enh/TS-5111-3.0 2024-09-16 11:38:44 +08:00
Haojun Liao b4277e0e65 refactor:do some internal refactor. 2024-09-15 16:15:11 +08:00
Haojun Liao 3332a0b822 refactor: do some internal refactor. 2024-09-15 01:19:30 +08:00
Haojun Liao 1a4c09cffa
Merge pull request #27882 from taosdata/fix/3_liaohj
refactor: check return value for stream.
2024-09-14 18:51:59 +08:00
Hongze Cheng cd827087ac
Merge pull request #27889 from taosdata/fix/3.0/TD-31990
Fix/3.0/td 31990
2024-09-14 18:13:00 +08:00
kailixu 31bb993e0d enh: support drop table with uid 2024-09-14 17:57:30 +08:00
Haojun Liao 5f486d6976 Merge branch '3.0' into fix/3_liaohj 2024-09-14 17:29:29 +08:00
Shungang Li 0fd4928dc2 enh: retrieveRows no more if got all data 2024-09-14 17:02:38 +08:00
xiao-77 1bbcb7c980 Merge branch '3.0' into fix/3.0/TD-31990 2024-09-14 11:13:20 +08:00
54liuyao b649f1f1c4 fix(stream):adj build file state res 2024-09-14 10:51:57 +08:00
kailixu bb3479d952 enh: support drop table with uid 2024-09-14 08:42:06 +08:00
Haojun Liao 1a90e9612d refactor: check return value. 2024-09-13 23:04:41 +08:00
Haojun Liao 83d531284b other: merge 3.0 2024-09-13 19:02:56 +08:00
kailixu fee5dcc54d Merge branch '3.0' into enh/TS-5111-3.0 2024-09-13 14:15:02 +08:00
kailixu e16ac8aa5d enh: support drop table by uid 2024-09-12 16:12:52 +08:00
54liuyao aa80aa39bc fix(query):use window start key when ts column is null 2024-09-12 15:34:57 +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
xiao-77 b49d9f3691 change mutex lock in SWal to rwlock 2024-09-11 19:48:50 +08:00
lyh250-666 25c0b92885 feat:Optimising the duration and keep 2024-09-11 01:11:56 +00:00
dmchen c6d8bd7333 ehn/TD-31977-move-qid-to-header 2024-09-10 09:49:36 +00:00
Haojun Liao 3540ec9d44
Merge pull request #27742 from taosdata/fix/syntax
refactor: remove void.
2024-09-10 12:57:14 +08:00
dmchen f01d166b3c enh/TD-31977-monitor-qid 2024-09-10 03:40:38 +00:00
Pan Wei f3ef229c69
Merge pull request #27747 from taosdata/fix/3.0/TD-31869
fix client taskqueueWorkerpool stuck problem when querypolicy = 4
2024-09-10 10:27:42 +08:00
Jing Sima 4a8bbc36bd feat:[TS-4893] refactor of rand function. 2024-09-09 18:48:24 +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
Haojun Liao a29903101a refactor: remove void and do some internal refactor. 2024-09-09 14:49:05 +08:00
wangjiaming0909 b39b6589c4 fix client taskqueueWorkerpool stuck problem when querypolicy = 4 2024-09-09 13:30:22 +08:00
Hongze Cheng 8012a1902b
Merge pull request #27226 from taosdata/feat/TD-30813-2
feat(stmt2): initial commit for stmt2
2024-09-09 08:52:59 +08:00
Haojun Liao b3e5997336 fix(stream): reset error code. 2024-09-08 14:54:08 +08:00
Minglei Jin 2ac23f72e8 Merge branch '3.0' into feat/TD-30813-2 2024-09-06 14:01:54 +08:00
Haojun Liao 1e57724533
Merge pull request #27688 from taosdata/fix/3_liaohj
fix(stream): handle continuous retrieve during checkpoint procedure.
2024-09-06 09:11:08 +08:00
Hongze Cheng 72bb769340
Merge pull request #27649 from taosdata/fix/TD-31587
Fix/TD-31587
2024-09-05 17:18:55 +08:00