Skip to content

Rename table leads to its disappearance from partition_stats #28326

@azevaykin

Description

@azevaykin

Create table

  • CREATE TABLE table1
  • SELECT * FROM ``.sys/partition_stats`` WHERE Path like '%table1' is OK.

Rename table

  • ALTER TABLE table1 RENAME TO table2
  • SELECT * FROM ``.sys/partition_stats`` WHERE Path like '%table2' is empty.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions