[ 
https://issues.apache.org/jira/browse/TAJO-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14009046#comment-14009046
 ] 

Tajo QA commented on TAJO-699:
------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12646816/TAJO-699.patch
  against master revision e2d0464.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:green}+1 tests included.{color}  The patch appears to include 4 new 
or modified test files.

    {color:green}+1 javac.{color}  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the 
total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:red}-1 findbugs.{color}  The patch appears to introduce 193 new 
Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase 
the total number of release audit warnings.

    {color:red}-1 core tests.{color}  The patch failed these unit tests in 
tajo-algebra tajo-core: 
                  org.apache.tajo.engine.eval.TestSQLExpression

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/435//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/435//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/435//console

This message is automatically generated.

> Create a table using LIKE
> -------------------------
>
>                 Key: TAJO-699
>                 URL: https://issues.apache.org/jira/browse/TAJO-699
>             Project: Tajo
>          Issue Type: Improvement
>          Components: catalog, parser, planner/optimizer
>            Reporter: Jaehwa Jung
>            Assignee: Prafulla T
>         Attachments: TAJO-699.patch
>
>
> Creating a table from existing table is very useful function for users. So, 
> we should support CREATE TABLE LIKE The grammar is as follows:
> {code:xml}
> CREATE TABLE <table_name> LIKE <source_table_name>
> {code}
> For reference, the LIKE clause specifies a table from which the new table 
> automatically copies all column names, their data types.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to