[jira] [Resolved] (CARBONDATA-2693) Fix bug for alter rename is renameing the existing table on which bloomfilter datamp exists

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Resolved] (CARBONDATA-2693) Fix bug for alter rename is renameing the existing table on which bloomfilter datamp exists

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacky Li resolved CARBONDATA-2693.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.1
                   1.5.0

> Fix bug for alter rename is renameing the existing table on which bloomfilter datamp exists
> -------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-2693
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2693
>             Project: CarbonData
>          Issue Type: Sub-task
>            Reporter: wangsen
>            Assignee: wangsen
>            Priority: Major
>             Fix For: 1.5.0, 1.4.1
>
>         Attachments: rename.PNG
>
>          Time Spent: 6h 40m
>  Remaining Estimate: 0h
>
> 【Detailed description】:Alter rename is renaming the existing table on which bloomfilter datamap exists
> 【Test step】: 1. Create a carbon table
>  2. create bloomfilter data map on the table
>  3. rename the table using alter
> CREATE TABLE datamap_test_join1_sortintStr (id int,name string,salary float,dob date,doj timestamp,bonus double,status boolean,marks decimal(10,3))STORED BY 'carbondata' tblproperties('sortcolumns'='id');
> create datamap dm_datamap_test_join1_196_1_intstr on table datamap_test_join1_sortintStr using 'bloomfilter' DMPROPERTIES('INDEX_COLUMNS' = 'id,name', 'BLOOM_SIZE'='640000', 'BLOOM_FPP'='0.00001', 'BLOOM_COMPRESS'='true');
>  alter table datamap_test_join1_sortintStr rename to str1;
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)