empiredan commented on PR #2279: URL: https://github.com/apache/incubator-pegasus/pull/2279#issuecomment-3163501969
On the other hand, I also reviewed the differences between the code generated by Thrift 0.11.0 and 0.13.0 and found only two changes: one is the introduction of the `org.apache.thrift.annotation.Nullable` annotation (see https://github.com/apache/thrift/pull/1522), and the other is the renaming of an internal method from `handleRuntimeExceptions` to `rethrowUnhandledExceptions` (see https://github.com/apache/thrift/pull/1544). Neither of these changes affects the Java client code that depends on the generated Thrift code. Therefore, the compatibility tests are mainly focused on the Thrift library itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
