xushiyan commented on issue #6178: URL: https://github.com/apache/hudi/issues/6178#issuecomment-1296221900
So knowing that you have >10k columns and seeing that error of `Caused by: java.lang.StackOverflowError`, we can see it's due to parsing the schema for the sql analysis is making too many recursive calls. You can try increasing jvm's stack size. This is not related to hudi-specific logic so will close this for now. cc @danny0405 @yuzhaojing -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
