Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-5362

Preserve case-sensitivity in field titles

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Impala 2.8.0
    • None
    • Clients
    • ghx-label-2

    Description

      The following impala-shell snippet looks odd because of the case-sensitivity of REPLACE: the column header would return 'z' if fed back into impala-shell, but the value is 't' because 'T' is not the same as 't' in REPLACE:

      [localhost:21000] > select replace('t','T','z');
      Query: select replace('t','T','z')
      +------------------------+
      | replace('t', 't', 'z') |
      +------------------------+
      | t                      |
      +------------------------+
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jbapple Jim Apple
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: