Igor Guzenko created DRILL-7594:
-----------------------------------
Summary: 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
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)