Jungtaek Lim created STORM-2848:
-----------------------------------
Summary: [storm-sql] Separate the concept of STREAM and TABLE
Key: STORM-2848
URL: https://issues.apache.org/jira/browse/STORM-2848
Project: Apache Storm
Issue Type: Bug
Components: storm-sql
Reporter: Jungtaek Lim
Currently we only support STREAM type of table, and don't provide type
selection for users.
We have future plan of supporting join on stream and table, which requires
tables to be defined either stream or table, because left join which left side
is table and right side is stream doesn't make sense and vice versa.
This issue tracks the effort of separating STREAM and TABLE. We may want to
also apply the constraint that only STREAM supports SELECT statement.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)