pavibhai commented on a change in pull request #635:
URL: https://github.com/apache/orc/pull/635#discussion_r578766105
##########
File path: java/core/src/findbugs/exclude.xml
##########
@@ -70,4 +70,8 @@
<Class name="org.apache.orc.TypeDescription"/>
<Method name="equals" />
</Match>
+ <Match>
+ <Bug pattern="URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD"/>
+ <Class name="org.apache.orc.impl.reader.StripePlanner$StreamInformation"/>
+ </Match>
Review comment:
Removing this, not needed.
----------------------------------------------------------------
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]