-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.11.0
-
Component/s: Planner/Optimizer
-
Labels:None
INSERT INTO statement support target fields. For example, you can specify target column as follows:
INSERT INTO t1 (c1, c3) SELECT x, y FROM t2
But, the current INSERT INTO statement does not support nested fields as target columns. We should support it.
- is required by
-
TAJO-1652 Automatic metadata registeration from underlying storages
-
- Resolved
-