Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-17845

insert fails if target table columns are not lowercase

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.2.1
    • 3.0.0
    • None
    • None

    Description

      eg.,
      INSERT INTO TABLE EMP(ID,NAME) select * FROM SRC;
      FAILED: SemanticException 1:27 '[ID,NAME]' in insert schema specification are not found among regular columns of default.EMP nor dynamic partition columns.. Error encountered near token 'NAME'

      Whereas below insert is successful:
      INSERT INTO TABLE EMP(id,name) select * FROM SRC;

      Attachments

        1. HIVE-17845.patch
          3 kB
          Naresh P R

        Issue Links

          Activity

            People

              nareshpr Naresh P R
              nareshpr Naresh P R
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: