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

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

    [ https://issues.apache.org/jira/browse/DRILL-7594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17040863#comment-17040863 ] 

ASF GitHub Bot commented on DRILL-7594:
---------------------------------------

ihuzenko commented on pull request #1990: DRILL-7594: Remove unused DrillStoreRel
URL: https://github.com/apache/drill/pull/1990
 
 
   # [DRILL-7594](https://issues.apache.org/jira/browse/DRILL-7594): Remove unused DrillStoreRel
   
   ## Description
   
   Removed unused DrillStoreRel and its parent class.
   
   ## Documentation
   
   Change is not visible for users. 
   
   ## Testing
   
   Executed existing tests. 
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


> 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
>             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)