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-5833: Add TProcessorError #3063

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

Conversation

fishy
Copy link
Member

@fishy fishy commented Nov 14, 2024

Client: go

Provide TProcessorError as the combined error of write i/o error and original error returned by the endpoint implementation, and update compiler to use that in Process functions.

  • Did you create an Apache Jira ticket? (Request account here, not required for trivial changes)
  • If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
  • Did you squash your changes to a single commit? (not required, but preferred)
  • Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"?
  • If your change does not involve any code, include [skip ci] anywhere in the commit message to free up build resources.

Client: go

Provide TProcessorError as the combined error of write i/o error and
original error returned by the endpoint implementation, and update
compiler to use that in Process functions.
@fishy fishy added the golang patches related to go language label Nov 15, 2024
@fishy fishy requested a review from dcelasun November 15, 2024 00:25
@fishy fishy marked this pull request as ready for review November 15, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
golang patches related to go language
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant