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

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

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

Akash R Nilugal (Jira)
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)