Volodymyr Tkach created DRILL-6414:
--------------------------------------

             Summary: Allow Case Insensitive Comparisons in Drill
                 Key: DRILL-6414
                 URL: https://issues.apache.org/jira/browse/DRILL-6414
             Project: Apache Drill
          Issue Type: Improvement
            Reporter: Volodymyr Tkach
            Assignee: Volodymyr Tkach


Lets take a case:

Table t1 with column c1 having a value 'abc'

For a query like below drill should treat the comparison as case insensitive 
and return 1 row.

This is not an issue but we need to know if we can set case insensitivity at 
system level.

select * from t1 where c1 = 'ABC'



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

Reply via email to