You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Kunal Kapoor (JIRA)" <ji...@apache.org> on 2018/07/24 11:35:00 UTC

[jira] [Created] (CARBONDATA-2778) Empty result in query after IUD delete operation

Kunal Kapoor created CARBONDATA-2778:
----------------------------------------

             Summary: Empty result in query after IUD delete operation
                 Key: CARBONDATA-2778
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2778
             Project: CarbonData
          Issue Type: Bug
            Reporter: Kunal Kapoor
            Assignee: Kunal Kapoor


# drop table if exists t1
 # create table t1 (c1 int,c2 string) STORED BY 'org.apache.carbondata.format' TBLPROPERTIES('table_blocksize'='1', 'dictionary_exclude'='c2')
 # LOAD DATA LOCAL INPATH 'test.csv' INTO table t1 options('fileheader'='c1,c2')
 # run delete command which should delete a whole block
 # Run clean file operation.
 # select from t1.



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