Skip to content

Conversation

@HeartLinked
Copy link
Contributor

No description provided.

Copy link
Member

@wgtmac wgtmac left a comment

Choose a reason for hiding this comment

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

+1


return std::make_unique<SortOrder>(sort_id, std::move(fields));
auto sort_order = std::make_unique<SortOrder>(sort_id, std::move(fields));
ICEBERG_RETURN_UNEXPECTED(sort_order->Validate(schema));
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

LGTM, this is more precise.


return std::make_unique<SortOrder>(sort_id, std::move(fields));
auto sort_order = std::make_unique<SortOrder>(sort_id, std::move(fields));
ICEBERG_RETURN_UNEXPECTED(sort_order->Validate(schema));
Copy link
Collaborator

Choose a reason for hiding this comment

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

LGTM, this is more precise.

@wgtmac
Copy link
Member

wgtmac commented Nov 11, 2025

Let me merge this. Thanks @HeartLinked @zhjwpku and @Fokko!

@wgtmac wgtmac merged commit 3b59ef2 into apache:main Nov 11, 2025
10 checks passed
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.

4 participants