You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Water Cut Off (JIRA)" <ji...@apache.org> on 2019/08/16 10:12:00 UTC

[jira] [Updated] (CALCITE-3255) CannotPlanException: There are not enough rules to produce a node with desired properties

     [ https://issues.apache.org/jira/browse/CALCITE-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Water Cut Off updated CALCITE-3255:
-----------------------------------
    Description: 
I want to use calcite volcano planner to estimate sql cost,but it doesn't work when i try to test a case,The exception is blow:

{color:#FF0000}org.apache.calcite.plan.RelOptPlanner$CannotPlanException: There are not enough rules to produce a node with desired properties: convention=NONE, sort=[]. All the inputs have relevant nodes, however the cost is still infinite.{color}
{color:#FF0000} Root: rel#40:Subset#4.NONE.[]{color}
{color:#FF0000} Original rel:{color}

 

 

  was:
I want to use calcite volcano planner to estimate sql cost,but it doesn't work when i try to test a case,The exception is blow:



org.apache.calcite.plan.RelOptPlanner$CannotPlanException: There are not enough rules to produce a node with desired properties: convention=NONE, sort=[]. All the inputs have relevant nodes, however the cost is still infinite.
Root: rel#40:Subset#4.NONE.[]
Original rel:

 

 


> CannotPlanException: There are not enough rules to produce a node with desired properties
> -----------------------------------------------------------------------------------------
>
>                 Key: CALCITE-3255
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3255
>             Project: Calcite
>          Issue Type: Bug
>         Environment: !image-2019-08-16-18-09-57-964.png!
>            Reporter: Water Cut Off
>            Priority: Major
>         Attachments: image-2019-08-16-18-09-57-964.png
>
>
> I want to use calcite volcano planner to estimate sql cost,but it doesn't work when i try to test a case,The exception is blow:
> {color:#FF0000}org.apache.calcite.plan.RelOptPlanner$CannotPlanException: There are not enough rules to produce a node with desired properties: convention=NONE, sort=[]. All the inputs have relevant nodes, however the cost is still infinite.{color}
> {color:#FF0000} Root: rel#40:Subset#4.NONE.[]{color}
> {color:#FF0000} Original rel:{color}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)