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 2017/12/27 04:15:00 UTC

[jira] [Resolved] (CARBONDATA-1934) Incorrect results are returned by select query in case when the number of blocklets for one part file are > 1 in the same task

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

Ravindra Pesala resolved CARBONDATA-1934.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Incorrect results are returned by select query in case when the number of blocklets for one part file are > 1 in the same task
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1934
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1934
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Manish Gupta
>            Assignee: Manish Gupta
>             Fix For: 1.3.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> When a select query is triggered, driver will prune the segments and give a list of blocklets that need to be scanned. The number of tasks from spark will be equal to the number of blocklets identified.
> In case where one task has more than one blocklet for same file, then BlockExecution getting formed is incorrect. Due to this the query results are incorrect.



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