dlmarion commented on PR #2966:
URL: https://github.com/apache/accumulo/pull/2966#issuecomment-1259414214
Looks like this update changes the generated code by:
1. Adding @Override annotations
2. Adding @SuppressWarnings annotations
3. Adding methods calls as part of
[THRIFT-5519](https://issues.apache.org/jira/browse/THRIFT-5519)
I used the following command to see the changes:
```
git diff main | grep '+' | grep -v Override | grep -v SuppressWarnings |
grep -v @@
```
--
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]