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

Nihal kumar ojha updated CARBONDATA-4046:
-----------------------------------------
    Description: 
Steps to reproduce

1. set property `carbon.read.partition.hive.direct=false`

2. Create table which contain more than one partition column.

3. run query select count (*)

 

It fails with exception as `Key not found`.

 

create table partition_cache(a string) partitioned by(b int, c String) stored 
as carbondata;

insert into partition_cache select 'k',1,'nihal';

select count(*) from partition_cache where b = 1;

  was:
Steps to reproduce

1. set property `carbon.read.partition.hive.direct=false`

2. Create table which contain more than one partition column.

3. run query select count (*)

 

It fails with exception as `Key not found`.


> Select count(*) fails on partition table.
> -----------------------------------------
>
>                 Key: CARBONDATA-4046
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4046
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Nihal kumar ojha
>            Priority: Major
>
> Steps to reproduce
> 1. set property `carbon.read.partition.hive.direct=false`
> 2. Create table which contain more than one partition column.
> 3. run query select count (*)
>  
> It fails with exception as `Key not found`.
>  
> create table partition_cache(a string) partitioned by(b int, c String) stored 
> as carbondata;
> insert into partition_cache select 'k',1,'nihal';
> select count(*) from partition_cache where b = 1;



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

Reply via email to