[jira] [Updated] (CARBONDATA-2113) Count(*) and select * are not working on old store with V2 format

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

[jira] [Updated] (CARBONDATA-2113) Count(*) and select * are not working on old store with V2 format

Akash R Nilugal (Jira)

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

Akash R Nilugal updated CARBONDATA-2113:
----------------------------------------
    Description:
Count(*) and select * are not working on old store of V2 format in 1.3.0

 

 1) count * is giving zero, for old store after refresh

0: jdbc:hive2://X.X.X.X:22550/default> refresh table brinjal5;
+---------+--+
| Result |
+---------+--+
+---------+--+
No rows selected (3.419 seconds)
0: jdbc:hive2://X.X.X.X:22550/default> select count(*) from brinjal5;
+-----------+--+
| count(1) |
+-----------+--+
| 0 |
+-----------+--+



 

 

  was:
Count(*) and select * are not working on old store of V2 format in 1.3.0

 

 


> Count(*) and select * are not working on old store with V2 format
> -----------------------------------------------------------------
>
>                 Key: CARBONDATA-2113
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2113
>             Project: CarbonData
>          Issue Type: Bug
>          Components: core
>            Reporter: Akash R Nilugal
>            Assignee: Akash R Nilugal
>            Priority: Minor
>             Fix For: 1.3.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Count(*) and select * are not working on old store of V2 format in 1.3.0
>  
>  1) count * is giving zero, for old store after refresh
> 0: jdbc:hive2://X.X.X.X:22550/default> refresh table brinjal5;
> +---------+--+
> | Result |
> +---------+--+
> +---------+--+
> No rows selected (3.419 seconds)
> 0: jdbc:hive2://X.X.X.X:22550/default> select count(*) from brinjal5;
> +-----------+--+
> | count(1) |
> +-----------+--+
> | 0 |
> +-----------+--+
>  
>  



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