[
https://issues.apache.org/jira/browse/IGNITE-21862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtcev updated IGNITE-21862:
-----------------------------------------
Description: {{RenameTableCommand}} is used to rename a table. However, it
does not rename its primary key, which is tied to the table's name. This leads
to a bug, for example, when you rename a table and create a new table with the
old name an exception is thrown indicating that an index with this name already
exists.
> Rename table catalog command must also rename the PK index
> ----------------------------------------------------------
>
> Key: IGNITE-21862
> URL: https://issues.apache.org/jira/browse/IGNITE-21862
> Project: Ignite
> Issue Type: Bug
> Reporter: Aleksandr Polovtcev
> Assignee: Aleksandr Polovtcev
> Priority: Major
> Labels: ignite-3
>
> {{RenameTableCommand}} is used to rename a table. However, it does not rename
> its primary key, which is tied to the table's name. This leads to a bug, for
> example, when you rename a table and create a new table with the old name an
> exception is thrown indicating that an index with this name already exists.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)