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. Those 
sources should be also regenerated but it is a more complicated task than 
compiling java sources. The link to the doc on how to do this you can find in 
the above readme.

On 2023/08/08 13:46:02 Mike Beckerle wrote:
> 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 have to edit in one spot.
> 

Reply via email to