[
https://issues.apache.org/jira/browse/DRILL-7594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17041878#comment-17041878
]
ASF GitHub Bot commented on DRILL-7594:
---------------------------------------
asfgit commented on pull request #1990: DRILL-7594: Remove unused DrillStoreRel
URL: https://github.com/apache/drill/pull/1990
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)