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

LakeShen commented on CALCITE-5845:
-----------------------------------

At the moment I don't have a good idea to solve this problem, I would be very 
grateful if someone could tell me some ideas

> 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-10-19-643.png, 
> image-2023-07-13-16-17-37-600.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 StackOverflowError exception:
> !image-2023-07-13-16-10-19-643.png|width=949,height=186!



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

Reply via email to