[
https://issues.apache.org/jira/browse/CALCITE-5845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
LakeShen updated CALCITE-5845:
------------------------------
Summary: Select a very large predicate throw threw
'java.lang.StackOverflowError' exception in SqlNode to RelNode phase (was:
select a very large predicate throw threw 'java.lang.StackOverflowError'
exception in SqlNode to RelNode phase)
> 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)