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

Handle case sensitivity naming conflicts in Kudu tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.8.0
    • Impala 2.10.0
    • Frontend
    • ghx-label-5

    Description

      Kudu supports case sensitive table/column names while Impala (and Hive) do not (names get lower-cased).

      Conflicting column names will cause problems for Impala, e.g.

      table foo (
      int Col,
      int col ) ... stored as Kudu
      

      We should return an error when loading a table such as this.

      Attachments

        Issue Links

          Activity

            People

              twmarshall Thomas Tauber-Marshall
              mjacobs Matthew Jacobs
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: