Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.2.0
-
None
-
None
Description
When we use the 'insert into ...' statement we can only insert all the columns into table.But int some cases,our table has many columns and we are only interest in some of them.So we want to support the statement "insert into table tbl (column1, column2,...) values (value1, value2, value3,...)".
Attachments
Issue Links
- is duplicated by
-
SPARK-20845 Support specification of column names in INSERT INTO
- Resolved
- links to