Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14048

patch for HIVE-4570 removes protected fields which can break dependencies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            vihangk1 Vihang Karajgaonkar
            vihangk1 Vihang Karajgaonkar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: