You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vihang Karajgaonkar (JIRA)" <ji...@apache.org> on 2016/06/20 17:22:05 UTC

[jira] [Resolved] (HIVE-14048) patch for HIVE-4570 removes protected fields which can break dependencies

     [ https://issues.apache.org/jira/browse/HIVE-14048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vihang Karajgaonkar resolved HIVE-14048.
----------------------------------------
    Resolution: Not A Problem

> patch for HIVE-4570 removes protected fields which can break dependencies
> -------------------------------------------------------------------------
>
>                 Key: HIVE-14048
>                 URL: https://issues.apache.org/jira/browse/HIVE-14048
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Vihang Karajgaonkar
>            Assignee: Vihang Karajgaonkar
>            Priority: Critical
>
> The patch for HIVE-4570 removes protected fields like initialized, isDone, started etc and created a TaskState enum to represent these variables. Since these fields which were removed were marked protected, class which can extend Task.java (or DDLTask.java) will fail to compile once they get this patch.
> The protected fields should probably be marked deprecated instead of removing them directly since it could break outside dependencies.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)