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 2019/07/08 10:25:00 UTC

[jira] [Resolved] (CARBONDATA-3453) Set segment doesn't work with adaptive execution

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

Kunal Kapoor resolved CARBONDATA-3453.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

> Set segment doesn't work with adaptive execution
> ------------------------------------------------
>
>                 Key: CARBONDATA-3453
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3453
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ajantha Bhat
>            Priority: Major
>             Fix For: 1.6.0
>
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> steps:
> enable adaptive execution
> create table and load one segment data.
> set segment 0 and query --> gives data
> set segment 1 and query --> gives data (but should not)
>  
> problem: Set segment doesn't work with adaptive execution.
> cause: For set segments, driver will check carbon property and carbon property will look for segments in session params, which is not set in current thread incase of adaptive excution.
>  solution: Use the session params from RDD's session info.



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