Add `INDEX_LENGTH` column alias to `information_schema.tables` by rschu1ze · Pull Request #101705 · ClickHouse/ClickHouse · GitHub
Skip to content

Add INDEX_LENGTH column alias to information_schema.tables#101705

Merged
rschu1ze merged 3 commits into
masterfrom
bug101696
Apr 9, 2026
Merged

Add INDEX_LENGTH column alias to information_schema.tables#101705
rschu1ze merged 3 commits into
masterfrom
bug101696

Conversation

@rschu1ze

@rschu1ze rschu1ze commented Apr 3, 2026

Copy link
Copy Markdown
Member

Resolves: #101696

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):

Added column alias INDEX_LENGTH to system table information_schema.tables, analogous to existing uppercase aliases in this table.

Version info

  • Merged into: 26.4.1.707

@clickhouse-gh

clickhouse-gh Bot commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

@clickhouse-gh clickhouse-gh Bot added the pr-improvement Pull request with some product improvements label Apr 3, 2026
Comment thread src/Storages/System/information_schema/tables.sql Outdated
@alexey-milovidov

Copy link
Copy Markdown
Member

The Stress test (arm_msan) failure is fixed by #101239, which should be merged first. After it is merged, please update the branch to include the fix.

@alexey-milovidov

Copy link
Copy Markdown
Member

The test 02859_replicated_db_name_zookeeper is fixed in #101952

@alexey-milovidov alexey-milovidov left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM.
Do not merge with failed checks.

@alexey-milovidov alexey-milovidov self-assigned this Apr 8, 2026
@alexey-milovidov

Copy link
Copy Markdown
Member

@rschu1ze rschu1ze added this pull request to the merge queue Apr 9, 2026
Merged via the queue into master with commit e3e261e Apr 9, 2026
157 of 163 checks passed
@rschu1ze rschu1ze deleted the bug101696 branch April 9, 2026 11:51
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label Apr 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-improvement Pull request with some product improvements pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

INDEX_LENGTH uppercase alias missing from information_schema.tables view

3 participants