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

Reset doesn't work for the default empty value entry

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Configuration
    • None
    • Incompatible change

    Description

      To illustrate that:
      In hive cli:
      hive> set hive.table.parameters.default;
      hive.table.parameters.default is undefined
      hive> set hive.table.parameters.default=key1=value1;
      hive> reset;
      hive> set hive.table.parameters.default;
      hive.table.parameters.default=key1=value1

      I think we expect the last output as "hive.table.parameters.default is undefined"

      Attachments

        1. HIVE-9004.patch
          0.6 kB
          Cheng Hao

        Activity

          People

            chenghao Cheng Hao
            chenghao Cheng Hao
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated: