[
https://issues.apache.org/jira/browse/DRILL-7594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vova Vysotskyi updated DRILL-7594:
----------------------------------
Labels: ready-to-commit (was: )
> 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)