You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Mohammad Shahid Khan (JIRA)" <ji...@apache.org> on 2017/12/20 13:12:00 UTC

[jira] [Resolved] (CARBONDATA-929) adding optional field number of blocklet in the carbonindex file

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

Mohammad Shahid Khan resolved CARBONDATA-929.
---------------------------------------------
    Resolution: Won't Fix

Not required for current design. 
Please reopen if required in future.

> adding optional field number of blocklet in the carbonindex file 
> -----------------------------------------------------------------
>
>                 Key: CARBONDATA-929
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-929
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: Mohammad Shahid Khan
>            Assignee: Mohammad Shahid Khan
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> The num_blocklet needed to get the number of Blocklet within a block at the driver
> {code}
>  /**
>  *  Block index information stored in index file for every block
>  */
> struct BlockIndex{
>   1: required i64 num_rows; // Total number of rows in this file
>   2: required string file_name; // Block file name
>   3: required i64 offset; // Offset of the footer
>   4: required carbondata.BlockletIndex block_index;	// Blocklet index
>   5: optional i32 num_blocklet; // total number of Blocklet
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)