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