You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Toshihiro Suzuki (Jira)" <ji...@apache.org> on 2019/10/21 03:02:00 UTC

[jira] [Commented] (PHOENIX-5208) DROP COLUMN IF EXISTS doesn't work as expected

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

Toshihiro Suzuki commented on PHOENIX-5208:
-------------------------------------------

It looks like DROP COLUMN IF EXISTS works as expected. I just added UT code in the patch. Could someone please review it?

> DROP COLUMN IF EXISTS doesn't work as expected
> ----------------------------------------------
>
>                 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, DROP COLUMN IF EXISTS doesn't work as expected.
> Executing "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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)