stoty commented on a change in pull request #882: URL: https://github.com/apache/phoenix/pull/882#discussion_r490774700
########## File path: dev/docker/Dockerfile.yetus ########## @@ -0,0 +1,16 @@ +FROM apache/yetus:0.12.0 + +##### +# Update SpotBugs +##### +RUN rm -rf /opt/spotbugs \ + && git clone https://github.com/stoty/spotbugs.git \ + && cd spotbugs \ + && git checkout PHOENIX-1161-backport \ Review comment: The branch name is somewhat misleading, as it's actually a fix for Spotbugs issue 1161 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
