You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/02 12:29:03 UTC

[jira] [Commented] (FLINK-4565) Support for SQL IN operator

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

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

Github user fhueske commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4404#discussion_r130860371
  
    --- Diff: flink-tests/src/test/scala/org/apache/flink/api/scala/util/CollectionDataSets.scala ---
    @@ -17,9 +17,9 @@
      */
     package org.apache.flink.api.scala.util
     
    +import java.sql.{Date, Time, Timestamp}
    --- End diff --
    
    remove unused imports


> Support for SQL IN operator
> ---------------------------
>
>                 Key: FLINK-4565
>                 URL: https://issues.apache.org/jira/browse/FLINK-4565
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>            Reporter: Timo Walther
>            Assignee: Timo Walther
>
> It seems that Flink SQL supports the uncorrelated sub-query IN operator. But it should also be available in the Table API and tested.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)