Skip to content

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

Open
yahonda wants to merge 3 commits 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 3 commits 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

Warning

Review limit reached

Next included review available in 43 minutes.

View limit details

Limit details: You’ve used all 4 included reviews currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 04654e69-4289-4f16-a786-7302266414ca

📥 Commits

Reviewing files that changed from the base of the PR and between 7d655ff and 5aa809e.

📒 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
📝 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: 🔵 Low · up to 7d655

The PR restores missing opening backticks across the Japanese information-schema summaries, but four summaries still render adjacent terms without the expected spaces. This is a bounded documentation readability issue, so the change is mergeable with explicit owner follow-up to correct those lines.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the Japanese localization scope and the primary change: restoring missing opening backticks in information-schema summaries.
Description check ✅ Passed The description explains what changed, why it changed, the affected documentation branch, related references, AI involvement, and applicable change categories. The required sections are present and su…
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.
Full details: Description check

Explanation

The description explains what changed, why it changed, the affected documentation branch, related references, AI involvement, and applicable change categories. The required sections are present and sufficiently complete.

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.)

✨ 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.

@qiancai qiancai added translation/no-need No need to translate this PR. and removed missing-translation-status This PR does not have translation status info. labels Aug 28, 2026
…information-schema-summary-backtick

# Conflicts:
#	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
@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1


ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: bac0dd5e-9362-4cfb-94ea-be9346309784

📥 Commits

Reviewing files that changed from the base of the PR and between cabd7c5 and 7d655ff.

📒 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.

Comment thread information-schema/information-schema-analyze-status.md Outdated
CodeRabbit flagged the summary line's inline code span, information_schema, and テーブル running together with no spacing. Added spaces to match the established convention used by sibling table pages (e.g. information-schema-tables.md: `TABLES` information_schema テーブルについて学習します。).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/L Denotes a PR that changes 100-499 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.

2 participants