Skip to content

refactor: add expression subdirectory#81

Merged
Xuanwo merged 1 commit into
apache:mainfrom
wgtmac:add_expr_dir
Apr 18, 2025
Merged

refactor: add expression subdirectory#81
Xuanwo merged 1 commit into
apache:mainfrom
wgtmac:add_expr_dir

Conversation

@wgtmac

@wgtmac wgtmac commented Apr 18, 2025

Copy link
Copy Markdown
Member

No description provided.

Comment thread src/iceberg/result.h
return unexpected<Error>({.kind = ErrorKind::kInvalidExpression,
.message = std::format(fmt, std::forward<Args>(args)...)});
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should we add an Error wrapper for each ErrorKind? I'd suggest including all those in this PR if needed. #80 might need NoSuchNamespaceError.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

That's a good idea! We can use a separate PR for this.

@yingcai-cy yingcai-cy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for doing this.

@Xuanwo Xuanwo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The community has reached a consensus. Let’s move forward!

@Xuanwo Xuanwo merged commit 06ce20f into apache:main Apr 18, 2025
@wgtmac

wgtmac commented Apr 18, 2025

Copy link
Copy Markdown
Member Author

Thank you @Xuanwo!

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