Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14535 add insert-only ACID tables to Hive
  3. HIVE-17685

AcidUtils.parseString(String propertiesStr) - missing "break"

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • hive-14535
    • Transactions
    • None

    Description

                case INSERT_ONLY_STRING:
                  obj.setInsertOnly(true);
                default:
                  throw new IllegalArgumentException(
                      "Unexpected value " + option + " for ACID operational properties!");
      
      

      in fact case INSERT_ONLY_STRING is not needed at all

      Attachments

        Activity

          People

            sershe Sergey Shelukhin
            ekoifman Eugene Koifman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: