You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2016/08/17 10:36:21 UTC

[jira] [Resolved] (CARBONDATA-112) regexp_replace filter query is failing for carbon table.

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

Ravindra Pesala resolved CARBONDATA-112.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.1.0-incubating

https://github.com/HuaweiBigData/carbondata/pull/867

> regexp_replace filter query is failing for carbon table.
> --------------------------------------------------------
>
>                 Key: CARBONDATA-112
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-112
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Naresh P R
>            Priority: Minor
>             Fix For: 0.1.0-incubating
>
>
> In CarbonData, RegExpReplace expression is evaluated at Spark Executor, transient variable in RegExpReplace is null after deserialized in Executor.
> eg., select imei from carbontable where regexp_replace(imei,'imei','ff') NOT IN ('ff0')
> RegExpReplace needs to be re-initialized before evaluating at Executor.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)