Uh oh!
There was an error while loading. Please reload this page.
[POC] Try to plan ast::Expr::CompoundFieldAccess syntax - #13734
[POC] Try to plan ast::Expr::CompoundFieldAccess syntax#13734goldmedal wants to merge 9 commits into
Conversation
goldmedal
commented
Dec 12, 2024
Occurred stack overflow when planning tpcds q64 in some os. 🤔 It passed in my local environments. |
findepi
commented
Dec 13, 2024
Is the code compiled with opt-level 1? AFAIU, otherwise all enums have insane (stack) size. |
goldmedal
commented
Dec 16, 2024
I guess no 🤔 . I didn't see any release-profile argument in the CI workflow. The |
findepi
commented
Dec 17, 2024
Is the default stack size same for Linux & Windows runners? |
Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days. |
Which issue does this PR close?
Related to apache/datafusion-sqlparser-rs#1551
Rationale for this change
This PR is based on #13546
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?