Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2148#discussion_r182622389
--- Diff: dev/findbugs-exclude.xml ---
@@ -98,4 +102,9 @@
<Match>
<Bug pattern="JLM_JSR166_UTILCONCURRENT_MONITORENTER"/>
</Match>
+
+ <Match>
+ <!-- gRPC generated code in search module -->
+ <Package name="org.apache.carbondata.store.protocol"/>
+ </Match>
--- End diff --
fixed---
