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

Tajo QA commented on TAJO-1421:
-------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12709209/TAJO-1421_3.patch
  against master revision release-0.9.0-rc0-236-g70d5fdf.

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

    {color:green}+1 tests included.{color}  The patch appears to include 19 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 5 new 
Findbugs (version 2.0.3) 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-catalog/tajo-catalog-common 
tajo-catalog/tajo-catalog-drivers/tajo-hcatalog 
tajo-catalog/tajo-catalog-server tajo-core tajo-plan: 
                  org.apache.tajo.engine.query.TestAlterTable

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

This message is automatically generated.

> Add 'ALTER TABLE SET PROPERTY' statement
> ----------------------------------------
>
>                 Key: TAJO-1421
>                 URL: https://issues.apache.org/jira/browse/TAJO-1421
>             Project: Tajo
>          Issue Type: New Feature
>          Components: catalog, storage
>            Reporter: Hyunsik Choi
>            Assignee: Yongjin Choi
>             Fix For: 0.11.0
>
>         Attachments: TAJO-1421.yongjin.patch, TAJO-1421_2.patch, 
> TAJO-1421_3.patch
>
>
> Each table has table properties. Currently, users can only set table 
> properties only when a table is created. But, in many cases, we need to 
> change table properties later.
> To allow users to change table properties of an existing table, I propose 
> 'ALTER TABLE SET PROPERTY' statement.
> The proposed grammar is as follow:
> {code}
> ALTER TABLE SET PROPERTY property_name = property_value, ..., property_name = 
> property_value;
> {code}
> {{property_name=property_value}} can be listed by comma chain.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to