You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by lion-x <gi...@git.apache.org> on 2016/10/10 11:28:29 UTC

[GitHub] incubator-carbondata pull request #226: [CARBONDATA-294]Fix timestamp data e...

GitHub user lion-x opened a pull request:

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

    [CARBONDATA-294]Fix timestamp data error

    # Why raise this PR?
    In some Examples and testcases, **CarbonCommonConstants.CARBON_TIMESTAMP_FORMAT** is assigned a wrong timestamp format "yyyy/mm/dd". This wrong format will cause that Month is set a default value 1.
    
    for example, 2015/07/23 will be set as 2015/01/23 00:07:xx.xxx .
    
    The right timestamp format should be yyyy/MM/dd. This PR fix the wrong uses in some example files and testcase files. 
    


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

    $ git pull https://github.com/lion-x/incubator-carbondata timeError

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

    https://github.com/apache/incubator-carbondata/pull/226.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 #226
    
----
commit 4ae904f881766ab0990132e8be6fc6d7cfaf72a8
Author: lion-x <xl...@gmail.com>
Date:   2016-10-10T11:17:35Z

    Fixtimestamperror

----


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

[GitHub] incubator-carbondata pull request #226: [CARBONDATA-294]Fix timestamp data e...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


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