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)