You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "xuchuanyin (JIRA)" <ji...@apache.org> on 2018/04/13 07:13:00 UTC

[jira] [Created] (CARBONDATA-2343) Improper filter resolver cause more filter scan on data that could be skipped

xuchuanyin created CARBONDATA-2343:
--------------------------------------

             Summary: Improper filter resolver cause more filter scan on data that could be skipped
                 Key: CARBONDATA-2343
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2343
             Project: CarbonData
          Issue Type: Bug
          Components: data-query
            Reporter: xuchuanyin
            Assignee: xuchuanyin


In DataMapChooser, Carbondata try to choose and combine datamap for expressions. In some scenario, it will generate `TrueConditionalResolverImpl` to wrap the sub-expression, which will cause data scan on the blocklet which can be skipped (For `TrueConditionalResolverImpl`, theĀ  `TrueFilterExecutor` will always cause scanning the data even it simply wraps a range expression).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)