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)

Reply via email to