GitHub user iyerr3 opened a pull request:
https://github.com/apache/madlib/pull/282
Utilites: Add CTAS while dropping some columns
JIRA: MADLIB-1241
This commit adds function to create a new table from existing table
while dropping some of the columns of the source table.
Closes #282
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/madlib/madlib feature/drop_columns
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/madlib/pull/282.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #282
----
commit 3b5310c07c2092059cd116c82457d026f968cd7a
Author: Rahul Iyer <riyer@...>
Date: 2018-06-27T00:36:39Z
Utilites: Add CTAS while dropping some columns
JIRA: MADLIB-1241
This commit adds function to create a new table from existing table
while dropping some of the columns of the source table.
Closes #282
----
---