Eugene Koifman created HIVE-17685:
-------------------------------------
Summary: 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: Eugene Koifman
{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)