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

[jira] [Created] (CARBONDATA-99) Complex type column filters with like and not like not working

Sujith created CARBONDATA-99:
--------------------------------

             Summary: Complex type column filters with like and not like not working
                 Key: CARBONDATA-99
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-99
             Project: CarbonData
          Issue Type: Bug
            Reporter: Sujith
            Assignee: Sujith
            Priority: Minor


For complex type filter queries if query contains filter expression rather than BinaryExpression the system was not able to get the dimensions which are involved in the particular filter expression for executing complex type filter column expressions. because of this reason filter was failing

Sample Query

select test3[1] from complex_filter where test4[1] not like'%1%' order by test1
select test2[0] from complex_filter  where  test3[0] like '%1234%'



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