You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Mohammad Shahid Khan (JIRA)" <ji...@apache.org> on 2016/08/24 20:01:21 UTC

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

Mohammad Shahid Khan created CARBONDATA-177:
-----------------------------------------------

             Summary: 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


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)