You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/10/05 02:37:31 UTC

[GitHub] [calcite] yanlin-Lynn opened a new pull request #1486: [CALCITE-3388] StackOverflowError for creating structured RelDataType from class type

yanlin-Lynn opened a new pull request #1486: [CALCITE-3388] StackOverflowError for creating structured RelDataType from class type
URL: https://github.com/apache/calcite/pull/1486
 
 
   When creating a structured RelDataType from a java type with recursion reference, StackOverflowError occurs. See jira [CALCITE-3388](https://issues.apache.org/jira/browse/CALCITE-3388) for full stack trace.
   
   This PR tries to check for recursion and throw an exception with message showing recursion not supported

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services