[ 
https://issues.apache.org/jira/browse/FLINK-10420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17329526#comment-17329526
 ] 

Flink Jira Bot commented on FLINK-10420:
----------------------------------------

This issue is assigned but has not received an update in 7 days so it has been 
labeled "stale-assigned". If you are still working on the issue, please give an 
update and remove the label. If you are no longer working on the issue, please 
unassign so someone else may work on it. In 7 days the issue will be 
automatically unassigned.

> Create and drop view in sql client should check the view created based on the 
> configuration.
> --------------------------------------------------------------------------------------------
>
>                 Key: FLINK-10420
>                 URL: https://issues.apache.org/jira/browse/FLINK-10420
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / Client
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Minor
>              Labels: stale-assigned, stale-minor
>
> Currently, just checked current session : 
> {code:java}
> private void callCreateView(SqlCommandCall cmdCall) {
>    final String name = cmdCall.operands[0];
>    final String query = cmdCall.operands[1];
>    //here
>    final String previousQuery = context.getViews().get(name);
>    if (previousQuery != null) {
>       printExecutionError(CliStrings.MESSAGE_VIEW_ALREADY_EXISTS);
>       return;
>    }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to