Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-7594

Remove unused DrillStoreRel

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.18.0
    • None

    Description

      The DrillStoreRel is never actually instantiated, but in code, there are related checks, like

            if (drillRel instanceof DrillStoreRel) {
              throw new UnsupportedOperationException();
            } 
      

      Attachments

        Issue Links

          Activity

            People

              ihuzenko Igor Guzenko
              ihuzenko Igor Guzenko
              Vova Vysotskyi Vova Vysotskyi
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: