You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/10/04 00:55:01 UTC

[jira] [Created] (HIVE-17685) AcidUtils.parseString(String propertiesStr) - missing "break"

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)