Uploaded image for project: 'CarbonData'
  1. CarbonData
  2. CARBONDATA-112

regexp_replace filter query is failing for carbon table.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.1.0-incubating
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            nareshpr Naresh P R
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: