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

Moving defer dropping temporary table up #785

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Moving defer dropping temporary table up #785

merged 2 commits into from
Jul 2, 2024

Conversation

Tang8330
Copy link
Contributor

@Tang8330 Tang8330 commented Jul 2, 2024

The problem is that PrepareTemporaryTable may actually end up creating a temporary table and fail to load the data in.

If it fails to load data into it, it will then immediately return and the temporary table will not get dropped until much later

@Tang8330 Tang8330 requested review from nathan-artie and removed request for nathan-artie July 2, 2024 19:17
@Tang8330 Tang8330 marked this pull request as ready for review July 2, 2024 19:21
@Tang8330 Tang8330 requested a review from nathan-artie July 2, 2024 19:21
@Tang8330 Tang8330 merged commit 468946f into master Jul 2, 2024
3 checks passed
@Tang8330 Tang8330 deleted the ddl-drop-table branch July 2, 2024 19:29
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 this pull request may close these issues.

2 participants