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

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

Vihang Karajgaonkar created HIVE-14048:
------------------------------------------

             Summary: 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)