You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Volodymyr Tkach (JIRA)" <ji...@apache.org> on 2018/05/14 16:33:00 UTC

[jira] [Created] (DRILL-6414) Allow Case Insensitive Comparisons in Drill

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)