shalk opened a new issue, #1998:
URL: https://github.com/apache/incubator-pegasus/issues/1998
## Bug Report
Please answer these questions before submitting your issue. Thanks!
I found java client use 10 idl files, c++ use 12 idl files, go use 11 idl
files.
```
➜ grep 'namespace java' idl/* | wc -l
10
➜ grep 'namespace go' idl/* | wc -l
11
➜ grep 'namespace cpp' idl/* | wc -l
12
```
Though java use 10 idl files, but java client only generate 9 idl files
code.
This is strange, and hard to maintain.
For java client,
I think either
just remove `namespace java` from dns.thrift , not use the dns.thrift to
generate java code.
or
use the generate code of dns.thrift, modify the java-thrift lib.
1. What did you do?
If possible, provide a recipe for reproducing the error.
2. What did you expect to see?
3. What did you see instead?
4. What version of Pegasus are you using?
--
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]