GitHub user kumarvishal09 opened a pull request:
https://github.com/apache/incubator-carbondata/pull/327
[CARBONDATA-421]Time Stamp Filter issue with other than yyyy-mm-dd format
Problem: When time format is yyyy/mm/dd other than "-" filter query is not
working , As in filter only "-" is allowed user need to give the filter value
is "-" but as data loaded in in "/" filter is not working and returning 0
result.
Soluntion: Problem is in filter we are taking default format but we need to
take format used during data loaded while converting the filter values to
surrogate key
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kumarvishal09/incubator-carbondata
TimeStampFilterIssue
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-carbondata/pull/327.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 #327
----
commit f6f0d4caecd7e3fd326de309e3bf43b7095d1e9c
Author: kumarvishal <[email protected]>
Date: 2016-11-17T12:59:49Z
Time Stamp Filter issue with other than yyyy-mm-dd format
----
---
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.
---