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 2020/05/19 08:11:00 UTC

[jira] [Resolved] (CARBONDATA-3823) Show segments displays incorrect Load Time Taken and partition value for Carbon 1.6.1 store table

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

Kunal Kapoor resolved CARBONDATA-3823.
--------------------------------------
    Resolution: Duplicate

> Show segments displays incorrect Load Time Taken  and partition value for Carbon 1.6.1 store table
> --------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-3823
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3823
>             Project: CarbonData
>          Issue Type: Bug
>          Components: data-query
>    Affects Versions: 2.0.0
>         Environment: Spark 2.3.2, Spark 2.4.5
>            Reporter: Chetan Bhat
>            Priority: Minor
>
> *Steps :-*
> Create a table in Carbon 1.6.1 version and load data.
> Take backup of the table store
> Install Carbon 2.0 version and copy the 1.6.1 store table to HDFS folder.
> In 2.0 version Execute the refresh table command on the table.
> execute show segments for table.
>  
> *Issue :* Show segments displays incorrect Load Time Taken and partition value for Carbon 1.6.1 store table.
> 0: jdbc:hive2://10.20.255.153:23040/default> show segments for table brinjal_pagesize;
> +------+----------+--------------------------+------------------+------------+------------+-------------+--+
> | ID | Status | Load Start Time | Load Time Taken | Partition | Data Size | Index Size |
> +------+----------+--------------------------+------------------+------------+------------+-------------+--+
> | 0.1 | Success | 2020-05-13 15:59:28.467 | *PT-1.208S* | *{}* | 14.37KB | 4.45KB |
> +------+----------+--------------------------+------------------+------------+------------+-------------+--+
> 1 row selected (4.062 seconds)
>  



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