You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Vimal Das Kammath (JIRA)" <ji...@apache.org> on 2016/09/04 10:10:20 UTC

[jira] [Resolved] (CARBONDATA-177) Greater than and Less than filter returning wrong result

     [ https://issues.apache.org/jira/browse/CARBONDATA-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vimal Das Kammath resolved CARBONDATA-177.
------------------------------------------
    Resolution: Fixed

> Greater than and Less than filter returning wrong result
> --------------------------------------------------------
>
>                 Key: CARBONDATA-177
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-177
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Mohammad Shahid Khan
>            Assignee: Mohammad Shahid Khan
>
> DDL:
>       "CREATE TABLE IF NOT EXISTS carbonTable(date Timestamp, country String, salary Int) STORED " +
>       "BY " +
>       "'carbondata'
> Data:
> 2015-7-23 12:07:28,china,15000
> 2018-7-24 12:07:28,china,15001
> 2017-7-25 12:07:28,china,15002
> Load command:
> "LOAD DATA LOCAL INPATH '" + csvFilePath + "' into table carbonTable OPTIONS " +
>       "('FILEHEADER'='date,country,salary')"
> greather than less than filter not returning correct result



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)