Hyunsik Choi created TAJO-2133:
----------------------------------
Summary: Array value projection support
Key: TAJO-2133
URL: https://issues.apache.org/jira/browse/TAJO-2133
Project: Tajo
Issue Type: Sub-task
Components: Data Type, Expression
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Fix For: 0.12.0
We should support the projection of an array value itself from a table.
{code}
CREATE TABLE TABLE1 (vector array<double>);
SELECT vector from TABLE1;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)