Skip to content

Conversation

@Pengrongkun
Copy link
Contributor

Description

Issue(s)

  • Close/close/Fix/fix/Resolve/resolve: Issue Link

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?

Copilot AI review requested due to automatic review settings February 9, 2026 10:09
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @Pengrongkun, 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 focuses on enhancing the accuracy of the project's documentation by updating the version information for the maxSQLLength configuration parameter. The changes ensure that users consulting the English and Chinese reference guides have the most current details regarding when this parameter was introduced or supported, thereby improving clarity and user experience.

Highlights

  • Documentation Update: The pull request updates the documentation for the maxSQLLength configuration parameter in both English and Chinese reference files.
  • Version Information: Specifically, it adds v3.3.8.8 as a supported version for maxSQLLength in the English documentation and clarifies that the parameter is supported from v3.3.6.34 and v3.3.8.8 in the Chinese documentation.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • docs/en/14-reference/01-components/02-taosc.md
    • Updated the supported version for maxSQLLength to v3.3.8.8.
  • docs/zh/14-reference/01-components/02-taosc.md
    • Clarified the supported versions for maxSQLLength to include both v3.3.6.34 and v3.3.8.8.
Activity
  • The pull request was opened by Pengrongkun with a title indicating a documentation update for maxSQLLength version in 3.3.8.
  • The PR description includes a checklist for user manual updates, test cases, and test coverage, all of which are currently unchecked.
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 aims to update the documentation for the maxSQLLength parameter. While the change to the Chinese documentation correctly adds the new version, the English documentation incorrectly replaces the old version number, which could be misleading. I've provided suggestions to correct the English documentation and to slightly improve the clarity of the Chinese documentation.

| smlDot2Underline | |Supported, effective immediately | Converts dots in supertable names to underscores in schemaless |
| maxInsertBatchRows | |Supported, effective immediately | Internal parameter, maximum number of rows per batch insert |
| maxSQLLength | v3.3.6.34 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
| maxSQLLength | v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The update to the supported version is appreciated. However, replacing v3.3.6.34 with v3.3.8.8 removes important information. Based on the change in the Chinese documentation, this feature is available in both version streams. To avoid confusion for users, it would be best to list both versions.

Suggested change
| maxSQLLength | v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
| maxSQLLength | v3.3.6.34, v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |

- 最大值:67108864
- 动态修改:支持通过 SQL 修改,立即生效
- 支持版本:从 v3.3.6.34 版本开始引入
- 支持版本:从 v3.3.6.34 和 v3.3.8.8 版本开始引入
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For better clarity, consider using an enumeration comma () instead of to list the versions. This makes it clearer that these are separate version streams where the feature was introduced.

Suggested change
- 支持版本:从 v3.3.6.34v3.3.8.8 版本开始引入
- 支持版本:从 v3.3.6.34v3.3.8.8 版本开始引入

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates taosc client configuration documentation to reflect the supported version(s) for the maxSQLLength parameter, aligning with the 3.3.8.8 release line.

Changes:

  • Update maxSQLLength supported version text in Chinese documentation to include v3.3.8.8.
  • Update maxSQLLength supported version cell in English documentation (currently set to v3.3.8.8).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
docs/zh/14-reference/01-components/02-taosc.md Updates the maxSQLLength “supported version” line to include v3.3.8.8.
docs/en/14-reference/01-components/02-taosc.md Updates the maxSQLLength supported version in the English parameter table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| smlDot2Underline | |Supported, effective immediately | Converts dots in supertable names to underscores in schemaless |
| maxInsertBatchRows | |Supported, effective immediately | Internal parameter, maximum number of rows per batch insert |
| maxSQLLength | v3.3.6.34 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
| maxSQLLength | v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

The "Supported Version" for maxSQLLength was changed from v3.3.6.34 to only v3.3.8.8, but the Chinese doc now states it was introduced in both v3.3.6.34 and v3.3.8.8. Please confirm the actual introduction versions and align the English row accordingly (e.g., list both versions if it exists in both release lines).

Suggested change
| maxSQLLength | v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
| maxSQLLength | v3.3.6.34 / v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |

Copilot uses AI. Check for mistakes.
| smlDot2Underline | |Supported, effective immediately | Converts dots in supertable names to underscores in schemaless |
| maxInsertBatchRows | |Supported, effective immediately | Internal parameter, maximum number of rows per batch insert |
| maxSQLLength | v3.3.6.34 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
| maxSQLLength | v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

There appears to be an extra leading space in the maxSQLLength supported version cell (| v3.3.8.8), which can affect Markdown table alignment/rendering. Consider normalizing spacing to match surrounding rows.

Suggested change
| maxSQLLength | v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |
| maxSQLLength | v3.3.8.8 |Supported, effective immediately | Maximum length of a single SQL statement; default value: 1,048,576; minimum value: 1,048,576; maximum value: 67,108,864 |

Copilot uses AI. Check for mistakes.
- 最大值:67108864
- 动态修改:支持通过 SQL 修改,立即生效
- 支持版本:从 v3.3.6.34 版本开始引入
- 支持版本:从 v3.3.6.34 和 v3.3.8.8 版本开始引入
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

Using two versions with the phrasing “从 v3.3.6.34 和 v3.3.8.8 版本开始引入” is a bit ambiguous (it reads like a single introduction point). Consider clarifying that the parameter was introduced separately in two release lines (e.g., “分别从 … 开始引入” or “从 v3.3.6.34 / v3.3.8.8 开始引入”).

Suggested change
- 支持版本: v3.3.6.34 和 v3.3.8.8 版本开始引入
- 支持版本:分别从 v3.3.6.34 和 v3.3.8.8 版本开始引入

Copilot uses AI. Check for mistakes.
@Pengrongkun Pengrongkun force-pushed the docs/3.3.8/6788575563 branch from 88066a4 to f08afcc Compare February 9, 2026 10:25
@guanshengliang guanshengliang merged commit 620fe66 into 3.3.8 Feb 10, 2026
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.

3 participants