acelyc111 opened a new pull request, #1290:
URL: https://github.com/apache/incubator-pegasus/pull/1290

   https://github.com/apache/incubator-pegasus/issues/1283
   
   This patch including changes:
   - move thrift file from `src/runtime/security/security.thrift` to 
`idl/security.thrift`
   - remove `java-client/idl/*.thrift`
   - add `struct request_meta` to *.thrift which is used by java-client only
   - add java related namespace to *.thrift
   - remove `java-client/idl/apache-licence-template` will isn't used now
   - move `recompile_thrift.sh` from `java-client/idl` to `java-client/scripts`
   - update some structures' and fields' name, there are differents of *.thrift 
files between `idl/*` and `java-client/idl/*` before
   
   ## Compatiblity changes for go client
   
   | old name | new name |
   | ---- | ---- |
   | query_cfg_request | configuration_query_by_index_request |
   | query_cfg_response | configuration_query_by_index_response |
   | org.apache.pegasus.apps.meta.create_app_args | 
org.apache.pegasus.replication.admin_client.create_app_args |
   | meta.create_app_result | 
org.apache.pegasus.replication.admin_client.create_app_result |
   | org.apache.pegasus.apps.meta.drop_app_args | 
org.apache.pegasus.replication.admin_client.drop_app_args |
   | meta.drop_app_result | 
org.apache.pegasus.replication.admin_client.drop_app_result |


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

Reply via email to