Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CT-2871] Improve thread safeness of compilation of models with ephemeral ctes #8213

Closed
gshank opened this issue Jul 26, 2023 · 0 comments · Fixed by #8215
Closed

[CT-2871] Improve thread safeness of compilation of models with ephemeral ctes #8213

gshank opened this issue Jul 26, 2023 · 0 comments · Fixed by #8215

Comments

@gshank
Copy link
Contributor

gshank commented Jul 26, 2023

In some circumstances the same model may be compiled by multiple threads at the same time, causing errors in the injection of ephemeral ctes into the sql which result in compilation errors. Reduce the chance that ctes will be injected multiple times

@github-actions github-actions bot changed the title Improve thread safeness of compilation of models with ephemeral ctes [CT-2871] Improve thread safeness of compilation of models with ephemeral ctes Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant