[
https://issues.apache.org/jira/browse/PHOENIX-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16955812#comment-16955812
]
Hadoop QA commented on PHOENIX-5208:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12983564/PHOENIX-5208.master.v1.patch
against master branch at commit b4471384bcdfbf421e1625960860361ecfaeaf6b.
ATTACHMENT ID: 12983564
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+0 tests included{color}. The patch appears to be a
documentation, build,
or dev patch that doesn't require tests.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3053//testReport/
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3053//console
This message is automatically generated.
> Add a test case of "ALTER TABLE DROP COLUMN IF EXISTS" with multiple columns
> ----------------------------------------------------------------------------
>
> Key: PHOENIX-5208
> URL: https://issues.apache.org/jira/browse/PHOENIX-5208
> Project: Phoenix
> Issue Type: Bug
> Reporter: Toshihiro Suzuki
> Assignee: Toshihiro Suzuki
> Priority: Major
> Attachments: PHOENIX-5208.master.v1.patch
>
>
> -Similar to PHOENIX-1614, ALTER TABLE DROP COLUMN IF EXISTS doesn't work as
> expected.-
> -Executing "ALTER TABLE DROP COLUMN IF EXISTS colAlreadyExists,
> colDoesNotExist", then nothing will be changed in the table because
> colDoesNotExist doesn't exists.-
> -The general expectation would be all non-existing columns in the statement
> will be just ignored.-
>
> Unlike ALTER TABLE ADD IF NOT EXISTS (see PHOENIX-1614 for details), ALTER
> TABLE DROP COLUMN IF EXISTS works as expected. In this Jira, just add UT code
> for "ALTER TABLE DROP COLUMN IF EXISTS" with multiple columns.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)