-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] Fix optimize table fail when specify partition name #34896
[BugFix] Fix optimize table fail when specify partition name #34896
Conversation
My question is why the partition doesn't follow the table name as it is in select/insert into statements. |
77fd4a5
to
502d447
Compare
502d447
to
205f2c6
Compare
Signed-off-by: meegoo <meegoo.sr@gmail.com>
205f2c6
to
150c79c
Compare
Kudos, SonarCloud Quality Gate passed!
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 5 / 6 (83.33%) file detail
|
change the order make partitions after table |
@Mergifyio backport branch-3.2 |
✅ Backports have been created
|
Signed-off-by: meegoo <meegoo.sr@gmail.com> (cherry picked from commit 04a0be7) # Conflicts: # test/sql/test_optimize_table/R/test_optimize_table
Why I'm doing this:
Fix optimize table failure when specifying partition name
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: