Skip to content

Conversation

@devinjdangelo
Copy link
Contributor

Which issue does this PR close?

Rationale for this change

On my local dev machine, cargo test roundtrip_deeply_nested aborts with a stack overflow error. Increasing the stack_size value in the test fixes the problem. It is unclear to me why this is required for me locally, but does not affect the CI pipeline (or presumably other devs).

What changes are included in this PR?

Increase stack_size to 20_000_000 from previous value of 10_000_000.

Are these changes tested?

N/A

Are there any user-facing changes?

No.

@alamb
Copy link
Contributor

alamb commented Aug 5, 2023

Thanks @devinjdangelo

@alamb alamb merged commit 56c8b5b into apache:main Aug 5, 2023
@alamb alamb added the development-process Related to development process of DataFusion label Aug 5, 2023
avantgardnerio pushed a commit to coralogix/arrow-datafusion that referenced this pull request Aug 21, 2023
… test stack overflow (apache#7208)

* fix stack overflow abort

* doubling stack size is enough

(cherry picked from commit 56c8b5b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development-process Related to development process of DataFusion

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants