alisaifee commented on a change in pull request #2487:
URL: https://github.com/apache/thrift/pull/2487#discussion_r767304682



##########
File path: lib/py/test/test_thrift_file/TestServer.thrift
##########
@@ -16,8 +16,12 @@
 # specific language governing permissions and limitations
 # under the License.
 #
- 
+
+struct Message {
+   1: optional string body,
+   2: optional i64 num,
+}
 
 service TestServer{
-       string add_and_get_msg(1:string msg)
+       Message add_and_get_msg(1:Message msg)

Review comment:
       My mistake, this shouldn't have made it to the PR as it is not relevant 
to this issue.




-- 
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]


Reply via email to