You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/09/07 09:27:03 UTC

[GitHub] yanghua commented on a change in pull request #6631: [FLINK-10229] [sql-client] Support listing of views

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:
users@infra.apache.org


With regards,
Apache Git Services