You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vova Vysotskyi (Jira)" <ji...@apache.org> on 2020/02/20 14:41:00 UTC

[jira] [Updated] (DRILL-7594) Remove unused DrillStoreRel

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

Vova Vysotskyi updated DRILL-7594:
----------------------------------
    Reviewer: Vova Vysotskyi

> Remove unused DrillStoreRel
> ---------------------------
>
>                 Key: DRILL-7594
>                 URL: https://issues.apache.org/jira/browse/DRILL-7594
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Igor Guzenko
>            Assignee: Igor Guzenko
>            Priority: Trivial
>              Labels: ready-to-commit
>             Fix For: 1.18.0
>
>
> The DrillStoreRel is never actually instantiated, but in code, there are related checks, like
> {code:java}
>       if (drillRel instanceof DrillStoreRel) {
>         throw new UnsupportedOperationException();
>       } 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)