Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
2.0.0
-
None
-
None
Description
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.