You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "zeyuwang01 (via GitHub)" <gi...@apache.org> on 2023/05/06 02:39:01 UTC

[GitHub] [shardingsphere] zeyuwang01 opened a new issue, #25480: PostgreSQLStatementSQLVisitor visitExprList StackOverflowError

zeyuwang01 opened a new issue, #25480:
URL: https://github.com/apache/shardingsphere/issues/25480

   ## Bug Report
   shardingsphere-sql-parser-postgresql-5.1.1-sources.jar
   
   AbcExample abcExample = new AbcExample();
   AbcExample.Criteria abcExampleCriteria = AbcExample.createCriteria();
   abcExampleCriteria.andCustomerIdIn(collect.stream().collect(Collectors.toList()));
   List<Abc> list = AbcMapper.selectByExample(abcExample);
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] PostgreSQLStatementSQLVisitor visitExprList StackOverflowError [shardingsphere]

Posted by "Keanhua (via GitHub)" <gi...@apache.org>.
Keanhua commented on issue #25480:
URL: https://github.com/apache/shardingsphere/issues/25480#issuecomment-1886519283

   i found the same problem,can someone fix it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] xghsunshine commented on issue #25480: PostgreSQLStatementSQLVisitor visitExprList StackOverflowError

Posted by "xghsunshine (via GitHub)" <gi...@apache.org>.
xghsunshine commented on issue #25480:
URL: https://github.com/apache/shardingsphere/issues/25480#issuecomment-1667309616

   > @zeyuwang01 Hi, please provide the SQL.
   
   This seems like it could be SQLVisitorEngine visit a deep ParseTree, 
   like be "select * from xxx where id in (xxxx,xxx,xxx,xx.....)". because use recursive method
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] FlyingZC commented on issue #25480: PostgreSQLStatementSQLVisitor visitExprList StackOverflowError

Posted by "FlyingZC (via GitHub)" <gi...@apache.org>.
FlyingZC commented on issue #25480:
URL: https://github.com/apache/shardingsphere/issues/25480#issuecomment-1539261193

   @zeyuwang01 Hi, please provide the SQL.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] PostgreSQLStatementSQLVisitor visitExprList StackOverflowError [shardingsphere]

Posted by "ldong1204 (via GitHub)" <gi...@apache.org>.
ldong1204 commented on issue #25480:
URL: https://github.com/apache/shardingsphere/issues/25480#issuecomment-1822239778

   the same probleam I am, but “a in (1,2,3,4,5...50000) “ is ok ,Howerver " (( a= 1 and b=2 )  or (a = 3 and b= 4) or ..... 1000)" is not ,and I don't how to deal with this problem without increaming -Xss.If I use the subSelect after"in" it will be not allowed by shardingPhere. So that is a dead cycle? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] commented on issue #25480: PostgreSQLStatementSQLVisitor visitExprList StackOverflowError

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #25480:
URL: https://github.com/apache/shardingsphere/issues/25480#issuecomment-1709029196

   There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org