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 2022/05/07 16:02:00 UTC

[jira] [Commented] (DRILL-8211) Replace deprecated RelNode.getChildExps with Project.getProjects

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

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

vvysotskyi opened a new pull request, #2535:
URL: https://github.com/apache/drill/pull/2535

   # [DRILL-8211](https://issues.apache.org/jira/browse/DRILL-8211): Replace deprecated RelNode.getChildExps with Project.getProjects
   
   ## Description
   In the newer Calcite version `RelNode.getChildExps` was removed, so replacing it with `Project.getProjects`
   
   ## Documentation
   NA
   
   ## Testing
   Unit tests pass.
   




> Replace deprecated RelNode.getChildExps with Project.getProjects
> ----------------------------------------------------------------
>
>                 Key: DRILL-8211
>                 URL: https://issues.apache.org/jira/browse/DRILL-8211
>             Project: Apache Drill
>          Issue Type: Sub-task
>            Reporter: Vova Vysotskyi
>            Assignee: Vova Vysotskyi
>            Priority: Major
>
> In the newer Calcite version RelNode.getChildExps was removed, so replacing it with Project.getProjects



--
This message was sent by Atlassian Jira
(v8.20.7#820007)