[jira] [Commented] (CARBONDATA-294) Timestamp Data Error
Posted by Akash R Nilugal (Jira) on Oct 10, 2016; 11:29am URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Commented-CARBONDATA-294-Timestamp-Data-Error-tp1729.html
# 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:
> Timestamp Data Error
> --------------------
>
> Key: CARBONDATA-294
> URL: https://issues.apache.org/jira/browse/CARBONDATA-294 > Project: CarbonData
> Issue Type: Bug
> Reporter: Lionx
> Assignee: Lionx
> Priority: Critical
>
> In CarbonExample, When Loading 2015/7/23 as a Timestamp, when querying, it will return 2015-01-23 xx:xx:xx:xx. Six months have been stolen.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)