You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shammon (Jira)" <ji...@apache.org> on 2022/12/02 05:40:00 UTC

[jira] [Created] (FLINK-30269) Validate table name for metadata table

Shammon created FLINK-30269:
-------------------------------

             Summary: Validate table name for metadata table
                 Key: FLINK-30269
                 URL: https://issues.apache.org/jira/browse/FLINK-30269
             Project: Flink
          Issue Type: Sub-task
          Components: Table Store
    Affects Versions: table-store-0.3.0
            Reporter: Shammon


Currently user can create tables `tablename` and `tablename$snapshots`, but can't insert into values into `tablename$snapshots` and execute query on it. 

At the same time, user can create table `tablename$aaa$bbb`, but cannot execute query on it and event cannot drop it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)