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

HIVE-28586 Support write order for Iceberg tables at CREATE TABLE #5541

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zratkai
Copy link
Contributor

@zratkai zratkai commented Nov 14, 2024

Change-Id: Ia9a0a92d19d33693887137c797e0662088a314db

What changes were proposed in this pull request?

Support for write order in iceberg tables. Like:
CREATE TABLE prod.db.sample WRITE ORDERED BY category ASC NULLS LAST, id DESC NULLS FIRST

Why are the changes needed?

To support write ordering in iceberg tables.

Does this PR introduce any user-facing change?

Yes, user can now use this syntax:
CREATE TABLE prod.db.sample WRITE ORDERED BY category ASC NULLS LAST, id DESC NULLS FIRST;

Is the change a dependency upgrade?

No.

How was this patch tested?

With qtest.

Change-Id: Ia9a0a92d19d33693887137c797e0662088a314db
Copy link

sonarcloud bot commented Nov 14, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants