mrwhyxxk opened a new issue, #2054: URL: https://github.com/apache/incubator-brpc/issues/2054
**Describe the bug (描述bug)** ``` 1、single_repeated_to_array字段的注释中,default是false。 2、但是实际使用时发现,默认是开启的。例如 "my_field": ["value1"], my_field是一个repeated字段,没有设置single_repeated_to_array的情况下,仍然解析为array ```  **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS:centos7和6 Compiler:gcc7.3 brpc:1.3 protobuf:2.4.1 **Additional context/screenshots (更多上下文/截图)** -- 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]
