Commit Graph

39659 Commits

Author SHA1 Message Date
Shengliang Guan f0b51ac04f Merge branch '3.0' into main 2022-08-29 09:26:14 +08:00
Shengliang Guan fa0f6b50dc
Merge pull request #16424 from taosdata/fix/dnode
refactor: change mnode log level
2022-08-28 23:31:49 +08:00
Shengliang Guan 17acc9bc05
Merge pull request #16458 from taosdata/szhou/fixbugs
fix: clean up intermediate result of scalar computation just before applying scalar function in fill operator
2022-08-28 21:27:30 +08:00
Shengliang Guan c581212712
Merge pull request #16439 from taosdata/feature/3_liaohj
feature(query): support last function cache and retrieve data.
2022-08-28 21:27:13 +08:00
Shengliang Guan e0748f43e1
Merge pull request #16460 from taosdata/feature/3.0_interval_hash_optimize
enh: use simple hash to save agg result
2022-08-28 21:26:53 +08:00
Jeff Tao 8402eb1097
Update index.md 2022-08-28 21:08:56 +08:00
Jeff Tao b210dab637
Update index.md 2022-08-28 21:08:11 +08:00
Jeff Tao 67989a9241
Update index.md 2022-08-28 20:57:32 +08:00
Jeff Tao e1716a25f4
Update index.md 2022-08-28 20:52:45 +08:00
Jeff Tao f9d4d74c67
Update index.md 2022-08-28 20:50:45 +08:00
Jeff Tao 70631822f6
Update index.md 2022-08-28 20:20:36 +08:00
Shuduo Sang 63537d096a
docs: add k8s compatible version (#16463)
* docs: update helm doc for 3.0

* docs: update helm parameters list to reflect 3.0 reality

* docs: add k8s compatible version
2022-08-28 17:52:43 +08:00
Haojun Liao 3c6aea81a1 fix(query): clear list . 2022-08-28 17:12:37 +08:00
Haojun Liao 653bd2ea6e fix(query): set correct page id list. 2022-08-28 16:26:38 +08:00
wade zhang bb856d0e3a
Update 19-limit.md 2022-08-28 16:02:54 +08:00
wade zhang daab8ce954
Update 19-limit.md 2022-08-28 16:01:43 +08:00
Cary Xu ad371f6d97 other: trigger CI 2022-08-27 23:25:49 +08:00
Cary Xu 1dd53e9e41 fix: return data ptr when iterate remove for simple hash 2022-08-27 23:01:19 +08:00
shenglian zhou 47f80f0d21 fix: clean up intermediate result of scalar computation before applying scalar function in fill operator 2022-08-27 22:10:22 +08:00
Cary Xu 36d6b1e560 Merge branch '3.0' into feature/3.0_interval_hash_optimize 2022-08-27 18:11:19 +08:00
Cary Xu 680199f9f5 other: simple hash code optimization 2022-08-27 18:08:01 +08:00
Cary Xu 451e621a94 fix: simple hash iterate remove and clear 2022-08-27 18:04:33 +08:00
wade zhang 454616c918
Update 10-function.md 2022-08-27 11:20:00 +08:00
wade zhang 00145cbf79
Merge pull request #16456 from taosdata/sean-tdengine-patch-3
docs: SQL Functions - STATEDURATION edit
2022-08-27 11:17:13 +08:00
Sean Ely 5510cad555
Update 10-function.md 2022-08-26 19:43:30 -07:00
Shengliang Guan 6aef861374
Merge pull request #16453 from taosdata/szhou/fixbugs
fix: interval operator interpolation for different partition
2022-08-27 10:41:32 +08:00
Sean Ely 0fbf453122
docs: SQL Functions - STATEDURATION edit
Added quotes for proper usage.
2022-08-26 19:37:14 -07:00
shenglian zhou a574ef5c98 fix: pass CI test 2022-08-27 08:10:18 +08:00
Haojun Liao 26d6213937 fix(query): clear array instead of destroy it in clear function. 2022-08-26 23:12:42 +08:00
Hui Li 8c69f698a7
Merge pull request #16455 from taosdata/test/chr/TD-14699
test: add checkpackages scritps
2022-08-26 21:44:25 +08:00
tomchon 2bc3e5fc96 test: add checkpackages scritps 2022-08-26 21:17:49 +08:00
gccgdb1234 9aca48b650 doc: resolve broken links 2022-08-26 19:25:43 +08:00
Haojun Liao 655dbb47c1 refactor(query): do some internal refactor. 2022-08-26 19:19:48 +08:00
wade zhang 9d4a6de45a
Merge pull request #16454 from taosdata/test/td-18644-java-1
test: add java fast_write_example for 3.0
2022-08-26 19:14:43 +08:00
huolibo 0e35669378
fix: add java example CI (#16432)
* fix: varchar need \'

* fix: add jdbc test shell

* fix: change class path

* fix: shell error
2022-08-26 19:09:08 +08:00
jiajingbin 4ff7bb654a test: add highvolume.webp for 3.0 2022-08-26 19:05:51 +08:00
slzhou 2a9faaa326 fix: enable add open window only when interval interpolation 2022-08-26 19:05:37 +08:00
gccgdb1234 ceba973080 doc: resolve conflicts 2022-08-26 19:04:04 +08:00
jiajingbin 96a78211f6 test: add java fast_write_example for 3.0 2022-08-26 19:03:23 +08:00
gccgdb1234 8bbec1c64d doc: resolve conflicting 2022-08-26 18:57:39 +08:00
slzhou c9a7f27e7c Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-08-26 18:51:32 +08:00
slzhou d1eb14dccc fix: interval operator _wstart error and interval operator close window for interpolation on different group id 2022-08-26 18:47:09 +08:00
wade zhang 30903ba80f
Merge pull request #16452 from taosdata/docs/taoshell_TDengine_CLI
docs: updagte taos shell as TDengine CLI for 3.0 version ,include taos.cfg
2022-08-26 18:43:15 +08:00
wade zhang 2bc6a37e72
Merge pull request #16451 from taosdata/test/td-18644-python
test: add fast_write_example for 3.0
2022-08-26 18:41:23 +08:00
wenzhouwww ed5d7ee858
Merge branch '3.0' into docs/taoshell_TDengine_CLI 2022-08-26 18:40:00 +08:00
wenzhouwww@live.cn 83272a0ac5 docs: updagte taos shell as TDengine CLI for 3.0 version ,include in taos.cfg 2022-08-26 18:38:04 +08:00
jiajingbin 24cf2e0ed6 test: add fast_write_example for 3.0 2022-08-26 18:32:52 +08:00
gccgdb1234 335cdc3318 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0 2022-08-26 18:29:20 +08:00
gccgdb1234 a2ffacc261 doc: replace taos shell with TDengine CLI 2022-08-26 18:24:48 +08:00
jiajingbin 54b079e006 test: add fast_write_example for 3.0 2022-08-26 18:17:05 +08:00