GitHub user xubo245 opened a pull request:

    https://github.com/apache/carbondata/pull/2378

    [CARBONDATA-2614] Fix the error when using FG in search mode and the prune 
result is none

    
     the prune result is none, and can not set datamapWritePath, which will not 
generate bitSegGroup in 
org.apache.carbondata.core.scan.filter.executer.RowLevelFilterExecuterImpl#applyFilter(org.apache.carbondata.core.scan.processor.RawBlockletColumnChunks,
 boolean), it mean the bitSetGroup is null. It will throw Fix the error when 
using FG in search mode and the prune result is none
    
    
     - [ ] Any interfaces changed?
     No
     - [ ] Any backward compatibility impacted?
     No
     - [ ] Document update required?
    No
     - [ ] Testing done
         run the test case
     - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 
    NO

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/xubo245/carbondata 
CARBONDATA-2614-searchModeFGError

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/2378.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2378
    
----
commit 21168176d6027836b6a7f4fa972513434581e5da
Author: xubo245 <xubo29@...>
Date:   2018-06-15T10:50:26Z

    [CARBONDATA-2614] Fix the error when using FG in search mode and the prune 
result is none
    
     the prune result is none, and can not set datamapWritePath, which will not 
generate bitSegGroup in 
org.apache.carbondata.core.scan.filter.executer.RowLevelFilterExecuterImpl#applyFilter(org.apache.carbondata.core.scan.processor.RawBlockletColumnChunks,
 boolean), it mean the bitSetGroup is null. It will throw Fix the error when 
using FG in search mode and the prune result is none

----


---

Reply via email to