You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2018/02/01 16:48:00 UTC

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

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

Ravindra Pesala resolved CARBONDATA-2113.
-----------------------------------------
    Resolution: Fixed

> 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: 50m
>  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)