Skip to content

merge: from main to 3.0 branch#33254

Merged
guanshengliang merged 42 commits into3.0from
merge/mainto3.0
Oct 16, 2025
Merged

merge: from main to 3.0 branch#33254
guanshengliang merged 42 commits into3.0from
merge/mainto3.0

Conversation

@guanshengliang
Copy link
Contributor

Description

Please briefly describe the code changes in this pull request.

Checklist

Please check the items in the checklist if applicable.

  • Is the user manual updated?
  • Are the test cases passed and automated?
  • Is there no significant decrease in test coverage?

tomchon and others added 30 commits October 9, 2025 18:35
Signed-off-by: WANG Xu <feici02@outlook.com>
fix: conditionally copy scripts and update configuration instructions for non-lite package mode
* feat: complete version number character copying

* feat: set version number arrary length 40
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
merge: from 3.3.6 to main branch
Refactor test_subscribeDb0.py to improve readability and maintainability.
* fix: get stream tasks list crash issue

* fix: return code issue
feat: unique getBuildPath invoke and ignore .git branch name contain …
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @guanshengliang, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request integrates the latest changes from the main branch into the 3.0 branch, marking a new alpha release version 3.3.8.1. The update encompasses a range of improvements from core versioning and documentation updates to critical bug fixes and system stability enhancements. It also includes significant refactoring of test utilities to streamline development and ensure robust functionality.

Highlights

  • Version Update: The core version of the project has been updated from 3.3.8.0.alpha to 3.3.8.1.alpha across the codebase and documentation.
  • Documentation Enhancements: Various documentation files, including installation guides (English and Chinese), Python connector details, TDgpt tutorials, and RSMA (Rollup SMA) usage, have been updated to reflect the new version and include new features like load balancing support for the WebSocket Connector and detailed RSMA task management commands (show retentions, kill retention).
  • Stream Processing Improvements: Introduced a lowLatencyCalc option for stream tasks and a configurable streamBatchRequestWaitMs parameter to fine-tune stream processing behavior. Thread-safety has also been enhanced for stream status resets.
  • Error Handling and Logging: Improved error messages during mnode startup and implemented a mechanism to rotate mnode endpoint sets upon status request timeouts, enhancing system resilience. An error code for invalid retention IDs was also renamed for clarity.
  • Data Object Refinements: The dbUid (database unique identifier) has been added to SCompactObj and SScanObj structs, and related functions have been updated to use this for more precise database identification in compaction and scan operations.
  • Test Infrastructure Refactoring: Numerous Python test scripts have been refactored to centralize the retrieval of build paths, improving maintainability. New test cases have been added for last and last_row aggregate functions, specifically testing their behavior with tag and primary key columns.
  • Bug Fixes: A new release notes file for version 3.3.8.1 details several fixes, addressing issues such as incorrect results from first/last functions on timestamp columns, stream calculation errors after restarts, perf_connections information inaccuracies, decimal data precision loss, Windows timezone display issues, stream DELETE_RECALC option handling, Explorer typos, move_to failures, WebSocket reconnection crashes, disk flush thread deadlocks, and ineffective tag filtering in subscriptions.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request merges changes from the main branch into the 3.0 release branch, primarily for the 3.3.8.1 release. The changes include version bumps across various files, documentation updates with release notes and feature explanations, and several important bug fixes and enhancements. Notable improvements include corrections in data parsing within taosBenchmark by using appropriate string-to-number conversion functions, a security fix in cJson to prevent buffer overflows, and enhancements to stream processing for low-latency calculations. Additionally, many Python test files have been refactored to improve code reuse, and error handling has been made more robust in several C components. Overall, the changes are beneficial for the stability and correctness of the codebase.

Tony2h and others added 5 commits October 14, 2025 20:09
* docs: add error code prefix define introduct

* docs: modify english docs

* docs: remove show error code command

* docs: add TDengine TSDB Error Code chapter

* docs: remove tips area

* docs: rename title to TDengine TSDB Business Error

* docs: rename error code struct

* Update docs/en/14-reference/09-error-code.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update docs/zh/14-reference/09-error-code.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* docs: linux error codes url link to chrom

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@guanshengliang guanshengliang merged commit 9f5f335 into 3.0 Oct 16, 2025
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.