SteNicholas opened a new pull request #4678: Remove long sql test case
URL: https://github.com/apache/incubator-shardingsphere/pull/4678
 
 
   Fixes #4426.
   
   Stack overflow caused by long sql test case for `SQLParserParameterizedTest` 
should be resolved by modify `-XSS` of JVM option. The reason for this 
exception is that there are many levels of recursion for visiting `Expr`. There 
are two ways to solve this problem, one is to change the recursion into a loop, 
which brings a lot of work, and the other is to adjust the `-XSS` option. 
Therefore, long sql test case could be removed, and adjust `-XSS` of JVM option 
to solve the stack overflow.
   
   Changes proposed in this pull request:
   - Remove long sql test 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to