Aditya created SAMZA-1605:
-----------------------------

             Summary: Samza-Sql: Support stream-table join without join keyword 
in the sql query
                 Key: SAMZA-1605
                 URL: https://issues.apache.org/jira/browse/SAMZA-1605
             Project: Samza
          Issue Type: Bug
            Reporter: Aditya


Samza-Sql expects join as keyword in the join query. Here is the classic way of 
writing a join query:

select * from a, b.$table where a.key = b.key

Calcite converts this to a cross join followed by filter. We fail on such 
queries today. We will need to support this type of query as well.



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

Reply via email to