tomershaniii commented on PR #1464: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1464#issuecomment-2411688645
@iffyio took some yack shaving but it's finally here :-) check out `test_parentheses_overflow` Some context for the other changes: - the parse_boxed variants were doing the boxing when exiting the recursion, which resulted in unreasonable low number of stack frames before overflowing, in the PRs i removed the `parse_boxed` functions and added native boxing to the respective `parse_` functions -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org