[doc](lance) add doc about SHOW INDEX for lance catalog - #4090
Merged
Conversation
Contributor
|
@u70b3 yes, the lance catalog is release in tag 4.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document the
SHOW INDEXsupport for Lance Filesystem Catalog tables added in apache/doris#66637.What Changed
lakehouse/catalogs/lance-catalog.mdx(EN + zh-CN)SHOW INDEX(Filesystem Catalogs only); added aSystem tables (table$...)row marked "Not supported" that points users toSHOW INDEXfor index metadata, aligning with the Paimon/Iceberg system-table model.SHOW INDEXES/SHOW KEY/SHOW KEYS), the 13-column result mapping for Lance tables (onlyTable,Key_name,Seq_in_index,Column_name,Index_type, andPropertiescarry values), nested-field paths with backtick quoting, thePropertiesdetails allowlist, output examples taken from the code PR's regression test, fail-closed semantics, theSHOWprivilege requirement, and the fixedSHOW INDEX is not supported for Lance REST catalogserror.SHOW INDEXbullet.sql-manual/sql-statements/table-and-view/index/SHOW-INDEX.md(EN + zh-CN)table_indexes).docs/(dev) is intentionally untouched: the Lance catalog doc was removed from dev in #4086 because apache/doris master has no Lance code (the feature lives on branch-4.1).Version Note for Reviewers
The page states "Lance Catalog is supported starting from Apache Doris 4.2", but the code shipped on the 4.1.4 line: the Lance catalog appears in
4.1.4-rc01(2026-08-18) andSHOW INDEXappears in4.1.4-rc02(2026-08-25);4.1.3contains neither. The new content deliberately adds no version marker of its own and inherits the page-level note. Please confirm whether the page note should be corrected to 4.1.4.Versions
Languages
Docs Checklist