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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---