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)