GitHub user dhatchayani opened a pull request:

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

    [CARBONDATA-2753] Fix Compatibility issues

    **Problems:**
    (1) CarbonTable is not refreshed in the executor side with the 
tableproperties.
    (2) filterValues are null in case of old store.
    
    **Solution:**
    (1) Set the dictionary path to the AbsoluteTableIdentifier, so that we can 
get the dictionary path if needed.
    (2) Currently filterValues filling is based on the local dictionary, if the 
format is not V3 then the filterValues should be reassigned with the filterKeys 
from the ExecutorInfo.
    
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
    
     - [x] Testing done
            Manual Testing
     - [ ] For large changes, please consider breaking it into sub-tasks under 
an umbrella JIRA. 
    


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

    $ git pull https://github.com/dhatchayani/carbondata CARBONDATA-2753

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

    https://github.com/apache/carbondata/pull/2530.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 #2530
    
----
commit 0c4f559430761b612a11345ad55f957d30e826be
Author: dhatchayani <dhatcha.official@...>
Date:   2018-07-19T13:43:24Z

    [CARBONDATA-2753] Fix Compatibility issues

----


---

Reply via email to