Login  Register

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4137: [CARBONDATA-4188] Fixed select query with small table page size after alter add column.

Posted by GitBox on May 18, 2021; 7:04am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-nihal0107-opened-a-new-pull-request-4137-CARBONDATA-4188-Fixed-select-query-with-s-tp108210p108230.html


Indhumathi27 commented on a change in pull request #4137:
URL: https://github.com/apache/carbondata/pull/4137#discussion_r634101068



##########
File path: core/src/main/java/org/apache/carbondata/core/scan/filter/executer/RestructureIncludeFilterExecutorImpl.java
##########
@@ -49,10 +48,15 @@ public RestructureIncludeFilterExecutorImpl(DimColumnResolvedFilterInfo dimColum
   @Override
   public BitSetGroup applyFilter(RawBlockletColumnChunks rawBlockletColumnChunks,
       boolean useBitsetPipeLine) {
-    int numberOfRows = rawBlockletColumnChunks.getDataBlock().numRows();
-    return FilterUtil.createBitSetGroupWithDefaultValue(
-        rawBlockletColumnChunks.getDataBlock().numberOfPages(),
-        numberOfRows, isDefaultValuePresentInFilterValues);
+    int pageCount = rawBlockletColumnChunks.getDataBlock().numberOfPages();

Review comment:
       Check all other filters also and handle




--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[hidden email]