GitHub user akashrn5 opened a pull request:
https://github.com/apache/carbondata/pull/1524
[CARBONDATA-1762] Remove existing column level dateformat and support
dateformat, timestampformat in the load option
(1) Remove column level dateformat option
(2) Support dateformat and timestampformat in load options(table level)
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [X] Document update required?
2 new load level properties are added. Document to be updated
accordingly.
- [X] Testing done
UT Added
- [ ] For large changes, please consider breaking it into sub-tasks under
an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/akashrn5/incubator-carbondata timeformat
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1524.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 #1524
----
commit f7b253c672c4eed21466806cd4bc9990264a8a37
Author: akashrn5 <[email protected]>
Date: 2017-11-17T11:25:33Z
[CARBONDATA-1762] Remove existing column level dateformat and support
dateformat, timestampformat in the load option
----
---