Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-6414

Allow Case Insensitive Comparisons in Drill

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      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'

      Attachments

        Activity

          People

            volodymyr.tkach Volodymyr Tkach
            volodymyr.tkach Volodymyr Tkach
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: