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

Ensure that CLUSTERED BY column is not NULL on insert-from-subquery #14364

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

BaurzhanSakhariev
Copy link
Contributor

@BaurzhanSakhariev BaurzhanSakhariev commented Jul 5, 2023

Separate fix for one of the bugs reported in https://github.com/crate/crate/pull/14317/files#diff-6b4ff31a02425d333cc54423875ca7ab94432d3399bd0d6b45797763cbb5dcd7R247-R259

Since we are doing this check before creating a partition, even if we have a partitioned by column along with clustered by one, partition won't be created.

Same issue on 5.2.8, not a regression in 5.3

@BaurzhanSakhariev BaurzhanSakhariev requested review from seut and removed request for seut July 5, 2023 14:28
@BaurzhanSakhariev BaurzhanSakhariev marked this pull request as draft July 5, 2023 14:48
@BaurzhanSakhariev BaurzhanSakhariev marked this pull request as ready for review July 5, 2023 15:21
@BaurzhanSakhariev BaurzhanSakhariev requested review from seut and removed request for seut July 6, 2023 07:13
Copy link
Member

@seut seut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@BaurzhanSakhariev BaurzhanSakhariev added the ready-to-merge Let Mergify merge the PR once approved and checks pass label Jul 6, 2023
@mergify mergify bot merged commit b96eca6 into master Jul 6, 2023
15 checks passed
@mergify mergify bot deleted the b/clustered-by-check branch July 6, 2023 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Let Mergify merge the PR once approved and checks pass v/5.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants