GitHub user dhatchayani opened a pull request:

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

    [CARBONDATA-2812] Implement freeMemory for complex pages

    **Problem:**
    The memory used by the ColumnPageWrapper (for complex data types) is not 
cleared and so it requires more memory to Load and Query.
    
    **Solution:**
    Clear the used memory in the freeMemory method.
    
     - [ ] 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-2812

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

    https://github.com/apache/carbondata/pull/2599.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 #2599
    
----
commit 28a9876274e97e71f7d65dcfbfce23fc173b6727
Author: dhatchayani <dhatcha.official@...>
Date:   2018-08-02T03:00:32Z

    [CARBONDATA-2812] Implement freeMemory for complex pages

----


---

Reply via email to