You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "MANISH NALLA (JIRA)" <ji...@apache.org> on 2019/03/12 13:27:00 UTC

[jira] [Created] (CARBONDATA-3315) Range Filter query with two between clauses gives wrong results

MANISH NALLA created CARBONDATA-3315:
----------------------------------------

             Summary: Range Filter query with two between clauses gives wrong results
                 Key: CARBONDATA-3315
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3315
             Project: CarbonData
          Issue Type: Bug
            Reporter: MANISH NALLA


# Create table t1(c1 string, c2 int) stored by 'carbondata' tblproperties('sort_columns'='c2')
 # insert some values into table t1{color:#008000}
{color}
 # select * from t1 where c2 between 2 and 3 or c2 between 3 and 4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)