Skip to content

docs: add INSPECT WAREHOUSE SQL reference#3162

Open
sundy-li wants to merge 1 commit intomainfrom
docs/inspect-warehouse-sql-ref
Open

docs: add INSPECT WAREHOUSE SQL reference#3162
sundy-li wants to merge 1 commit intomainfrom
docs/inspect-warehouse-sql-ref

Conversation

@sundy-li
Copy link
Copy Markdown
Member

Summary

  • add SQL reference pages for INSPECT WAREHOUSE in English and Chinese
  • link the new command from the Warehouse index pages

Why

INSPECT WAREHOUSE is implemented in Databend, but the SQL reference site did not have a dedicated command page.

Verification

  • matched the syntax and output columns against the Databend parser and interpreter
  • ran git diff --check
  • did not run a docs build locally because node_modules is not installed in this environment

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 17, 2026 1:46am
docs-cn Ready Ready Preview, Comment Apr 17, 2026 1:46am

Request Review

Copy link
Copy Markdown
Member

@bohutang bohutang left a comment

Choose a reason for hiding this comment

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

文档中输出列名与源码 schema 不一致:

  • 文档写的 node → 源码是 node_name(见 InspectWarehousePlan::schema()DataField::new("node_name", ...)
  • 文档写的 type → 源码是 node_type(见 DataField::new("node_type", ...)

中英文文档都需要修改。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants