troubleshooting
How does RW handle specifying the same slot for two different tables in create table syntax?
Anon Z found a bug where using the same slot for two different tables in create table syntax does not show error tips but prints error logs in the connector. Siyuan Wang mentioned that RW won’t check whether the user has specified the same slot for two different tables in create table syntax and that the user needs to take care of it.
An
Anon Z
Asked on Jul 31, 2023
RW does not check whether the user has specified the same slot for two different tables in create table syntax. It is the user's responsibility to ensure unique slot names are used for different tables. If the same slot is used for multiple tables, RW will not show error tips but will print error logs in the connector.
Jul 31, 2023Edited by