zjureel opened a new pull request, #415:
URL: https://github.com/apache/flink-table-store/pull/415

   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 PR aims to validate the table name and user cannot create the table 
whose name contains `$`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to