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 20:10:00 UTC

[jira] [Commented] (DRILL-8214) Replace EnumerableTableScan usage with LogicalTableScan

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

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

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

   # [DRILL-8214](https://issues.apache.org/jira/browse/DRILL-8214): Replace EnumerableTableScan usage with LogicalTableScan
   
   ## Description
   The newer Calcite version returns LogicalTableScan instead of EnumerableTableScan in RelOptTableImpl, so Drill shouldn't rely on this class also and LogicalTableScan where possible to avoid planning issues.
   
   ## Documentation
   NA
   
   ## Testing
   Unit tests passing
   




> Replace EnumerableTableScan usage with LogicalTableScan
> -------------------------------------------------------
>
>                 Key: DRILL-8214
>                 URL: https://issues.apache.org/jira/browse/DRILL-8214
>             Project: Apache Drill
>          Issue Type: Sub-task
>            Reporter: Vova Vysotskyi
>            Assignee: Vova Vysotskyi
>            Priority: Major
>
> Newer Calcite version returns LogicalTableScan instead of EnumerableTableScan in RelOptTableImpl, so Drill shouldn't rely on this class also and LogicalTableScan where possible to avoid planning issues.



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