Skip to content

lake: incremental updates 0614#23059

Draft
lilin90 wants to merge 3 commits into
pingcap:feature/preview-cloud-lakefrom
lilin90:update-0614
Draft

lake: incremental updates 0614#23059
lilin90 wants to merge 3 commits into
pingcap:feature/preview-cloud-lakefrom
lilin90:update-0614

Conversation

@lilin90

@lilin90 lilin90 commented Jun 15, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Which TiDB version(s) do your changes apply to? (Required)

Tips for choosing the affected version(s):

By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.

For details, see tips for choosing the affected versions.

  • master (the latest development version)
  • v9.0 (TiDB 9.0 versions)
  • v8.5 (TiDB 8.5 versions)
  • v8.1 (TiDB 8.1 versions)
  • v7.5 (TiDB 7.5 versions)
  • v7.1 (TiDB 7.1 versions)
  • v6.5 (TiDB 6.5 versions)
  • v6.1 (TiDB 6.1 versions)

What is the related PR or file link(s)?

  • This PR is translated from:
  • Other reference link(s):

Do your changes match any of the following descriptions?

  • Delete files
  • Change aliases
  • Need modification after applied to another branch
  • Might cause conflicts after applied to another branch

@ti-chi-bot

ti-chi-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@ti-chi-bot ti-chi-bot Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 15, 2026
@lilin90 lilin90 added translation/no-need No need to translate this PR. and removed do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Jun 15, 2026
@lilin90 lilin90 self-assigned this Jun 15, 2026
@ti-chi-bot ti-chi-bot Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 15, 2026
@lilin90 lilin90 added area/tidb-cloud This PR relates to the area of TiDB Cloud. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jun 15, 2026

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

Copy link
Copy Markdown
Contributor

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 uncomments the Homebrew installation instructions for LakeSQL, adds a note about service hosting fees to the Data Integration overview, and introduces a new 'Service Hosting Pricing' section in the pricing and billing documentation. The reviewer provided several actionable suggestions to align the updated text with the style guide, specifically recommending the use of active voice instead of passive voice and ensuring consistent terminology across the documentation.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread tidb-cloud-lake/guides/connect-using-lakesql.md Outdated
Comment thread tidb-cloud-lake/guides/data-integration-overview.md Outdated
Comment thread tidb-cloud-lake/guides/pricing-billing.md Outdated

### Service Hosting Pricing

Service hosting fees apply to the Data Integration service. Unlike a warehouse, a Data Integration service typically runs continuously (24/7) until you stop it. Billing follows the same model as warehouses: it is calculated on a **per-second basis** according to the actual running time, and the price depends on the service size and the {{{ .lake }}} edition you use.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

low

The sentence uses passive voice ("it is calculated on a per-second basis"). Rewriting it to active voice makes the billing explanation clearer and more direct.

Suggested change
Service hosting fees apply to the Data Integration service. Unlike a warehouse, a Data Integration service typically runs continuously (24/7) until you stop it. Billing follows the same model as warehouses: it is calculated on a **per-second basis** according to the actual running time, and the price depends on the service size and the {{{ .lake }}} edition you use.
Service hosting fees apply to the Data Integration service. Unlike a warehouse, a Data Integration service typically runs continuously (24/7) until you stop it. Billing follows the same model as warehouses: {{{ .lake }}} calculates fees on a **per-second basis** based on the actual running time, and the price depends on the service size and the {{{ .lake }}} edition you use.
References
  1. Avoid passive voice overuse. (link)


Service hosting fees apply to the Data Integration service. Unlike a warehouse, a Data Integration service typically runs continuously (24/7) until you stop it. Billing follows the same model as warehouses: it is calculated on a **per-second basis** according to the actual running time, and the price depends on the service size and the {{{ .lake }}} edition you use.

Service sizes are derived from the Warehouse XSmall. The monthly cost shown below is an estimate based on continuous 24/7 operation (720 hours per month, assuming one month is calculated as 30 days) and is provided for reference only.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

low

The sentence uses passive voice ("are derived from", "is calculated", "is provided"). Rewriting it to active voice improves clarity and readability.

Suggested change
Service sizes are derived from the Warehouse XSmall. The monthly cost shown below is an estimate based on continuous 24/7 operation (720 hours per month, assuming one month is calculated as 30 days) and is provided for reference only.
Service sizes are based on the XSmall warehouse size. The monthly cost shown below is an estimate based on continuous 24/7 operation (720 hours per month, assuming a 30-day month) and serves as a reference only.
References
  1. Avoid passive voice overuse. (link)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@awxxxxxx Please review the content updates in this pricing doc.

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

ti-chi-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from lilin90. For more information see the Code Review Process.
Please ensure that each of them provides their approval before proceeding.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot Bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jun 15, 2026
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@lilin90 lilin90 requested a review from awxxxxxx June 15, 2026 10:13
@lilin90 lilin90 added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/tidb-cloud This PR relates to the area of TiDB Cloud. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. translation/no-need No need to translate this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant