i18n(ja): restore missing opening backtick in information-schema summaries - #23620
i18n(ja): restore missing opening backtick in information-schema summaries#23620yahonda wants to merge 3 commits into
Conversation
…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.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Warning Review limit reachedNext included review available in 43 minutes. View limit detailsLimit 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. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThe change corrects front-matter summaries in information schema documentation. Table names now use consistent inline-code formatting. Several summaries also receive minor wording corrections. ChangesInformation schema summary metadata
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: 🔵 Low · up to 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)
Full details: Description checkExplanation 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 CoverageExplanation 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 💡
🧪 Generate unit tests (beta)
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. Comment |
…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
|
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. |
There was a problem hiding this comment.
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
📒 Files selected for processing (58)
information-schema/client-errors-summary-by-host.mdinformation-schema/client-errors-summary-by-user.mdinformation-schema/client-errors-summary-global.mdinformation-schema/information-schema-analyze-status.mdinformation-schema/information-schema-character-sets.mdinformation-schema/information-schema-check-constraints.mdinformation-schema/information-schema-cluster-config.mdinformation-schema/information-schema-cluster-hardware.mdinformation-schema/information-schema-cluster-info.mdinformation-schema/information-schema-cluster-load.mdinformation-schema/information-schema-cluster-log.mdinformation-schema/information-schema-cluster-systeminfo.mdinformation-schema/information-schema-collation-character-set-applicability.mdinformation-schema/information-schema-collations.mdinformation-schema/information-schema-columns.mdinformation-schema/information-schema-data-lock-waits.mdinformation-schema/information-schema-ddl-jobs.mdinformation-schema/information-schema-deadlocks.mdinformation-schema/information-schema-engines.mdinformation-schema/information-schema-inspection-result.mdinformation-schema/information-schema-inspection-rules.mdinformation-schema/information-schema-inspection-summary.mdinformation-schema/information-schema-key-column-usage.mdinformation-schema/information-schema-keywords.mdinformation-schema/information-schema-memory-usage-ops-history.mdinformation-schema/information-schema-memory-usage.mdinformation-schema/information-schema-metrics-tables.mdinformation-schema/information-schema-partitions.mdinformation-schema/information-schema-placement-policies.mdinformation-schema/information-schema-processlist.mdinformation-schema/information-schema-referential-constraints.mdinformation-schema/information-schema-resource-groups.mdinformation-schema/information-schema-runaway-watches.mdinformation-schema/information-schema-schemata.mdinformation-schema/information-schema-sequences.mdinformation-schema/information-schema-session-variables.mdinformation-schema/information-schema-slow-query.mdinformation-schema/information-schema-statistics.mdinformation-schema/information-schema-table-constraints.mdinformation-schema/information-schema-table-storage-stats.mdinformation-schema/information-schema-tables.mdinformation-schema/information-schema-tidb-check-constraints.mdinformation-schema/information-schema-tidb-hot-regions-history.mdinformation-schema/information-schema-tidb-hot-regions.mdinformation-schema/information-schema-tidb-index-usage.mdinformation-schema/information-schema-tidb-indexes.mdinformation-schema/information-schema-tidb-servers-info.mdinformation-schema/information-schema-tidb-trx.mdinformation-schema/information-schema-tiflash-replica.mdinformation-schema/information-schema-tiflash-segments.mdinformation-schema/information-schema-tiflash-tables.mdinformation-schema/information-schema-tikv-region-peers.mdinformation-schema/information-schema-tikv-region-status.mdinformation-schema/information-schema-tikv-store-status.mdinformation-schema/information-schema-user-attributes.mdinformation-schema/information-schema-user-privileges.mdinformation-schema/information-schema-variables-info.mdinformation-schema/information-schema-views.md
Included review availability: Your plan provides up to 4 included reviews per hour; 0 remain after this review.
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 テーブルについて学習します。).
What is changed, added or deleted? (Required)
Found while checking
information-schema/*.mdpages 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'sLearn 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)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
Summary by CodeRabbit
DATA_LOCK_WAITS,DEADLOCKS, andUSER_ATTRIBUTES.