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

Column name in parquet is case-sensitive

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.4.0
    • None
    • None

    Description

      Currently, column name in parquet is case-sensitive, which is different from SQL where query is case-insensitive.

      For instance, the following query will fail on drill:
      Select _MAP['n_name'] AS N_NAME from "nation";

      The following query is fine:
      Select _MAP['N_NAME'] AS N_NAME from "nation";

      If we want to follow SQL, then it would be nice to make parquet column name case-insensitive as well.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jni Jinfeng Ni
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: