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

refactor: SessionBuilder to return Result<_> #1138

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

milenkovicm
Copy link
Contributor

Which issue does this PR close?

Closes None.

Rationale for this change

Session builder method was returning SessionState, some of the example functions we have would use unwrap() internally.

What changes are included in this PR?

Change method signature to return Result

Are there any user-facing changes?

@milenkovicm
Copy link
Contributor Author

missed that one, fixed now, thanks !

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @milenkovicm

@andygrove andygrove merged commit 020d29d into apache:main Nov 27, 2024
15 checks passed
@milenkovicm milenkovicm deleted the chore_session_builder_signature branch November 27, 2024 16:25
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