Skip to content

i18n(ja): restore missing opening backtick in information-schema summaries - #23620

Open
yahonda wants to merge 1 commit into
i18n-ja-release-8.5from
fix-information-schema-summary-backtick
Open

i18n(ja): restore missing opening backtick in information-schema summaries#23620
yahonda wants to merge 1 commit into
i18n-ja-release-8.5from
fix-information-schema-summary-backtick

Conversation

@yahonda

@yahonda yahonda commented Aug 27, 2026

Copy link
Copy Markdown
Member

What is changed, added or deleted? (Required)

Found while checking information-schema/*.md pages for a different mistranslation (#23619): 58 of the 62 pages' summary: frontmatter lines are missing the opening backtick before the table name, e.g. COLUMNS` INFORMATION_SCHEMA テーブルについて学習します。 should be `COLUMNS` INFORMATION_SCHEMA テーブルについて学習します。 (matching the English source's Learn the `COLUMNS` INFORMATION_SCHEMA table.). This is a legacy machine-translation artifact (dropped code-span marker), the same class already tracked for other parts of the corpus.

Each of the 58 lines was reconstructed by inserting the missing backtick and cross-checked against the page's own title: frontmatter field (which always equals the table name) before applying, so this is a mechanical, verified fix — not a blind regex replace.

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
    • Corrected inline-code formatting for numerous INFORMATION_SCHEMA table names in Japanese page summaries.
    • Fixed missing, stray, or unclosed backticks across documentation pages.
    • Clarified summaries for several tables, including DATA_LOCK_WAITS, DEADLOCKS, and USER_ATTRIBUTES.
    • Improved consistency and readability of documentation metadata without changing functionality.

…aries

Fixes 58 information-schema/*.md summary lines where the opening
backtick before the table name was dropped (a legacy MT artifact),
e.g. "COLUMNS` INFORMATION_SCHEMA..." -> "`COLUMNS` INFORMATION_SCHEMA...",
matching the English source's `TABLE_NAME` code span. Each fix was
cross-checked against the page's own title: frontmatter field before
applying.
@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 icemap 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/L Denotes a PR that changes 100-499 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: 7a073807-b0c3-43e3-91ea-b8a023efa8e7

📥 Commits

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

📒 Files selected for processing (58)
  • information-schema/client-errors-summary-by-host.md
  • information-schema/client-errors-summary-by-user.md
  • information-schema/client-errors-summary-global.md
  • information-schema/information-schema-analyze-status.md
  • information-schema/information-schema-character-sets.md
  • information-schema/information-schema-check-constraints.md
  • information-schema/information-schema-cluster-config.md
  • information-schema/information-schema-cluster-hardware.md
  • information-schema/information-schema-cluster-info.md
  • information-schema/information-schema-cluster-load.md
  • information-schema/information-schema-cluster-log.md
  • information-schema/information-schema-cluster-systeminfo.md
  • information-schema/information-schema-collation-character-set-applicability.md
  • information-schema/information-schema-collations.md
  • information-schema/information-schema-columns.md
  • information-schema/information-schema-data-lock-waits.md
  • information-schema/information-schema-ddl-jobs.md
  • information-schema/information-schema-deadlocks.md
  • information-schema/information-schema-engines.md
  • information-schema/information-schema-inspection-result.md
  • information-schema/information-schema-inspection-rules.md
  • information-schema/information-schema-inspection-summary.md
  • information-schema/information-schema-key-column-usage.md
  • information-schema/information-schema-keywords.md
  • information-schema/information-schema-memory-usage-ops-history.md
  • information-schema/information-schema-memory-usage.md
  • information-schema/information-schema-metrics-tables.md
  • information-schema/information-schema-partitions.md
  • information-schema/information-schema-placement-policies.md
  • information-schema/information-schema-processlist.md
  • information-schema/information-schema-referential-constraints.md
  • information-schema/information-schema-resource-groups.md
  • information-schema/information-schema-runaway-watches.md
  • information-schema/information-schema-schemata.md
  • information-schema/information-schema-sequences.md
  • information-schema/information-schema-session-variables.md
  • information-schema/information-schema-slow-query.md
  • information-schema/information-schema-statistics.md
  • information-schema/information-schema-table-constraints.md
  • information-schema/information-schema-table-storage-stats.md
  • information-schema/information-schema-tables.md
  • information-schema/information-schema-tidb-check-constraints.md
  • information-schema/information-schema-tidb-hot-regions-history.md
  • information-schema/information-schema-tidb-hot-regions.md
  • information-schema/information-schema-tidb-index-usage.md
  • information-schema/information-schema-tidb-indexes.md
  • information-schema/information-schema-tidb-servers-info.md
  • information-schema/information-schema-tidb-trx.md
  • information-schema/information-schema-tiflash-replica.md
  • information-schema/information-schema-tiflash-segments.md
  • information-schema/information-schema-tiflash-tables.md
  • information-schema/information-schema-tikv-region-peers.md
  • information-schema/information-schema-tikv-region-status.md
  • information-schema/information-schema-tikv-store-status.md
  • information-schema/information-schema-user-attributes.md
  • information-schema/information-schema-user-privileges.md
  • information-schema/information-schema-variables-info.md
  • information-schema/information-schema-views.md

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


📝 Walkthrough

Walkthrough

The change corrects front-matter summaries in information schema documentation. Table names now use consistent inline-code formatting. Several summaries also receive minor wording corrections.

Changes

Information schema summary metadata

Layer / File(s) Summary
Correct summary metadata
information-schema/*
Front-matter summaries now use matching backticks around information schema table names. Several summaries also receive corrected or added Japanese descriptions.

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

Merge Risk: ⚪ Minimal · up to f1195

This PR restores missing inline-code formatting in Japanese information-schema summaries without changing product behavior. No actionable merge-blocking risk remains 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 describes the main change: restoring missing opening backticks in Japanese information-schema summaries.
Description check ✅ Passed The description explains what changed, why it changed, the affected documentation version, related references, AI involvement, and change classifications. The conditional first-time contributor checkl…
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. (58 skipped: 58 unsupported.)

Full details: Description check

Explanation

The description explains what changed, why it changed, the affected documentation version, related references, AI involvement, and change classifications. The conditional first-time contributor checklist is omitted appropriately.

✨ 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-summary-backtick

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.

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/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant