Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is required by
-
SAMZA-1601 Add stream-table join support for Samza Sql
- Reopened