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

[Spark][3.2] Fall back to zordering when clustering on a single column #3121

Merged
merged 1 commit into from
May 20, 2024

Conversation

zedtang
Copy link
Collaborator

@zedtang zedtang commented May 20, 2024

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (fill in here)

Description

Fall back to zorder when clustering on a single column, because hilbert clustering doesn't support 1 column.

Resolves #3087

How was this patch tested?

New unit test.

Does this PR introduce any user-facing changes?

No

…lta-io#3109)

## Description
Fall back to zorder when clustering on a single column, because hilbert
clustering doesn't support 1 column.

Resolves delta-io#3087 

## How was this patch tested?
New unit test.
@zedtang zedtang self-assigned this May 20, 2024
Copy link
Contributor

@tdas tdas left a comment

Choose a reason for hiding this comment

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

thank you for backporting

@tdas tdas merged commit 9a349e4 into delta-io:branch-3.2 May 20, 2024
9 checks passed
@zedtang zedtang deleted the cluster-by-1-col-3.2 branch May 20, 2024 21:55
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