sijie opened a new pull request #7540: URL: https://github.com/apache/pulsar/pull/7540
*Motivation* The code generation for `repeated long` is not handled properly. (I am not sure how changes were made to PulsarApi.proto) *Modification* This pull request adds the code to handle generating code for `repeated long`. *Test* Add unit test to ensure `repeated long` is processed. Add test cases to cover both packed and non-package serialization for `repeated long`. See more details about packed serialization: https://developers.google.com/protocol-buffers/docs/encoding#optional ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
