Commit graph

23 commits

Author SHA1 Message Date
WANG Xu
c52c68aa4f
sync: apply remaining build system changes from monorepo (main)
The following commits could not be applied individually due to context
differences between the monorepo and the public repo's build files.
They have been applied as a cumulative diff to ensure the final state
matches the monorepo exactly:

- chore: sync CI files with 3.0 branch to eliminate merge conflicts (rd-public/tsdb!271)
- revert(refactor): dynamically link taosd taosudf taosmqtt against libtaosnative.so to reduce binary size (revert #183) (rd-public/tsdb!282)
- fix(docs): autofix formatting issues across all doc files (rd-public/tsdb!296)
- feat: support -DBUILD_SANITIZER=true on windows for debug build (rd-public/tsdb!291)
- feat(build): build cache, mirror, and sccache optimizations (rd-public/tsdb!326)
- docs: update image for three replica (rd-public/tsdb!324)
- enh: shared storage on windows (rd-public/tsdb!333)
- fix(cmake): convert ext_libs3 from git clone to URL tarball download (rd-public/tsdb!360)
- feat: dual-source deps and comprehensive docs/packaging (cherry-pick to main) (rd-public/tsdb!352)
- fix(cmake): guard DOWNLOAD_EXTRACT_TIMESTAMP for CMake < 3.24 and fix duplicate Cargo.lock entry (rd-public/tsdb!369)
- fix: test case execution failure in pytest.sh (rd-public/tsdb!338)
- enh: built-in compilation support for Python UDF plugins use abi3 (rd-public/tsdb!325)
2026-05-23 14:11:50 +08:00
mljin
1c02910dd3
fix(subq/stream): stream subquery per-event re-evaluation (#6984935627) (rd-public/tsdb!242) 2026-05-23 14:11:27 +08:00
WANG MINGMING
8a13299e56
fix(stream): coredump when UDF used in stream WHERE clause (#35250) 2026-04-29 19:51:23 +08:00
Minglei Jin
f88269ed05
fix(subq/in): split stream_subquery_in_vtable2 into tow files (#34898) 2026-03-24 11:17:19 +08:00
Minglei Jin
c1a21a7c3b
feat(subq/some): some/any/exists for stream subq (#34860) 2026-03-22 18:21:54 +08:00
WANG MINGMING
7394319536
fix(taosd): add logic in altering table for tmq/stream (#34809) 2026-03-21 11:38:22 +08:00
Minglei Jin
4466557cd0
feat(stream/subquery/in): support in with stream subquery (#34773) 2026-03-20 09:37:37 +08:00
Minglei Jin
49a1c6908a
calc subq to runner (#34457) 2026-03-16 14:10:31 +08:00
Jinqing Kuang
218c973316
enh(stream): increase ins_streams sql display length (#34661) 2026-03-04 14:25:40 +08:00
Jinqing Kuang
1e082a00b8
fix(stream): fix ci case issues (#34516) 2026-02-23 20:46:41 +08:00
WANG MINGMING
982e243d5b
fix(stream): align version between tablelist and submit to avoid Invalid parameters if deleting table (#34269) 2026-01-15 10:18:51 +08:00
Minglei Jin
7846309f93
fix(stream/fetch): fix stream data fetching from runner (#34170) 2026-01-08 20:02:39 +08:00
Mario Peng
11fb428f9a
enh: drop multi-stream (#33962) 2025-12-30 18:52:02 +08:00
Alex Duan
5fcfa7053d Merge branch '3.0' into merge/mainto3.0 2025-12-25 17:20:09 +08:00
WANG MINGMING
acfe352b5b
feat(stream): [TD-37208] process schema changed in vtable (#33871) 2025-12-25 14:41:08 +08:00
Alex Duan
5e9a9061f0 merge: 2-query 7-tmq main to 3.0 solve conflict 2025-12-25 10:34:13 +08:00
Alex Duan
9a4151f1a9
test: tidy up uncatalog cases (12.02) (#33786) 2025-12-25 09:38:45 +08:00
xinsheng Ren
59094366e2
enh: window query without agg function support (#33759) 2025-12-18 15:09:27 +08:00
WANG MINGMING
c68a2eb1a9
fix(stream): coredump if there is a condition of tag==%%n in join query (#33879) 2025-12-11 14:19:00 +08:00
Jinqing Kuang
0285691442
fix(stream): fix output table schema check (#33772) 2025-12-08 09:08:14 +08:00
Alex Duan
006014fab7
case: adjust case describe and show (#33487) 2025-11-12 11:16:10 +08:00
WANG MINGMING
fdf218cb53
fix(stream): [TD-38380] error if tag == %%1 with tagcache open (#33346) 2025-10-30 09:59:15 +08:00
Alex Duan
7dbde74a20
test: tidy up cases for main branch(10-21) (#33323) 2025-10-27 10:14:17 +08:00