You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Aditya (JIRA)" <ji...@apache.org> on 2018/03/07 00:55:00 UTC

[jira] [Created] (SAMZA-1604) Samza-Sql: Support constant equality check in stream-table join condition

Aditya created SAMZA-1604:
-----------------------------

             Summary: Samza-Sql: Support constant equality check in stream-table join condition
                 Key: SAMZA-1604
                 URL: https://issues.apache.org/jira/browse/SAMZA-1604
             Project: Samza
          Issue Type: Bug
            Reporter: Aditya


Below is an example query that needs to be supported:

select * from a left join b.$table on a.key = b.key and a.key = 10

 



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