Sujith created CARBONDATA-3090:
----------------------------------
Summary: optimizing the columnar vector filling flow by removing
unwanted filter check
Key: CARBONDATA-3090
URL: https://issues.apache.org/jira/browse/CARBONDATA-3090
Project: CarbonData
Issue Type: Improvement
Components: data-query
Affects Versions: 1.3.1, 1.5.0
Reporter: Sujith
Assignee: Sujith
optimizing the columnar vector filling flow by removing unwanted filter check,
currently while filling the column vectors as part of vector reading flow in
the carbon query, while processing the batch of rows there is a filter
condition check which will validate each row whether its part of filter, since
the batch already has filtered rows while filling the columnvector , the filter
check is not useful, and even in the current flow the boolean filteredRows[] is
never been set, always the values will be false.
As part of the optimization this redundant validation of filter check is been
removed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)