GitHub user BJangir opened a pull request:

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

    [CARBONDATA-1260] Show Partition for Range partition is not showing the 
correct range

    In show partition for Range type ,last range was missing. and showing 
"default" partition is not correct for range type . For range only > ,< is 
meaningful . so removed $colname=default partition information for Range type.
    
    Solution :- 
    1. Added code to show Last partition info 
    2. removed  $colname =default  information as it is useless and confusing . 

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

    $ git pull https://github.com/BJangir/incubator-carbondata CARBONDATA-1260

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

    https://github.com/apache/carbondata/pull/1132.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 #1132
    
----
commit f5ecdc7cb413521c19854d1b3400d3597c4d1e6d
Author: Ayush Mantri <[email protected]>
Date:   2017-07-04T08:51:18Z

    Show Partition for Range partition is not showing the correct range

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to