* chore(ci): statistics ci report
* chore(ci): statistics ci report never fail
* chore(ci): statistics ci report sort by size desc
* Update .github/workflows/taosd-ci-build.yml
* docs: upgrade the node.js connector version (#30264)
* feat: change the max value of minFreeDiskSize to 2TB (#30250)
* feat: change the max value of minFreeDiskSize to 2TB
* fix: CI test case change
* enh: remove useless comment
* docs(query): enhance time window clause descriptions in the documentation
* docs: fix image position in DST document (#30266)
* fix node.js example error (#30287)
* test: node example case
* fix: node.js example error
* fix: restore test case validation
* fix(stream): fix race condition in send msg. (#30277)
Co-authored-by: 54liuyao <54liuyao@163.com>
Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
Co-authored-by: wangmm0220 <wangmm0220@gmail.com>
Co-authored-by: yihaoDeng <luomoxyz@126.com>
* add c stmt2 example to doc (#30286)
* add: stmt2 insert example
* fix: free all heap
* format code
* add c stmt2 example
* update en doc desc
* mod makefile
---------
Co-authored-by: pengrongkun94@qq.com <pengrongkun94@qq.com>
---------
Co-authored-by: freemine <freemine@yeah.net>
Co-authored-by: WANG Xu <feici02@outlook.com>
Co-authored-by: kevin men <men_shi_bin@163.com>
Co-authored-by: Hongze Cheng <hzcheng@taosdata.com>
Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
Co-authored-by: Linhe Huo <linhehuo@gmail.com>
Co-authored-by: Haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: 54liuyao <54liuyao@163.com>
Co-authored-by: wangmm0220 <wangmm0220@gmail.com>
Co-authored-by: yihaoDeng <luomoxyz@126.com>
Co-authored-by: She Yanjie <57549981+sheyanjie-qq@users.noreply.github.com>
Co-authored-by: pengrongkun94@qq.com <pengrongkun94@qq.com>
* fix(stream): support packaging enterprise edition.
* feat(gpt): support lstm and do some internal refactor, add sample autoencoder model.
* feat(gpt): support lstm and do some internal refactor, add sample autoencoder model.
* test(gpt): disable model case.
* test(gpt): disable model case.
* doc: fix title error in doc.
* doc: add mlp doc.
* fix(gpt): add gpt
* fix(gpt): update the test cases.
* fix(gpt): update the test cases.
* test(gpt): disable gpt test in github action.
* fix(gpt): check the grant, check the rsp code.
* fix(gpt): limit the forecast rows.
* fix(gpt): use default gpt service
* fix(gpt): update error code.
* fix: use address sanitizer to detect buffer overflow in udfTest.py
* fix: improve UDF process termination in udfTest.py
* fix: udf test case, stack overflow
---------
Co-authored-by: chenhaoran <haoran920c@163.com>
* ci(stream): add ci and fix issue
* ci: adj test
* ci: add test and fix issue
* ci: adj test
* ci(stream): add test for fill operator and fix issue
* fix: fix issue
* fix: fix issue
* fix: adjust defalut rec value
* fix: add more cases and fix issues
* enh: add more test cases
* enh: add more test cases
* fix: memory leak issue
* enh: add view cases and fix order by issue
* enh: add document description
* feat[TS-6137]: support sliding in force_window_close
* feat[TS-6137]: support sliding in force_window_close
* feat(stream): force window close support interval sliding
* feat[TS-6137]: support sliding in force_window_close
* feat[TS-6137]: support sliding in force_window_close
* feat[TS-6137]: support sliding in force_window_close
---------
Co-authored-by: 54liuyao <54liuyao@163.com>
* feat[TS-6115]: drop topic & consumer group in force
* feat[TS-6115]: drop topic & consumer group in force
* feat[TS-6115]: drop topic & consumer group in force
* feat:[TS-5617]use last_row cache mode if creating stream in fill_history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* feat(stream): optimize client logic of creating stream if with history
* fix: heap use after free
* feat: add log
* fix: ci case error
* fix: compile error in windows
* fix: ci case error
* fix: heap user after free
* fix: memory leak
* fix: ci case error
* fix: ci case error
* fix: ci case error
* feat: support fill_history 1 async when creating stream
* feat: support fill_history 1 async when creating stream
* fix: compile error
* feat[TS-5617]: support fill_history 1 async when creating stream
---------
Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
* enh: add client processing
* enh: add mnode vtables processing
* enh: add mnode vtable processing
* enh: add normal child vtable support
* fix: compile issues
* fix: compile issues
* fix: create stream issues
* fix: multi stream scan issue
* fix: remove debug info
* fix: agg task and task level issues
* fix: correct task output type
* fix: split vtablescan from agg
* fix: memory leak issues
* fix: add limitations
* Update 09-error-code.md
* Update 09-error-code.md
* fix: remove usless case
* feat(stream): extract original table data in source scan task
Implemented functionality in the source task to extract data
corresponding to the virtual table from the original table using WAL.
The extracted data is then sent to the downstream merge task for further
processing.
* feat(stream): multi-way merge using loser tree in virtual merge task
Implemented multi-way merge in the merge task using a loser tree to
combine data from multiple original table into a single virtual table.
The merged virtual table data is then pushed downstream for further
processing. Introduced memory limit handling during the merge process
with configurable behavior when the memory limit is reached.
* fix(test): remove useless cases
---------
Co-authored-by: dapan1121 <wpan@taosdata.com>
Co-authored-by: Pan Wei <72057773+dapan1121@users.noreply.github.com>
* fix calc disk usage error
* fix calc disk usage error
* fix calc disk usage error
* fix calc disk usage error
* fix calc disk usage error
* add test case
* add test case
* add test case
* add test case
* add test case
* add test case
* refactor code
* refactor code
* refactor code
* refactor code
* refactor code
* refactor code