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

LakeShen updated CALCITE-5845:
------------------------------
    Attachment: image-2023-07-13-16-09-19-799.png

> select a very large predicate throw threw 'java.lang.StackOverflowError' 
> exception in SqlNode to RelNode phase
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: CALCITE-5845
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5845
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.34.0
>            Reporter: LakeShen
>            Priority: Major
>             Fix For: 1.36.0
>
>         Attachments: image-2023-07-13-16-09-19-799.png
>
>
> When I run an SQL and it selects a very large predicate that has one thousand 
> 1 = 1 predicate, all of them connected AND, the sql like this :
> {code:java}
> select 1 = 1 and 1 = 1 and 1 = 1 and 1 = 1 ......(one thousand 1 = 1){code}
> At the SqlNode to RelNode phase,Calcite throw 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to