pjfanning commented on code in PR #2945:
URL: https://github.com/apache/drill/pull/2945#discussion_r1796046132
##########
protocol/pom.xml:
##########
@@ -120,6 +120,7 @@
<configuration>
<cleanOutputFolder>false</cleanOutputFolder>
<outputDirectory>${basedir}/src/main/java</outputDirectory>
+ <ignoreVersions>true</ignoreVersions>
Review Comment:
* needed because there is a CI job that uses an older protobuf lib than our
protobuf-java lib
* I tried to get the CI job to use a newer protobuf lib but the format of
the protobuf zip has changed and I'm not sure how to get the existing build to
use a newer protobuf zip
--
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]