[jira] [Created] (CARBONDATA-1320) Date filter is giving wrong result when data is

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-1320) Date filter is giving wrong result when data is

Akash R Nilugal (Jira)
kumar vishal created CARBONDATA-1320:
----------------------------------------

             Summary: Date filter is giving wrong result when data is
                 Key: CARBONDATA-1320
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1320
             Project: CarbonData
          Issue Type: Bug
            Reporter: kumar vishal
            Assignee: kumar vishal


select count(*) from table where time = cast('1970-01-01 05:30:00' as timestamp);
returning 300 rows

select count(*) from table where time = cast('1970-01-01 05:30:00' as timestamp);
returning 1 row



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)