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

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

     [ 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)