[
https://issues.apache.org/jira/browse/FLINK-13195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954446#comment-16954446
]
Zheng Hu commented on FLINK-13195:
----------------------------------
One thing we may need to notice is: If we are in a LocalExecutor ( say
SqlClient login with embedded mode ), then will use the default In-Memory
catalog. Once we close the current session, then the in-memory catalog will be
gone. Login again we cannot see the created tables or databases in the first
session. while for a hive catalog, we can see the created table from the
first session when login again.
I guess for gateway executor and in-memory catalog, it will depends one whether
the gateway executor process restart... once restarted, all in-memory catalog
will also be lost.
> Add create table support for SqlClient
> --------------------------------------
>
> Key: FLINK-13195
> URL: https://issues.apache.org/jira/browse/FLINK-13195
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Client
> Affects Versions: 1.9.0
> Reporter: Danny Chen
> Assignee: Zheng Hu
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)