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

Revert "lib: cpp: TTransportException: create thrift::numeric_cast" #2871

Merged

Conversation

emmenlau
Copy link
Member

This reverts commit 6e9cbbd. Sadly, the implementation of apache::thrift::numeric_cast() breaks the HEADER protocol in the C++ implementation. Reverting this commit fixes the breakage.

See for a discussion.

  • Jira ticket: https://issues.apache.org/jira/browse/THRIFT-5660
  • 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.

@emmenlau emmenlau force-pushed the emmenlau_revert_breaking_cast branch from f62c17d to 49e4cea Compare October 14, 2023 13:08
@emmenlau
Copy link
Member Author

According to https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/builds/48277648/job/ri9oqkbvar4mrw6l and https://ci.appveyor.com/project/ApacheSoftwareFoundation/thrift/builds/48277648/job/a7ijfy2ou2jn3fct there are no new build or test errors triggered by this PR. Merging, because the change reverts to an older state that was well tested.

@emmenlau emmenlau merged commit 5258191 into apache:master Oct 16, 2023
10 of 11 checks passed
@emmenlau emmenlau deleted the emmenlau_revert_breaking_cast branch October 16, 2023 09:12
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.

1 participant