Conversation
… for non-lite package mode
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>
fix: fix tdgpt timemoe model directory
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 …
* fix: test case * fix: exception desc
* enh(stream): add max wait config for stream batch request * enh: add runner low latency handling --------- Co-authored-by: Jinqing Kuang <kuangjinqingcn@gmail.com>
Summary of ChangesHello @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 Highlights
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
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.
* 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>
Description
Please briefly describe the code changes in this pull request.
Checklist
Please check the items in the checklist if applicable.