Skip to content

i18n(ja): keep the literal information_schema identifier in table-page summaries - #23619

Open
yahonda wants to merge 2 commits into
i18n-ja-release-8.5from
fix-information-schema-literal-identifier
Open

i18n(ja): keep the literal information_schema identifier in table-page summaries#23619
yahonda wants to merge 2 commits into
i18n-ja-release-8.5from
fix-information-schema-literal-identifier

Conversation

@yahonda

@yahonda yahonda commented Aug 27, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Found while checking for information_schema mistranslations: 5 information-schema/*.md summary lines translate the literal, lowercase schema identifier information_schema (matching the USE information_schema; statement shown in each page's own example code block) as "情報スキーマ" instead of keeping it literal. The other 57 pages in the same directory already keep it correctly (e.g. COLUMNS` INFORMATION_SCHEMA テーブルについて学習します。), so these 5 were outliers.

Fixed:

  • information-schema/information-schema-analyze-status.md
  • information-schema/information-schema-resource-groups.md
  • information-schema/information-schema-placement-policies.md
  • information-schema/information-schema-tidb-hot-regions-history.md
  • information-schema/information-schema-tikv-region-status.md

Note: the general translation "情報スキーマ" for the Information Schema feature/concept name (e.g. information-schema/information-schema.md's own H1) is correct and separate from this — only the literal lowercase information_schema identifier in these 5 summaries was wrong. A separate, much larger pre-existing issue (a missing opening backtick before the table name in ~58 of the 62 summary lines in this directory) was found in the same pass and is intentionally left out of this PR per the user's request to handle it separately.

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

  • i18n-ja-release-8.5 (TiDB Japanese documentation for TiDB 8.5 versions)

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

AI agent involvement

  • The changes in this PR were primarily made by an AI agent on behalf of the PR author.

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

Summary by CodeRabbit

  • Documentation
    • Updated Japanese page summaries to consistently use the information_schema table name for several Information Schema references.
    • Improved terminology consistency across documentation for ANALYZE_STATUS, PLACEMENT_POLICIES, RESOURCE_GROUPS, TIDB_HOT_REGIONS_HISTORY, and TIKV_REGION_STATUS.

…e summaries

Fixes 5 information-schema/*.md summary lines where the literal
schema identifier `information_schema` (matching the `USE information_schema;`
statement shown in each page's example code) had been translated to
"情報スキーマ" instead of kept literal, unlike the other 57 pages in the
same directory which already keep it correctly.
@ti-chi-bot ti-chi-bot Bot added the missing-translation-status This PR does not have translation status info. label Aug 27, 2026
@ti-chi-bot

ti-chi-bot Bot commented Aug 27, 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 assign hfxsd for approval. 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 Aug 27, 2026
@coderabbitai

coderabbitai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: ca68d151-a0d6-4992-8c13-93f68b441374

📥 Commits

Reviewing files that changed from the base of the PR and between d41688a and dab5ae5.

📒 Files selected for processing (5)
  • information-schema/information-schema-analyze-status.md
  • information-schema/information-schema-placement-policies.md
  • information-schema/information-schema-resource-groups.md
  • information-schema/information-schema-tidb-hot-regions-history.md
  • information-schema/information-schema-tikv-region-status.md

Included review availability: Your plan provides up to 4 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

Five information schema documentation summaries replace the Japanese term 「情報スキーマテーブル」 with 「information_schemaテーブル」. No public declarations or functional behavior changed.

Changes

Information Schema Documentation

Layer / File(s) Summary
Update information schema summary terminology
information-schema/information-schema-*.md
Five frontmatter summaries now use information_schemaテーブル to describe the documented tables.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to dab5a

This documentation-only change corrects five Japanese summaries to preserve the literal information_schema identifier. It is localized and introduces no actionable merge-blocking risk beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies the Japanese localization change and the preservation of the literal information_schema identifier in table-page summaries.
Description check ✅ Passed The description explains the five affected files, the reason for the corrections, the applicable documentation version, related review context, AI involvement, and intentionally excluded scope. Requir…
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (5 skipped: 5 unsupported.)

Full details: Description check

Explanation

The description explains the five affected files, the reason for the corrections, the applicable documentation version, related review context, AI involvement, and intentionally excluded scope. Required sections are present and sufficiently complete.

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-information-schema-literal-identifier

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

… menus

Fixes 5 TOC*.md left-nav category headings that translated the literal
schema name INFORMATION_SCHEMA as 情報スキーマ, unlike their sibling
category "`mysql`スキーマ" which correctly keeps mysql literal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

missing-translation-status This PR does not have translation status info. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant