You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/03 18:31:10 UTC

[jira] [Commented] (CARBONDATA-34) Drop table fails when mentions along with db name.

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

ASF GitHub Bot commented on CARBONDATA-34:
------------------------------------------

GitHub user ravipesala opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/15

    [CARBONDATA-34] Fixed failing of drop table with db name

    Table drop fails when drop table with dbname like
    `DROP TABLE default.tablename` 
    This PR fixes it.
    And also it fixes the CARBONDATA-33 issue when store path is hdfs.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ravipesala/incubator-carbondata merge4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/15.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 #15
    
----
commit d0b849c302ed7d86e41720c52c4368f0d690cd71
Author: ravipesala <ra...@gmail.com>
Date:   2016-07-03T17:45:52Z

    Fixed drop table with dbname

commit 3bf41f34bae26e445ade3c435a93f35ecbc5de05
Author: ravipesala <ra...@gmail.com>
Date:   2016-07-03T18:23:23Z

    Fixed hdfs folder path issue which contains '-'

commit f7f787f58521510ca943c34113cb36ca20e96072
Author: ravipesala <ra...@gmail.com>
Date:   2016-07-03T18:30:22Z

    Reverted commented testcase code

----


> Drop table fails when mentions along with db name.
> --------------------------------------------------
>
>                 Key: CARBONDATA-34
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-34
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ravindra Pesala
>            Assignee: Ravindra Pesala
>
> Drop table fails when mentions along with db name. 
> Like
> DROP TABLE default.tablename



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