You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Naresh P R (JIRA)" <ji...@apache.org> on 2016/07/27 06:14:20 UTC

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

Naresh P R created CARBONDATA-112:
-------------------------------------

             Summary: 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


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)