[ https://issues.apache.org/jira/browse/HIVE-17685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergey Shelukhin resolved HIVE-17685. ------------------------------------- Resolution: Fixed Will commit to the branch shortly > AcidUtils.parseString(String propertiesStr) - missing "break" > ------------------------------------------------------------- > > Key: HIVE-17685 > URL: https://issues.apache.org/jira/browse/HIVE-17685 > Project: Hive > Issue Type: Sub-task > Components: Transactions > Reporter: Eugene Koifman > Assignee: Sergey Shelukhin > > {noformat} > case INSERT_ONLY_STRING: > obj.setInsertOnly(true); > default: > throw new IllegalArgumentException( > "Unexpected value " + option + " for ACID operational > properties!"); > {noformat} > in fact _case INSERT_ONLY_STRING_ is not needed at all -- This message was sent by Atlassian JIRA (v6.4.14#64029)