Re: UserBitShared.proto question

2023-08-10 Thread Maksym Rymar
Check the following readme on how to regenerate java sources: https://github.com/apache/drill/blob/master/protocol/readme.txt Be careful, to regenerate java sources you need to have 'protoc' compiler installed on your machine. Except for java, Drill also has c++ sources used for native clients.

Re: UserBitShared.proto question

2023-08-08 Thread Paul Rogers
Unless something changed, Drill's build does not compile the .proto files. Instead, the files are generated manually, and checked into git, on those rare occasions that the API changes. I seem to recall that there are some instructions somewhere, but a quick search didn't reveal anything. - Paul

UserBitShared.proto question

2023-08-08 Thread Mike Beckerle
So is UserBitShared.java generated from UserBitShared.proto ? It looks like it is, but mvn clean install -DskipTests=true doesn't seem to cause it to be regenerated. What do I do to cause the regeneration? Right now I've edited both files to add a new ErrorType.SCHEMA, but I think I should only