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

THRIFT-5711: Fix FutureClient implementation when service extends from another service #2810

Merged
merged 2 commits into from
May 19, 2023

Conversation

bogdandrutu
Copy link
Contributor

The FutureClient should extend the parent service FutureClient because the FutureIface does that too. Without this change the FutureClient will get a compilation error that does not implement all the methods.

…vice

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Copy link
Member

@ctubbsii ctubbsii left a comment

Choose a reason for hiding this comment

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

LGTM

@jimexist
Copy link
Member

change looks good to me but please fix the compile error first

@ctubbsii
Copy link
Member

I went ahead and fixed the compile error for them, since it was just a missing close brace. I think it's good now.

@bogdandrutu
Copy link
Contributor Author

Thanks @jimexist and @ctubbsii

@ctubbsii ctubbsii merged commit 5a19e43 into apache:master May 19, 2023
17 of 27 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
3 participants