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

ASF GitHub Bot commented on FLINK-10229:
----------------------------------------

yanghua commented on a change in pull request #6631: [FLINK-10229] [sql-client] 
Support listing of views
URL: https://github.com/apache/flink/pull/6631#discussion_r215899614
 
 

 ##########
 File path: 
flink-libraries/flink-table/src/main/scala/org/apache/flink/table/api/TableEnvironment.scala
 ##########
 @@ -587,6 +587,18 @@ abstract class TableEnvironment(val config: TableConfig) {
     rootSchema.getTableNames.asScala.toArray
   }
 
+  def listViews(): Array[String] = {
 
 Review comment:
   Do you mean that I use the original implementation directly, just move it to 
the `Executor`? I used to get from the session, I misunderstood what you mean, 
I thought it was to refer to the implementation of the `listTable` method.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Support listing of views
> ------------------------
>
>                 Key: FLINK-10229
>                 URL: https://issues.apache.org/jira/browse/FLINK-10229
>             Project: Flink
>          Issue Type: New Feature
>          Components: SQL Client
>            Reporter: Timo Walther
>            Assignee: vinoyang
>            Priority: Major
>              Labels: pull-request-available
>
> FLINK-10163 added initial support of views for the SQL Client. According to 
> other database vendors, views are listed in the \{{SHOW TABLES}}. However, 
> there should be a way of listing only the views. We can support the \{{SHOW 
> VIEWS}} command.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to