[
https://issues.apache.org/jira/browse/FLINK-11057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-11057.
--------------------------------
Resolution: Duplicate
This issue should have been fixed in Flink 1.7.0. See FLINK-10474. Feel free to
reopen the issue if not.
> where in grammar will cause stream inner join loigcal
> -----------------------------------------------------
>
> Key: FLINK-11057
> URL: https://issues.apache.org/jira/browse/FLINK-11057
> Project: Flink
> Issue Type: Bug
> Components: Table API & SQL
> Reporter: yuemeng
> Priority: Critical
>
> {code:java}
> select action , count ( * ) as cnt from user_action where action in ( 'view'
> , 'impress' , 'sysaction' , 'commentimpress' , 'play' , 'click' , 'page' ,
> 'abtestreqsuss' , 'bannerimpress' , 'abtestserver' , 'active' , 'search' ,
> 'activeclient' , 'like' , 'zan' , 'adclick' , 'login' , 'comment' ,
> 'subscribeartist' , 'subscribevideo' , 'subscribedjradio' , 'share' ,
> 'private' , 'register' , 'downloadall' , 'forward' , 'newdj' ,
> 'recommendimpress' , 'hotkeywordimpress' , 'nogetad' , 'add' , 'subscribe' ,
> 'follow' , 'new' ) group by tumble ( proctime , interval '60' SECOND ) ,
> action
> {code}
> sql such as this will be cause a stream inner join logical.
> but if i reduce the element of parentheses,it can't cause the stream inner
> join logical
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)