orlandohohmeier commented on issue #8900: URL: https://github.com/apache/arrow-datafusion/issues/8900#issuecomment-1897541636
Current Quickfix: Increasing the stack size e.g. via the RUST_MIN_STACK environment variable (e.g., to 16MB) temporarily resolves the issue. Long-term Solution: We should probably implement and use a stackless variant of `transform_up`, `transform_down`, and their mutable counterparts. I'd be happy to draft a PR, given their widespread use, the limited set of functions in `TreeNode` and need for post-order traversal, I am unsure how to best fix this bug though. -- 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]
