GitHub user kumarvishal09 opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/507

    [CARBONDATA-609]Fixed carbondata file version issue in carbon.properites

    Problem: Data file version is always taking latest version even if version 
is set to 1, This is because in carbon.properties we are calling valueof with 
string parameter and it is throwing illegalArugumentExcemption
    Solution: Need to parse the string value to short and then call valueof 
method

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

    $ git pull https://github.com/kumarvishal09/incubator-carbondata 
CarbonDatFileVersionIssue

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

    https://github.com/apache/incubator-carbondata/pull/507.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 #507
    
----
commit 87cce51e5f283478cc7aebf8e6200615eedd412e
Author: kumarvishal <kumarvishal.1...@gmail.com>
Date:   2017-01-08T17:47:19Z

    Fixed carbondata file version issue

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to